Skip to main content

Install in your client

SEC API’s hosted MCP server speaks streamable HTTP and works with MCP-aware clients. One URL and one auth header expose the SEC API tool set.
URL:    https://api.secapi.ai/mcp
Header: x-api-key: $SECAPI_API_KEY
Pick your client below. Each page is a copy-paste install with a “verify” prompt that confirms tools are wired up.

IDE-native MCP clients

  • Claude Desktop — config in claude_desktop_config.json
  • Claude Code — single claude mcp add command
  • Cursor — config in .cursor/mcp.json
  • Windsurf — config in ~/.codeium/windsurf/mcp_config.json
  • Continue — config in ~/.continue/config.yaml

Agent frameworks

Hosted assistants

  • Custom GPT — MCP connector where available, plus an OpenAPI Action fallback

Don’t see your client?

For clients that support MCP over streamable HTTP, point the server at https://api.secapi.ai/mcp and pass x-api-key: $SECAPI_API_KEY. The full reference config lives on MCP Server Installation. Create an API key at secapi.ai, then pass it as x-api-key: $SECAPI_API_KEY.