Skip to main content

regintel-mcp

PyPI version MCP Registry License: MIT

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.

uvx regintel-mcp        # or: pip install regintel-mcp

Smoke-test the install in 5 secondslist_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

Tools

Tool What it does Credits
list_jurisdictions All 41 supported jurisdictions with codes and regulation counts Free, no key required
search_regulations Filter the catalog by jurisdiction, tag, keyword, category. Paginated. 1
get_regulation Full record (obligations, penalties, scope, source URL) for one regulation by ID 1
get_recent_updates Regulations added or modified since a date. Useful for incremental sync of vector stores. free
check_compliance Decision signal (allowed / requires_license / restricted / prohibited) for an activity in a country 1
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

Configure with Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "regintel": {
      "command": "uvx",
      "args": ["regintel-mcp"],
      "env": {
        "REGINTEL_API_KEY": "your-api-key-here"
      }
    }
  }
}

Restart 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.

Configure with Claude Code

claude mcp add regintel -e REGINTEL_API_KEY=your-api-key-here -- uvx regintel-mcp

Try it without a key

list_jurisdictions is auth-optional — useful as a sanity check after install:

Ask Claude: "list the jurisdictions in the regintel server"

If 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

Environment variables

  • REGINTEL_API_KEY (required for billed tools) — your API key. Without it, list_jurisdictions still works; every other tool returns an actionable signup prompt.
  • REGINTEL_API_BASE (optional) — override the API base URL. Defaults to https://api.regintelapi.com.

Pricing

Plan Credits Price
Free 100 (one-time, no expiry) $0, no card
Starter 1,000/month $10/month
Pro 10,000/month $50/month

One-time credit packs also available. See regintelapi.com/pricing.

Links

License

MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

regintel_mcp-0.6.1.tar.gz (11.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

regintel_mcp-0.6.1-py3-none-any.whl (12.9 kB view details)

Uploaded Python 3

File details

Details for the file regintel_mcp-0.6.1.tar.gz.

File metadata

  • Download URL: regintel_mcp-0.6.1.tar.gz
  • Upload date:
  • Size: 11.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for regintel_mcp-0.6.1.tar.gz
Algorithm Hash digest
SHA256 304b343e0e4c717952ac380abf1a6408e20e392cb5f47f0dac76d27fbe65ba14
MD5 c070a73a0bc7d5122ab284f21926fa26
BLAKE2b-256 edcdf2f0ba4156e3374eae75cb6d599f8b571a034beae3e896e00797c0c2449a

See more details on using hashes here.

File details

Details for the file regintel_mcp-0.6.1-py3-none-any.whl.

File metadata

  • Download URL: regintel_mcp-0.6.1-py3-none-any.whl
  • Upload date:
  • Size: 12.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for regintel_mcp-0.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 be6c84c2f64f51f282d1cb76d04fa3d0759b252e83025e97845d8967ab530bec
MD5 4455d920003b08e9217db37858235282
BLAKE2b-256 4858c53751667ee9858359046b35a29fbc3d8e58d6cbdcd7f1e031fec5cd315d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page