ENDPOINT 1
https://euroref.dev/mcp
MCP server metadata
- Name
- euroref
- Version
- 1.0.0
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
register_alertBind a webhook so the next gazette does not silently stale a value you already paid for.
Inferred read-onlyCONNECT 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.
euroref.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.