AgentHubAgentHub

aether-developer

MCP ServerMCP Registry官方收录

io.github.EvidInvest/aether-developer · v0.2.0

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

概览

aether-developer 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "aether-developer": {
      "command": "npx",
      "args": [
        "-y",
        "@evidinvest/aether-mcp"
      ]
    }
  }
}

环境变量

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.

相关资源

统一 Manifest

{
  "id": "io.github.EvidInvest/aether-developer",
  "type": "mcp-server",
  "version": "0.2.0",
  "displayName": "aether-developer",
  "description": "Hybrid search over SEC filings, earnings transcripts, and a third-party data marketplace.",
  "repository": {
    "url": "https://github.com/EvidInvest/aether-developer",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@evidinvest/aether-mcp",
        "version": "0.2.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "AETHER_API_KEY",
            "description": "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."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.EvidInvest/aether-developer",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.EvidInvest%2Faether-developer/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
aether-developer — MCP Server 安装与配置 · AgentHub