Portal do Desenvolvedor InsiderCat
Crie agentes, dashboards, alertas, notebooks e fluxos de pesquisa com dados do InsiderCat sobre negociações do Congresso, insider trading corporativo, carteiras, sentimento, propriedade acionária e atividade de mercado. Aqui reunimos as URLs estáveis para chaves de API, OpenAPI, MCP e suporte.
Chaves de API
Entre na página de API e gere um bearer token para endpoints autenticados.
OpenAPI
Use a especificação OpenAPI tipada para operation IDs, parâmetros, respostas e function calling.
Referência da API
Leia descrições de endpoints, filtros, paginação, respostas e exemplos de código.
Servidor MCP
Conecte assistentes de IA ao InsiderCat pelo endpoint MCP Streamable HTTP.
Começando com a API do InsiderCat
Gere sua chave de API na página de API e MCP, copie-a uma vez e comece a chamar endpoints do InsiderCat com JSON simples por HTTPS.
InsiderCat MCP: conecte seu assistente de IA ao InsiderCat
Conecte dados do InsiderCat ao seu assistente de IA em minutos. O guia de configuração MCP cobre Claude Desktop, Cursor, VS Code, Windsurf, ChatGPT e Gemini CLI, para você perguntar "What are Congress members buying this week?" direto no assistente.
# InsiderCat Developer Portal Use InsiderCat developer resources to build agents, dashboards, research workflows, and monitoring jobs around U.S. congressional trading data, corporate insider filings, portfolio holdings, performance history, and stock-level ownership signals. ## Start here - Create or manage an API key from the API and MCP page after signing in. - Read the API reference for endpoint descriptions, query parameters, response schemas, and example calls. - Use the sandbox test token `ic_test_subscribed` in non-production environments where the server permits test-mode API auth. - Connect the MCP server at `/api/v1/mcp` with a bearer token when an AI assistant supports Streamable HTTP or `mcp-remote`. - Use `/api/v1/public/capabilities` without auth to discover public resources and integration entry points. - The API is versioned in the URL path (`/api/v1`). See the versioning and deprecation policy before building long-lived integrations. ## Links - [Developer portal](/developers) - [API and MCP overview](/api-mcp) - [API reference](/api-mcp/docs) - [Versioning and deprecation policy](/api-mcp/versioning) - [OpenAPI JSON](/openapi.json) - [OpenAPI YAML](/api/openapi.yaml) - [MCP manifest](/.well-known/mcp.json) - [llms.txt](/llms.txt)