# Stock Market Data MCP (remote · market-data-mcp-production.up.railway.app)

Real-time stock quotes, history, options chains, sector performance & screening for agents.

- Trust score: 50/100 (low)
- Change this week: −11
- Registry status: active
- Liveness: degraded
- Owner verified: no
- Last scored: 2026-08-03

> **Degraded**: one or more channels of this server are currently unreachable; their trust score is decaying and will reach 0 if they stay down.

## Components

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

## Channel facts

- Endpoint: `https://market-data-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-market-data-mcp https://market-data-mcp-production.up.railway.app/mcp
```

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Other

```json
{
  "mcpServers": {
    "foundrynet-market-data-mcp": {
      "type": "http",
      "url": "https://market-data-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-08-02 (score 50, −12)

The score moved with no change recorded against any check. We would rather say so than guess.

### 2026-07-31 (score 62, 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 62, 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] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-29 (score 62, +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-27 (score 61, +1)

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

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

First indexed and scored.

## MCP tools (9)

### `quote` (~85 tokens)

Get the latest stock quote for a ticker — price, change, change %, volume,
market cap, trailing P/E, and the 52-week high/low. FREE — the gateway tool
every agent tracking equities needs. Served from a snapshot refreshed every
30 minutes (live fallback on a cold cache).

Input parameters:

- `ticker` (string, required): stock symbol, e.g. "AAPL".

### `batch_quote` (~180 tokens)

Get latest quotes for many tickers in one call — price, change, volume,
market cap, P/E and 52-week range for each.

FREE for up to 10 tickers. Above 10, PAID at $0.005 USDC per extra ticker
after the daily free allowance (cap 100 tickers). On a 402, pay the returned
Solana memo 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).
- `payment_tx`: Solana tx signature, when re-calling after a 402.
- `tickers` (array, required): list of stock symbols, e.g. ["AAPL", "MSFT", "NVDA"].

### `price_history` (~222 tokens)

Get OHLCV price history for a ticker — open/high/low/close/volume bars over
a window, for charting, backtesting, and technical analysis.

PAID: $0.01 USDC per query after a daily free allowance. On a 402, pay the
returned Solana memo 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).
- `interval`: 1m,5m,15m,1h,1d,1wk,1mo (default "1d").
- `payment_tx`: Solana tx signature, when re-calling after a 402.
- `period`: 1d,5d,1mo,3mo,6mo,1y,2y,5y,10y,ytd,max (default "6mo").
- `ticker` (string, required): stock symbol, e.g. "AAPL".

### `options_chain` (~187 tokens)

Get the option chain for a ticker — calls and puts with strike, last price,
bid/ask, volume, open interest, and implied volatility, plus the available
expiries. (Greeks are not provided by the source; IV/OI/volume are.)

PAID: $0.02 USDC per query after a daily free allowance. On a 402, pay the
returned Solana memo 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).
- `expiry`: expiry date YYYY-MM-DD (default: nearest available expiry).
- `payment_tx`: Solana tx signature, when re-calling after a 402.
- `ticker` (string, required): stock symbol, e.g. "AAPL".

### `sector_performance` (~64 tokens)

Get market sector performance — the 11 GICS sectors (via their SPDR sector
ETFs) ranked by today's move, with 5-day, 1-month, and year-to-date returns.
FREE. For rotation, breadth, and macro positioning at a glance.

### `screener` (~207 tokens)

Screen the tracked large-cap universe by market cap, trailing P/E, dividend
yield, and sector — returns matching stocks ranked by market cap. A raw
market-data filter; for a ranked, fundamentals-driven screen pair this with
financial-signals-mcp's composite_value_score.

PAID: $0.01 USDC per query after a daily free allowance. On a 402, pay the
returned Solana memo 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).
- `max_pe`: maximum trailing P/E.
- `min_dividend`: minimum dividend yield.
- `min_market_cap`: minimum market cap (USD).
- `payment_tx`: Solana tx signature, when re-calling after a 402.
- `sector`: GICS sector filter, partial match (e.g. "Technology").

### `daily_brief` (~239 tokens)

Get the curated daily market brief — the day's top gainers and losers, most
active names by volume, sector performance, and notable 52-week highs/lows, in
one package. Each brief carries a MINT provenance attestation so a buyer can
verify it was produced by this server, unaltered.

PAID: $20 USDC per brief. Defaults to today (UTC); a brief expires at the next
midnight UTC. On a 402, pay the returned Solana memo and re-call with the SAME
args plus payment_tx=<signature>. An fnet_ Bearer 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`: Solana tx signature, when re-calling after a 402 (x402 rail).
- `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` (~169 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 USDC (vs the full daily_brief price). Defaults to today (UTC).
On a 402, pay the returned Solana memo 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`: Solana tx signature, when re-calling after a 402.

### `mint_info` (~53 tokens)

FoundryNet Data Network + MINT Protocol details (FREE). How to attest your
agent's market analysis and trade signals on-chain for verifiable proof of
work, and the sibling data servers available across the network.

## Diagnostics

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

## Score history

- 2026-08-03: 50
- 2026-08-02: 50
- 2026-08-01: 62
- 2026-07-31: 62
- 2026-07-30: 62
- 2026-07-29: 62
- 2026-07-28: 61
- 2026-07-27: 61
- 2026-07-26: 60

## Links

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