Skip to content
Claude Desktop

secapi for Claude Desktop

ai.secapi/secapi

SEC & financial-data MCP: filings, financials, ownership, factors, fund letters, prompts.

client:Claude Desktop transport:streamable-http

Install secapi in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "secapi": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.secapi.ai/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

secapi in other clients