{
  "markdown": "# NERAI Risk Intelligence — MCP Server\n\n**The geopolitical grounding layer for AI agents.** Your procurement, trading or\ncompliance agent knows your systems; it does not know the world. NERAI is the\nworld, as a tool call — 60 countries, calibrated forecasts, maritime chokepoints,\nsanctions and trade-control data, every answer source-linked and dated.\n\n<!-- mcp-name: io.github.serkvay13/nerai-mcp -->\n[![MCP Registry](https://img.shields.io/badge/MCP-Registry-blue)](https://registry.modelcontextprotocol.io)\n[![Free key](https://img.shields.io/badge/free_key-instant-brightgreen)](https://neraicorp.com/ai-agents.html)\n[![Pricing](https://img.shields.io/badge/pricing-%E2%82%AC0_%2F_%E2%82%AC490-navy)](https://nerai-mcp.neraicorp.workers.dev/pricing)\n\n**Remote MCP server** (Streamable HTTP) — no install, no local process:\n\n```\nhttps://nerai-mcp.neraicorp.workers.dev/mcp\n```\n\n## Quick start\n\nGet a free key instantly (no card, no call):\n\n```bash\ncurl -X POST https://nerai-mcp.neraicorp.workers.dev/register \\\n  -H 'content-type: application/json' -d '{\"email\":\"you@company.com\"}'\n```\n\nConnect from Claude Code (any MCP client works the same way):\n\n```bash\nclaude mcp add nerai --transport http https://nerai-mcp.neraicorp.workers.dev/mcp \\\n  --header \"Authorization: Bearer <your-key>\"\n```\n\nClients without a header field (e.g. Claude.ai custom connectors):\n`https://nerai-mcp.neraicorp.workers.dev/mcp/<your-key>`\n\n## What your agent gets\n\n16 tools across five layers:\n\n| Layer | Tools |\n|---|---|\n| Country risk | `list_countries` · `get_country_risk` · `compare_countries` · `get_causal_drivers` |\n| Foresight | `get_forecast_desk` (re-scored every 2 days, Brier-tracked) · `get_early_warning` |\n| Supply chain | `get_supply_chain_risk` · `get_commodities` |\n| Maritime | `get_maritime_corridors` · `get_live_chokepoint_traffic` (live AIS) · `get_circumvention_corridors` |\n| Trade controls | `get_sanctions_overview` · `get_tradecontrol_changes` · `check_commodity_controls` · `find_enforcement_precedent` · `get_transaction_intelligence_status` |\n\n## Ask it something real\n\nOnce connected, try these in your agent:\n\n> *\"Which of these supplier countries deteriorated this month: Turkey, Kazakhstan, Egypt?\"*\n> *\"What is the live vessel count in the Strait of Hormuz versus baseline?\"*\n> *\"What changed in the UK and EU trade-control registers this week? Cite the legal instruments.\"*\n> *\"Compare the risk trajectory of Poland and Romania over the next 13 weeks.\"*\n\n## Why this one\n\n- **Validation is published, not promised.** Out-of-sample MASE 0.85–0.95 and\n  61–67% directional accuracy across 4–52 week horizons. Ask your data vendor\n  for their Brier score — we publish ours.\n- **Agent-safe by contract.** Every response carries `_meta`: `as_of`, source,\n  refresh cadence and limitations. An agent cannot ask a follow-up question, so\n  the answer states its own age and limits. That block is also your audit trail.\n- **Enforcement precedents are human-reviewed.** Client-facing tools return only\n  analyst-signed cases, each linking the authority's own document.\n\n## Endpoints\n\n- `GET /pricing` — machine-readable tier table (free / pro / enterprise)\n- `GET /llms.txt` — agent-readable capability sheet\n- `GET /openapi.json` — transport spec with the full tool catalogue\n- `POST /register` — instant free key\n\n## Recipes\n\nCopy-paste agent patterns in [`recipes/`](recipes/): a procurement agent that\nchecks the world before re-ordering, a trading agent grounded in world state,\nand a compliance agent that cites official sources and leaves signing to a human.\n\n## Pricing\n\nFree (5 countries, 100 calls/mo) · Pro €490/mo or €4,900/yr (all 60 countries,\n100k calls) · Enterprise from €15,000/yr (HS-level commodity checks, reviewed\nprecedent corpus, SLA). Details: [neraicorp.com/ai-agents.html](https://neraicorp.com/ai-agents.html)\n\n---\n\nNot legal or investment advice. Built and operated by [NERAI BV](https://neraicorp.com),\nBrussels. Contact: kagan@neraicorp.com\n",
  "bytes": 3984,
  "sha": "71e081db1b99fb05f5319582396b8f359d51e6257dd46a12a57e2a649361a6ba",
  "repo_slug": "serkvay13/nerai-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_serkvay13_nerai_mcp_22eef5e2/readme"
}