{
  "markdown": "# regintel-mcp\n\n<!-- mcp-name: io.github.ad0750/regintel-mcp -->\n\n[![PyPI version](https://img.shields.io/pypi/v/regintel-mcp.svg)](https://pypi.org/project/regintel-mcp/)\n[![MCP Registry](https://img.shields.io/badge/MCP-Registry-blue)](https://registry.modelcontextprotocol.io/v0/servers/io.github.ad0750/regintel-mcp)\n[![License: MIT](https://img.shields.io/badge/license-MIT-green)](LICENSE)\n\n**Drop-in regulatory data for your Claude agent.** Query 212+ regulations across 41 jurisdictions (GDPR, MiCA, DORA, AASB-S2, NGER, FATF, FCA, ASIC, MAS, SEC, FINRA…) with regulator citations. Works with Claude Desktop, Claude Code, and any MCP-compatible LLM client.\n\n```bash\nuvx regintel-mcp        # or: pip install regintel-mcp\n```\n\n**Smoke-test the install in 5 seconds** — `list_jurisdictions` works without an API key. Once you confirm the package is wired into your client, get a free key (100 credits, no card, ~20 seconds): **[regintelapi.com/k](https://regintelapi.com/k)**\n\n## Tools\n\n| Tool | What it does | Credits |\n| --- | --- | --- |\n| `list_jurisdictions` | All 41 supported jurisdictions with codes and regulation counts | **Free, no key required** |\n| `search_regulations` | Filter the catalog by jurisdiction, tag, keyword, category. Paginated. | 1 |\n| `get_regulation` | Full record (obligations, penalties, scope, source URL) for one regulation by ID | 1 |\n| `get_recent_updates` | Regulations added or modified since a date. Useful for incremental sync of vector stores. | free |\n| `check_compliance` | Decision signal (allowed / requires_license / restricted / prohibited) for an activity in a country | 1 |\n| `get_aasb_s2_obligations` | Australian AASB-S2 climate-disclosure obligations. Filterable by Group tier, category code, reporting year. **Information only — does not calculate emissions or judge assurance.** | 1 |\n\n## Configure with Claude Desktop\n\nAdd to `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"regintel\": {\n      \"command\": \"uvx\",\n      \"args\": [\"regintel-mcp\"],\n      \"env\": {\n        \"REGINTEL_API_KEY\": \"your-api-key-here\"\n      }\n    }\n  }\n}\n```\n\nRestart Claude Desktop. Six tools appear under the `regintel` server. Ask: *\"is crypto trading allowed in Australia?\"* — the model routes that to `check_compliance(country=\"AU\", activity=\"crypto\")` on its own.\n\n## Configure with Claude Code\n\n```bash\nclaude mcp add regintel -e REGINTEL_API_KEY=your-api-key-here -- uvx regintel-mcp\n```\n\n## Try it without a key\n\n`list_jurisdictions` is auth-optional — useful as a sanity check after install:\n\n> *Ask Claude:* \"list the jurisdictions in the regintel server\"\n\nIf you get back a JSON list with EU, US, AU, SG, UK and 36 others, the package is wired in. Now grab a key for the rest of the tools: [regintelapi.com/k](https://regintelapi.com/k)\n\n## Environment variables\n\n- `REGINTEL_API_KEY` *(required for billed tools)* — your API key. Without it, `list_jurisdictions` still works; every other tool returns an actionable signup prompt.\n- `REGINTEL_API_BASE` *(optional)* — override the API base URL. Defaults to `https://api.regintelapi.com`.\n\n## Pricing\n\n| Plan | Credits | Price |\n| --- | --- | --- |\n| Free | 100 (one-time, no expiry) | $0, no card |\n| Starter | 1,000/month | $10/month |\n| Pro | 10,000/month | $50/month |\n\nOne-time credit packs also available. See [regintelapi.com/pricing](https://regintelapi.com/pricing.html).\n\n## Links\n\n- **Get a free key:** https://regintelapi.com/k\n- **API docs:** https://regintelapi.com/docs.html\n- **OpenAPI spec:** https://regintelapi.com/openapi.json\n- **MCP Registry listing:** https://registry.modelcontextprotocol.io/v0/servers/io.github.ad0750/regintel-mcp\n- **Source:** https://github.com/ad0750/regintel-mcp\n\n## License\n\nMIT\n",
  "bytes": 3736,
  "sha": "88f61dd6a6592d8c1a835b24bec9b9518fe2d7b48bf54c65c861742268feb1b0",
  "repo_slug": "ad0750/regintel-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_ad0750_regintel_mcp_e00de31b/readme"
}