# Financial Signals MCP (remote · financial-signals-mcp-production.up.railway.app)

Derived financial intelligence: insider patterns, earnings, institutional & ratio signals.

- Trust score: 60/100 (medium)
- Change this week: +2
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `financial-signals-mcp-production.up.railway.app`: 60/100 (this document), [markdown](https://verifymcp.io/servers/foundrynet-financial-signals-mcp/financial-signals-mcp-production.md), [page](https://verifymcp.io/servers/foundrynet-financial-signals-mcp/financial-signals-mcp-production)

## Channel facts

- Endpoint: `https://financial-signals-mcp-production.up.railway.app/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not yet verified: we couldn't confirm whether this endpoint requires it.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS not yet verified: we couldn't read the response headers to check for it.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 0/100
  - Transport check failed: declared streamable-http, but we couldn't connect to verify it.
- **Schema Quality & AI Usability**: 0/100
  - Schema not yet verified: we couldn't read the endpoint's schema.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we couldn't read the endpoint's tools.
- **Capabilities**: 0/100
  - Capabilities not yet verified: we couldn't read the endpoint's capabilities.

**Unverified: 4 categories.** Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http foundrynet-financial-signals-mcp https://financial-signals-mcp-production.up.railway.app/mcp
```

### Codex

```toml
[mcp_servers.foundrynet-financial-signals-mcp]
url = "https://financial-signals-mcp-production.up.railway.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "foundrynet-financial-signals-mcp": {
      "type": "remote",
      "url": "https://financial-signals-mcp-production.up.railway.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add foundrynet-financial-signals-mcp --url https://financial-signals-mcp-production.up.railway.app/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  foundrynet-financial-signals-mcp:
    url: "https://financial-signals-mcp-production.up.railway.app/mcp"
```

### Other

```json
{
  "mcpServers": {
    "foundrynet-financial-signals-mcp": {
      "type": "http",
      "url": "https://financial-signals-mcp-production.up.railway.app/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-07-31 (score 60, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 60, 0)

- [security regression] Endpoint reachability: reachable → unreachable
- [security regression] Stability: 0.10 → unverified
- [security regression] HSTS header: fail → unverified
- [security regression] Transport: pass → fail
- [security] Authorization: Authorisation not yet verified: we couldn't confirm whether this endpoint requires it.
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-29 (score 60, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 59, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 58, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 58)

First indexed and scored.

## MCP tools (11)

### `insider_activity` (~233 tokens)

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=<signature>. agent_id scopes your allowance; an Authorization:
Bearer fnet_ key bypasses it.

Input parameters:

- `agent_id`: stable id for your agent (scopes the free-tier counter).
- `days_back`: only transactions in the last N days.
- `payment_tx`: payment transaction reference, when re-calling after a 402.
- `signal_type`: cluster_sell | large_buy | ceo_buy | pre_earnings.
- `ticker`: optional ticker filter, e.g. "NVDA".

### `earnings_check` (~175 tokens)

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=<signature>. An Authorization: Bearer fnet_ key bypasses it.

Input parameters:

- `agent_id`: stable id for your agent (scopes the free-tier counter).
- `payment_tx`: payment transaction reference, when re-calling after a 402.
- `ticker` (string, required): the stock ticker, e.g. "AAPL".

### `institutional_moves` (~205 tokens)

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=<signature>. An Authorization: Bearer fnet_ key bypasses it.

Input parameters:

- `agent_id`: stable id for your agent (scopes the free-tier counter).
- `institution`: optional institution name, partial match (e.g. "Vanguard").
- `min_value`: minimum current position value (USD).
- `payment_tx`: payment transaction reference, when re-calling after a 402.
- `signal_type`: new_position | exit | significant_increase | significant_decrease.
- `ticker`: optional ticker filter.

### `screen_stocks` (~287 tokens)

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=<signature>. An Authorization: Bearer fnet_ key bypasses it.

Input parameters:

- `agent_id`: stable id for your agent (scopes the free-tier counter).
- `limit` (integer): max rows (1-200, default 50).
- `max_pe`: maximum trailing P/E.
- `min_dividend_yield`: minimum dividend yield (percent, e.g. 2.5).
- `min_market_cap`: minimum market cap (USD).
- `min_value_score`: minimum composite_value_score (0-100).
- `payment_tx`: payment transaction reference, when re-calling after a 402.
- `sector`: GICS sector filter, partial match (e.g. "Technology").
- `sort_by`: value_score | market_cap | pe | dividend_yield | revenue_growth.

### `sector_snapshot` (~189 tokens)

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=<signature>. An Authorization: Bearer fnet_ key bypasses it.

Input parameters:

- `agent_id`: stable id for your agent (scopes the free-tier counter).
- `payment_tx`: payment transaction reference, when re-calling after a 402.
- `sector` (string, required): GICS sector, e.g. "Information Technology", "Energy".

### `macro_dashboard` (~75 tokens)

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.

### `company_profile` (~183 tokens)

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=<signature>. An Authorization: Bearer fnet_ key bypasses it.

Input parameters:

- `agent_id`: stable id for your agent (scopes the free-tier counter).
- `payment_tx`: payment transaction reference, when re-calling after a 402.
- `ticker` (string, required): the stock ticker, e.g. "MSFT".

### `anomaly_alert` (~176 tokens)

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=<signature>. An Authorization: Bearer fnet_ key bypasses it.

Input parameters:

- `agent_id`: stable id for your agent (scopes the free-tier counter).
- `min_severity`: "low", "medium", or "high" (default low).
- `payment_tx`: payment transaction reference, when re-calling after a 402.

### `daily_brief` (~249 tokens)

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=<signature>. An Authorization: Bearer fnet_
key bypasses payment.

Input parameters:

- `agent_id`: stable id for your agent (scopes the free-tier counter).
- `date`: brief date YYYY-MM-DD (default today, UTC).
- `payment_tx`: payment transaction reference, when re-calling after a 402.
- `stripe_token`: 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.

### `brief_summary` (~165 tokens)

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=<signature>. An Authorization: Bearer fnet_ key bypasses payment.

Input parameters:

- `agent_id`: stable id for your agent (scopes the free-tier counter).
- `date`: brief date YYYY-MM-DD (default today, UTC).
- `payment_tx`: payment transaction reference, when re-calling after a 402.

### `mint_info` (~65 tokens)

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).

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/foundrynet-financial-signals-mcp/financial-signals-mcp-production#diagnostics

## Score history

- 2026-08-03: 60
- 2026-08-02: 60
- 2026-08-01: 60
- 2026-07-31: 60
- 2026-07-30: 60
- 2026-07-29: 60
- 2026-07-28: 59
- 2026-07-27: 58
- 2026-07-26: 58

## Links

- Remote endpoint: https://financial-signals-mcp-production.up.railway.app/mcp
- Repository: https://github.com/FoundryNet/financial-signals-mcp
- Changelog RSS feed: https://verifymcp.io/servers/foundrynet-financial-signals-mcp/financial-signals-mcp-production/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/foundrynet-financial-signals-mcp/financial-signals-mcp-production/changelog.json
- HTML version of this page: https://verifymcp.io/servers/foundrynet-financial-signals-mcp/financial-signals-mcp-production
