filingrail-mcp (SEC EDGAR data)
@adamhudson777
关于 filingrail-mcp (SEC EDGAR data)
MCP server for the Filingrail SEC EDGAR API — company financials, insider trades, 8-K events, 13F holdings, and filings for Claude Desktop, Cursor, Continue, and any MCP agent. pip install filingrail-mcp
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"filingrail": {
"command": "filingrail-mcp",
"env": {
"RAPIDAPI_KEY": "your-rapidapi-key"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is filingrail-mcp?
filingrail-mcp is an MCP server that gives AI agents live SEC EDGAR data: company financials, insider trades, 8-K events, 13F holdings, and the raw filings stream—all normalized to clean JSON with every number traceable to its source filing on sec.gov.
How to use filingrail-mcp?
Install with pip install filingrail-mcp, subscribe to the Filingrail API on RapidAPI (free tier, 50 calls/day, no credit card), and set the RAPIDAPI_KEY environment variable in your MCP client config (e.g., Claude Desktop, Cursor). Then ask questions in plain English—the server exposes tools like search_companies, get_financials, get_insider_trades, and more.
Key features of filingrail-mcp
- Source-traceable: every financial response includes the originating filing URL.
- Normalized financials (revenue is revenue) across 1.8M+ XBRL rows.
- No EDGAR parser or rate-limit governor to configure.
- Tools for insider trades (Form 4), 8-K events, 13F holdings.
- Historical quarterly/annual financial series via
get_financials_history. - Zero plumbing—API handles all SEC interaction.
Use cases of filingrail-mcp
- Ask "What was Apple's cash position last quarter?" and get a normalized figure with the source filing link.
- List Berkshire Hathaway's top 10 13F holdings for a specific quarter.
- Show insider sells at NVIDIA in the last 30 days from Form 4 data.
- Retrieve Tesla's 8-K material events filed this month with SEC item codes.
FAQ from filingrail-mcp
Is the data real-time?
No—new filings appear within approximately 24 hours of EDGAR acceptance due to fair-access policy.
Does it support non-US companies or intraday prices?
No. filingrail-mcp provides structured SEC data only; it is not a Bloomberg replacement and does not offer intraday prices, options, non-US issuers, or analyst estimates.
How do I get an API key?
Subscribe to Filingrail on RapidAPI—the free tier provides 50 calls per day with no credit card required.
What are the runtime requirements?
Python 3.10 or later, plus a RAPIDAPI_KEY environment variable. The server is installed via pip install filingrail-mcp.
What tools does the server expose?
It provides search_companies, get_recent_filings, get_financials, get_financials_history, get_insider_trades, get_8k_events, get_13f_holdings, and health.
AI 与智能体 分类下的更多 MCP 服务器
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
评论