← Registry

Data Collection

euroref.dev

Provides free and paid access to series data.

x402 supported1 endpoint15 known toolsFirst detected July 25, 2026Last detected September 26, 2026

ENDPOINT 1

https://euroref.dev/mcp

No auth detected

MCP server metadata

Name
euroref
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Paid answer tools (check_minimum_wage, compute_vat, count_working_days, settlement_date, compute_income_tax, compute_statutory_interest, compute_payroll, compute_employment_cost) take optional receipt, a boolean that defaults to false. When receipt is true, a paid success embeds an Ed25519 answer receipt (kind answer_receipt). The receipt is included in the answer price — no extra USDC. HTTP 402 and free refusals do not include a receipt. An answer receipt is not a series certified extract and is not legal advice. It only covers the computation over the cited series as of last_confirmed. Series certified extracts remain GET /v1/certified/{country}/{series} at $0.25. There is no series-certified MCP tool. Verify an answer receipt with the free verify_answer_receipt tool (public key only) using the rules at /certified/public-key. Both artifacts share that Ed25519 key. get_changes is free. register_alert registration is free. Do not pay for either. Paid series and answer results may include x_next_bind pointing at those tools.

Known tools 15

list_series

FREE.

Inferred read-only
get_public_holidays

FREE.

Inferred read-only
get_series

PAID ($0.005).

Inferred read-only
get_series_history

PAID ($0.005).

Inferred read-only
check_minimum_wage

PAID ($0.05).

Inferred read-only
compute_vat

PAID ($0.02).

Inferred read-only
count_working_days

PAID ($0.02).

Inferred read-only
settlement_date

PAID ($0.05).

Inferred read-only
compute_income_tax

PAID ($0.05).

Inferred read-only
compute_statutory_interest

PAID ($0.05).

Inferred read-only
compute_employment_cost

PAID ($0.10).

Inferred read-only
verify_answer_receipt

FREE.

Inferred read-only
get_snapshot

PAID ($0.02).

Inferred read-only
get_changes

FREE unmetered change + freshness feed.

Inferred read-only
register_alert

Bind a webhook so the next gazette does not silently stale a value you already paid for.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.euroref]
url = "https://euroref.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "euroref": {
      "type": "http",
      "url": "https://euroref.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: euroref
Remote MCP URL: https://euroref.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "euroref": {
      "url": "https://euroref.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "euroref": {
      "type": "http",
      "url": "https://euroref.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "euroref",
  "transport": "streamable-http",
  "url": "https://euroref.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for euroref.dev was fetched 2026-08-02T20:26:48.689Z and is being refreshed.

Trust status Neutral

euroref.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.