InsiderCat 开发者门户
使用 InsiderCat 的国会议员交易、公司内部人交易、投资组合、情绪、股票持有和市场活动数据构建代理、仪表盘、提醒、笔记本和研究流程。这里汇总了 API key、OpenAPI、MCP 设置和支持所需的稳定 URL。
API keys
在 API 页面登录,为认证数据端点生成 bearer token。
OpenAPI
使用类型化 OpenAPI 规范查看 operation ID、参数、响应结构和函数调用集成。
API 参考
阅读端点说明、筛选器、分页、响应结构和代码示例。
MCP 服务器
通过 Streamable HTTP MCP 端点把 AI 助手连接到 InsiderCat 工具。
开始使用 InsiderCat API
在 API 和 MCP 页面生成 API key,复制一次后即可通过 HTTPS 用普通 JSON 调用 InsiderCat 端点。
InsiderCat MCP:将你的 AI 助手连接到 InsiderCat
几分钟内把 InsiderCat 数据直接接入你的 AI 助手。 MCP 设置指南 涵盖 Claude Desktop、Cursor、VS Code、Windsurf、ChatGPT 和 Gemini CLI,让你可以直接在助手里提问,比如“What are Congress members buying this week?”。
# 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)