PluginBench
MCP Server
Active

io.github.EvidInvest/aether-developer MCP Server

io.github.EvidInvest/aether-developer

What is the io.github.EvidInvest/aether-developer MCP server?

Hybrid search over SEC filings, earnings transcripts, and a third-party data marketplace.

How to install io.github.EvidInvest/aether-developer

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • AETHER_API_KEY

    Optional Aether API key (ak_…). If unset, the package runs OAuth 2.0 device flow on first run. Get keys at https://aether.evidinvest.com/developer/keys.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aether-developer": {
      "command": "npx",
      "args": [
        "-y",
        "@evidinvest/aether-mcp"
      ],
      "env": {
        "AETHER_API_KEY": "<YOUR_AETHER_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "aether-developer": {
      "command": "npx",
      "args": [
        "-y",
        "@evidinvest/aether-mcp"
      ],
      "env": {
        "AETHER_API_KEY": "<YOUR_AETHER_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "aether-developer": {
      "command": "npx",
      "args": [
        "-y",
        "@evidinvest/aether-mcp"
      ],
      "env": {
        "AETHER_API_KEY": "<YOUR_AETHER_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "aether-developer": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@evidinvest/aether-mcp"
      ],
      "env": {
        "AETHER_API_KEY": "<YOUR_AETHER_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add aether-developer --env AETHER_API_KEY=<YOUR_AETHER_API_KEY> -- npx -y @evidinvest/aether-mcp

Related MCP servers

34 stock valuation, financial data, and portfolio management tools for AI agents.

0
MIT
View repository →