Financial Signals MCP
Server Details
Derived financial intelligence: insider patterns, earnings, institutional & ratio signals.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- FoundryNet/financial-signals-mcp
- GitHub Stars
- 0
- Server Listing
- Financial Signals MCP
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4/5 across 11 of 11 tools scored. Lowest: 3.2/5.
Each tool targets a distinct aspect of financial signal analysis: alerts for anomalies, briefs for summaries, individual stock profiles, insider trading, institutional moves, earnings, macro, screening, and sector snapshots. Even the composite company_profile doesn't duplicate the specialized tools as it provides a one-stop profile.
Tool names follow a consistent snake_case pattern with a descriptive verb+noun structure (e.g., anomaly_alert, earnings_check). 'mint_info' is a slight deviation as it is noun+noun, but it's a proper name for server info.
With 11 tools, the server covers a broad range of financial signals without being overwhelming. Each tool serves a clear purpose, and the count is well-scoped for the domain.
The tool surface covers key areas: alerts, screening, sector, macro, insider, institutional, earnings, and daily briefs. Minor gaps might include the lack of a dedicated SEC filing search tool, but the derived signal focus is well-covered.
Available Tools
11 toolsanomaly_alertInspect
Screen all monitored S&P 500 companies for unusual patterns in the last few days — insider trading clusters, earnings divergences, institutional ownership exits, and financial-ratio extremes — ranked by severity, derived from SEC filings and market data. The premium market-intelligence sweep.
PAID: $0.02 per query after the daily free allowance (25/day). On a 402, pay the returned payment challenge and re-call with the SAME args plus payment_tx=. An Authorization: Bearer fnet_ key bypasses it.
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | No | stable id for your agent (scopes the free-tier counter). | |
| payment_tx | No | payment transaction reference, when re-calling after a 402. | |
| min_severity | No | "low", "medium", or "high" (default low). | low |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
brief_summaryInspect
Get the top 5 signals from today's brief as structured JSON — a cheap sample of the full daily_brief. Returns the day's highest-priority items (no prose) so an agent can decide whether to buy the full brief.
PAID: $0.50 (vs the full daily_brief price). Defaults to today (UTC). On a 402, pay the returned payment challenge and re-call with the SAME args plus payment_tx=. An Authorization: Bearer fnet_ key bypasses payment.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | brief date YYYY-MM-DD (default today, UTC). | |
| agent_id | No | stable id for your agent (scopes the free-tier counter). | |
| payment_tx | No | payment transaction reference, when re-calling after a 402. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
company_profileInspect
Analyze an S&P 500 stock in one call — a blended profile with financial ratios, insider trading summary, institutional ownership concentration, earnings track record, sector positioning, and the proprietary composite_value_score, derived from SEC filings and market data. The full stock-analysis and market-intelligence picture for a ticker.
PAID: $0.01 per query after the daily free allowance (25/day). On a 402, pay the returned payment challenge and re-call with the SAME args plus payment_tx=. An Authorization: Bearer fnet_ key bypasses it.
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | the stock ticker, e.g. "MSFT". | |
| agent_id | No | stable id for your agent (scopes the free-tier counter). | |
| payment_tx | No | payment transaction reference, when re-calling after a 402. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
daily_briefInspect
Get the curated daily market-intelligence brief — the day's most significant derived signals in one package: top insider trading anomalies, top earnings surprises, top institutional ownership moves, top composite value-score movers, and a macro summary, derived from SEC filings and market data. Each brief carries a cryptographic provenance attestation so a buyer can verify it was produced by this server, unaltered.
PAID: $25 per brief. Defaults to today (UTC); a brief expires at the next midnight UTC. On a 402, pay the returned payment challenge and re-call with the SAME args plus payment_tx=. An Authorization: Bearer fnet_ key bypasses payment.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | brief date YYYY-MM-DD (default today, UTC). | |
| agent_id | No | stable id for your agent (scopes the free-tier counter). | |
| payment_tx | No | payment transaction reference, when re-calling after a 402. | |
| stripe_token | No | Stripe Checkout Session id (cs_…), when re-calling after paying the Stripe payment link (alternative to x402). Can also be supplied via the X-Stripe-Token header. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
earnings_checkInspect
Check the earnings track record for an S&P 500 stock — 8 quarters of EPS surprises, the consecutive beat/miss streak, average surprise, guidance trend, and next earnings date, derived from SEC filings and market data. Earnings analysis and surprise signals for trading agents.
PAID: $0.01 per query after the daily free allowance (25/day). On a 402, pay the returned payment challenge and re-call with the SAME args plus payment_tx=. An Authorization: Bearer fnet_ key bypasses it.
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | the stock ticker, e.g. "AAPL". | |
| agent_id | No | stable id for your agent (scopes the free-tier counter). | |
| payment_tx | No | payment transaction reference, when re-calling after a 402. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
insider_activityInspect
Analyze insider trading activity for an S&P 500 stock — derived pattern signals from SEC EDGAR Form 4 filings, not raw filings. Surfaces market intelligence like cluster_sell ("3 insiders sold within 5 days, 12 days before earnings"), large_buy, ceo_buy, and pre_earnings — the premium tool for "show me unusual insider selling before earnings".
PAID: $0.01 per query after a daily free allowance (25/day). On a 402, pay the returned payment challenge and re-call with the SAME args plus payment_tx=. agent_id scopes your allowance; an Authorization: Bearer fnet_ key bypasses it.
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | No | optional ticker filter, e.g. "NVDA". | |
| agent_id | No | stable id for your agent (scopes the free-tier counter). | |
| days_back | No | only transactions in the last N days. | |
| payment_tx | No | payment transaction reference, when re-calling after a 402. | |
| signal_type | No | cluster_sell | large_buy | ceo_buy | pre_earnings. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
institutional_movesInspect
Check significant institutional ownership moves from SEC 13F filings — new positions, exits, and large increases/decreases with context (e.g. "Bridgewater initiated $400M position"). Institutional ownership flow and market intelligence for any ticker or fund.
PAID: $0.01 per query after the daily free allowance (25/day). On a 402, pay the returned payment challenge and re-call with the SAME args plus payment_tx=. An Authorization: Bearer fnet_ key bypasses it.
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | No | optional ticker filter. | |
| agent_id | No | stable id for your agent (scopes the free-tier counter). | |
| min_value | No | minimum current position value (USD). | |
| payment_tx | No | payment transaction reference, when re-calling after a 402. | |
| institution | No | optional institution name, partial match (e.g. "Vanguard"). | |
| signal_type | No | new_position | exit | significant_increase | significant_decrease. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
macro_dashboardInspect
Get current macro indicators with trend and historical-percentile context — Treasury yields, the 10Y-2Y spread, Fed funds, CPI, unemployment, VIX, credit spreads, and the dollar, sourced from FRED. FREE market intelligence — every financial agent needs macro context, so this is the gateway.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
mint_infoInspect
FoundryNet Data Network info + provenance details. FREE.
Returns how to attach verifiable provenance to your agent's financial analysis, the network provenance endpoint, and the sister data servers (gov-contracts-mcp, brand-intel-mcp, patent-intel-mcp).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
screen_stocksInspect
Screen S&P 500 stocks by financial ratios — full ratio profile with sector comparison, ranked by the proprietary composite_value_score (a blend of valuation-vs-sector, growth, margin quality, insider sentiment, institutional ownership momentum, and earnings consistency), derived from SEC filings and market data. Sorting by value score is YOUR proprietary stock-analysis ranking.
PAID: $0.01 per query after the daily free allowance (25/day). On a 402, pay the returned payment challenge and re-call with the SAME args plus payment_tx=. An Authorization: Bearer fnet_ key bypasses it.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | max rows (1-200, default 50). | |
| max_pe | No | maximum trailing P/E. | |
| sector | No | GICS sector filter, partial match (e.g. "Technology"). | |
| sort_by | No | value_score | market_cap | pe | dividend_yield | revenue_growth. | |
| agent_id | No | stable id for your agent (scopes the free-tier counter). | |
| payment_tx | No | payment transaction reference, when re-calling after a 402. | |
| min_market_cap | No | minimum market cap (USD). | |
| min_value_score | No | minimum composite_value_score (0-100). | |
| min_dividend_yield | No | minimum dividend yield (percent, e.g. 2.5). |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
sector_snapshotInspect
Get a market-intelligence snapshot for a GICS sector — median financial ratios (P/E, P/S, P/B, EV/EBITDA, margins, yield), the top and bottom names by composite_value_score, and the aggregate earnings-growth trend, derived from SEC filings and market data across the S&P 500.
PAID: $0.01 per query after the daily free allowance (25/day). On a 402, pay the returned payment challenge and re-call with the SAME args plus payment_tx=. An Authorization: Bearer fnet_ key bypasses it.
| Name | Required | Description | Default |
|---|---|---|---|
| sector | Yes | GICS sector, e.g. "Information Technology", "Energy". | |
| agent_id | No | stable id for your agent (scopes the free-tier counter). | |
| payment_tx | No | payment transaction reference, when re-calling after a 402. |
Output Schema
| Name | Required | Description |
|---|---|---|
No output parameters | ||
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides actionable financial intelligence tools for AI agents including insider buying signals, earnings IV plays, market pulse, stock analysis, and options strategies via free public data sources.Last updated6MIT
- Alicense-qualityAmaintenancePre-computed financial market intelligence for AI agents. Stocks, crypto, and ETFs.Last updated1691MIT
- AlicenseAqualityAmaintenanceReal-time SEC Form 4 insider trading data — transactions with post-trade returns, cluster-buy signals, Form 144 early warnings, and 13F institutional holdings. 27 tools + 6 research prompts; free tier available.Last updated4274071MIT
- AlicenseAqualityAmaintenanceInstitutional-grade quantitative stock analysis and research signals for AI agents via the Model Context Protocol (MCP).Last updated691MIT
Your Connectors
Sign in to create a connector for this server.