InsiderCat LogoInsiderCat

Portal para desarrolladores de InsiderCat

Crea agentes, paneles, alertas, notebooks y flujos de investigación con datos de InsiderCat sobre operaciones del Congreso, insider trading corporativo, carteras, sentimiento, propiedad accionaria y actividad de mercado. Aquí reunimos las URL estables para claves API, OpenAPI, MCP y soporte.

Claves API

Inicia sesión en la página de API y genera un bearer token para endpoints autenticados.

OpenAPI

Usa la especificación OpenAPI tipada para operation IDs, parámetros, respuestas y function calling.

Referencia API

Lee descripciones de endpoints, filtros, paginación, respuestas y ejemplos de código.

Servidor MCP

Conecta asistentes de IA a InsiderCat mediante el endpoint MCP Streamable HTTP.

Primeros pasos con la API de InsiderCat

Genera tu clave API en la página de API y MCP, cópiala una vez y empieza a llamar endpoints de InsiderCat con JSON simple sobre HTTPS.

InsiderCat MCP: conecta tu asistente de IA a InsiderCat

Conecta datos de InsiderCat a tu asistente de IA en minutos. La guía de configuración de MCP cubre Claude Desktop, Cursor, VS Code, Windsurf, ChatGPT y Gemini CLI, para que puedas preguntar "What are Congress members buying this week?" desde tu asistente.

# 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)