Back to Browse

Aethis MCP Server

Developer ToolsUse Caution3.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Deterministic eligibility decisions and test-driven rule authoring via the Aethis developer API.

About

Deterministic eligibility decisions and test-driven rule authoring via the Aethis developer API.

Security Report

3.0
Use Caution3.0High Risk

Valid MCP server (2 strong, 2 medium validity signals). 5 known CVEs in dependencies (2 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.

3 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

database

Check that this permission is expected for this type of plugin.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

What You'll Need

Set these up before or after installing:

API key for rule authoring tools (create/generate/publish). Decision tools (decide/schema/explain on public rulesets) work without a key. Get one via 'aethis login' in aethis-cli.Required

Environment variable: AETHIS_API_KEY

API base URL. Defaults to https://api.aethis.ai — override for self-hosted or staging.Optional

Environment variable: AETHIS_BASE_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-aethis-ai-aethis-mcp": {
      "env": {
        "AETHIS_API_KEY": "your-aethis-api-key-here",
        "AETHIS_BASE_URL": "your-aethis-base-url-here"
      },
      "args": [
        "-y",
        "aethis-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!