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 とエージェント」の他のコンテンツ
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
コメント