# com.thenextgennexus/fred-treasury-macro-data-mcp (remote · nexgendata-mcp-proxy.steve-corbeil.workers.dev)

US macro & Treasury data — FRED series, yield curve, auctions, and a macro dashboard.

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

## Components

- remote · `nexgendata-mcp-proxy.steve-corbeil.workers.dev`: 64/100 (this document), [markdown](https://verifymcp.io/servers/com-thenextgennexus-fred-treasury-macro-data-mcp/fred-treasury-macro-data-mcp-mcp.md), [page](https://verifymcp.io/servers/com-thenextgennexus-fred-treasury-macro-data-mcp/fred-treasury-macro-data-mcp-mcp)

## Channel facts

- Endpoint: `https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/fred-treasury-macro-data-mcp/mcp`
- Transports: `streamable-http`
- Auth: `required`
- 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**: 71/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, but the challenge carries no valid RFC 9728 metadata, so a client cannot discover where to get a token.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 626 tokens (~125/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-thenextgennexus-fred-treasury-macro-data-mcp https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/fred-treasury-macro-data-mcp/mcp
```

### Codex

```toml
[mcp_servers.com-thenextgennexus-fred-treasury-macro-data-mcp]
url = "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/fred-treasury-macro-data-mcp/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-thenextgennexus-fred-treasury-macro-data-mcp": {
      "type": "remote",
      "url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/fred-treasury-macro-data-mcp/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-thenextgennexus-fred-treasury-macro-data-mcp --url https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/fred-treasury-macro-data-mcp/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-thenextgennexus-fred-treasury-macro-data-mcp:
    url: "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/fred-treasury-macro-data-mcp/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-thenextgennexus-fred-treasury-macro-data-mcp": {
      "type": "http",
      "url": "https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/fred-treasury-macro-data-mcp/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 64, +1)

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

### 2026-07-31 (score 63, +4)

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

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

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

### 2026-07-29 (score 59, +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 58, +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 57, 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 57)

First indexed and scored.

## MCP tools (5)

### `get_fred_series` (~199 tokens)

Fetch a FRED economic data series — CPI, GDP, unemployment, fed funds rate, anything in FRED.

Args:
    series_id: FRED series id (examples: "CPIAUCSL" = CPI, "GDP" = GDP, "UNRATE" = unemployment,
        "FEDFUNDS" = effective fed funds rate, "DGS10" = 10Y Treasury, "T10Y2Y" = 10y-2y spread,
        "M2SL" = M2 money supply, "PAYEMS" = nonfarm payrolls, "DFF" = daily fed funds)
    start_date: ISO date (YYYY-MM-DD). Defaults to default_lookback_days ago.
    end_date:   ISO date (YYYY-MM-DD). Defaults to today.

Input parameters:

- `end_date` (string)
- `series_id` (string, required)
- `start_date` (string)

### `get_treasury_yield_curve` (~105 tokens)

Full US Treasury par yield curve (1mo, 2mo, 3mo, 4mo, 6mo, 1y, 2y, 3y, 5y, 7y, 10y, 20y, 30y) for a date.

Args:
    date: ISO date (YYYY-MM-DD). Defaults to most recent business day on or before today.

Input parameters:

- `date` (string)

### `get_upcoming_treasury_auctions` (~98 tokens)

Treasury securities auction calendar — upcoming auctions in the next N days.

Args:
    security_type: "all", "Bill", "Note", "Bond", "TIPS", "FRN", or "CMB"
    days_ahead: how many days of upcoming auctions to return (default 30, max ~180)

Input parameters:

- `days_ahead` (integer)
- `security_type` (string)

### `get_auction_results` (~149 tokens)

Treasury auction results — stop-out yield, bid-to-cover ratio, allotments, primary-dealer take.

Args:
    auction_id_or_recent: "recent" for the latest auctions, or a CUSIP to look up that issue.
    security_type: "all", "Bill", "Note", "Bond", "TIPS", "FRN", or "CMB"
    days_back: how many days of historical results to consider (default 30)
    limit: max results to return (default 25)

Input parameters:

- `auction_id_or_recent` (string)
- `days_back` (integer)
- `limit` (integer)
- `security_type` (string)

### `get_macro_dashboard` (~75 tokens)

One-call combined macro snapshot for AI trading agents.

Returns: latest 10Y Treasury yield, full yield curve, CPI YoY, headline unemployment,
effective fed funds rate, and the 5 most recent Treasury auction results.
Designed so an LLM can answer "what's the macro picture right now?" with one tool-call.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-thenextgennexus-fred-treasury-macro-data-mcp/fred-treasury-macro-data-mcp-mcp#diagnostics

## Score history

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

## Links

- Remote endpoint: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/fred-treasury-macro-data-mcp/mcp
- Authorisation metadata: https://nexgendata-mcp-proxy.steve-corbeil.workers.dev/.well-known/oauth-protected-resource/fred-treasury-macro-data-mcp/mcp
- Website: https://apify.com/nexgendata/fred-treasury-macro-data-mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-thenextgennexus-fred-treasury-macro-data-mcp/fred-treasury-macro-data-mcp-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-thenextgennexus-fred-treasury-macro-data-mcp/fred-treasury-macro-data-mcp-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-thenextgennexus-fred-treasury-macro-data-mcp/fred-treasury-macro-data-mcp-mcp
