streamable-httpMITupdated 29d ago
Derived financial intelligence for AI agents — not another SEC EDGAR filings server. Six of those already exist. This serves the interpreted layer: the patterns, surprises, flows, scores, and anomalies an agent actually needs to make a decision. Raw data is commodity; interpreted signals are premium.
该仓库已被所有者归档。仍可使用,但不再更新。
Financial Signals MCP 能做什么?
Financial Signals MCP
Derived financial intelligence for AI agents — not another SEC EDGAR filings server. Six of those already exist. This serves the interpreted layer: the patterns, surprises, flows, scores, and anomalies an agent actually needs to make a decision. Raw data is commodity; interpreted signals are premium.
Part of the FoundryNet Data Network. Every output carries verifiable provenance. See also: gov-contracts-mcp, brand-intel-mcp, patent-intel-mcp.
Built as a free-tier alternative to enterprise financial data (FactSet, Morningstar, S&P Capital IQ) — financial intelligence for agents without enterprise subscriptions.
Connect
- MCP endpoint (Streamable HTTP):
https://financial-signals-mcp-production.up.railway.app/mcp - Registry:
io.github.FoundryNet/financial-signals-mcp - Agent card:
https://financial-signals-mcp-production.up.railway.app/.well-known/agent-card.json
Claude Desktop / Cursor / Claude Code
claude mcp add --transport http financial-signals https://financial-signals-mcp-production.up.railway.app/mcp
{ "mcpServers": { "financial-signals": { "url": "https://financial-signals-mcp-production.up.railway.app/mcp" } } }
Tools
| Tool | Price | What it does |
|---|---|---|
insider_activity |
$0.01 | Insider transactions with pattern analysis (cluster_sell, large_buy, ceo_buy, pre_earnings) |
earnings_check |
$0.01 | 8-quarter EPS surprises, beat streak, guidance trend, next date |
institutional_moves |
$0.01 | Significant 13F position changes with context |
screen_stocks |
$0.01 | Ratio screen ranked by the proprietary composite_value_score |
sector_snapshot |
$0.01 | Sector medians, top/bottom by value score, aggregate trend |
macro_dashboard |
free | Macro indicators with trend + historical percentile — the gateway |
company_profile |
$0.01 | Full blended profile + value score + sector positioning |
anomaly_alert |
$0.02 | Unusual patterns across all monitored companies (premium) |
daily_brief |
$25 | Curated daily brief: top insider/earnings/institutional/value-score movers + macro |
brief_summary |
$0.50 | Top 5 signals from today's brief as structured JSON (cheap sample of daily_brief) |
mint_info |
free | FoundryNet Data Network + provenance details |
Free tier: 25 paid-tool queries/day per agent (plus free macro_dashboard +
mint_info). Then the tool returns an HTTP-402 with a metered payment challenge —
pay it, re-call with the same args plus payment_tx=<reference>. An
Authorization: Bearer fnet_… key bypasses the paywall.
The moat: composite_value_score
screen_stocks and company_profile expose a proprietary composite_value_score
(0-100) — a transparent blend of: valuation vs. sector, growth, margin quality,
insider sentiment, institutional momentum, and earnings consistency. Sort
screen_stocks by it and you're using a ranking nobody else computes.
Sources & method
A daily run after US market close computes DERIVED tables (not raw filings) over the S&P 500 from free sources: yfinance (price, ratios, earnings, insider & institutional — Yahoo's aggregation of SEC data), FRED (macro), and SEC EDGAR (supplementary). Signal-typing + the composite score are computed at ingest.
Honesty notes: revenue surprise, guidance direction, and post-earnings move
are not reliably free, so they're null/none where unavailable (roic uses ROA
as a capital-efficiency proxy). Coverage grows as the daily universe is processed.
More
part of the FoundryNet Data Network.
Built by FoundryNet · forge@foundrynet.io
Live network activity
Live feed: mint.foundrynet.io/feed
Real-time verified work across 17 servers and autonomous agents, with cryptographic provenance.
安装
把 Financial Signals MCP 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http financial-signals-mcp https://financial-signals-mcp-production.up.railway.app/mcpcodex mcp add financial-signals-mcp --url https://financial-signals-mcp-production.up.railway.app/mcp{
"mcpServers": {
"financial-signals-mcp": {
"url": "https://financial-signals-mcp-production.up.railway.app/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"financial-signals-mcp": {
"type": "http",
"url": "https://financial-signals-mcp-production.up.railway.app/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"financial-signals-mcp": {
"url": "https://financial-signals-mcp-production.up.railway.app/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"financial-signals-mcp": {
"serverUrl": "https://financial-signals-mcp-production.up.railway.app/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
11 个工具
Financial Signals MCP 向已连接的智能体提供 11 个工具。
- insider_activity
- $0.01
- earnings_check
- $0.01
- institutional_moves
- $0.01
- screen_stocks
- $0.01
- sector_snapshot
- $0.01
- macro_dashboard
- **free**
- company_profile
- $0.01
- anomaly_alert
- $0.02
- daily_brief
- $25
- brief_summary
- $0.50
- mint_info
- **free**
评分
69 / 100
良好
- 文档22/25
- 维护14/25
- 可信度13/20
- 能力8/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 21 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 11 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年6月18日 |