Back to Browse

Regintel MCP Server

by Ad0750
Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for the RegIntel API: regulatory data across 41 jurisdictions, 212 regulations.

About

MCP server for the RegIntel API: regulatory data across 41 jurisdictions, 212 regulations.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

4 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Your RegIntel API key. Get a free key with 100 credits at https://regintelapi.com/get-key.htmlRequired

Environment variable: REGINTEL_API_KEY

How to Install

Add this to your MCP configuration file:

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

Documentation

View on GitHub

From the project's GitHub README.

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

ToolWhat it doesCredits
list_jurisdictionsAll 41 supported jurisdictions with codes and regulation countsFree, no key required
search_regulationsFilter the catalog by jurisdiction, tag, keyword, category. Paginated.1
get_regulationFull record (obligations, penalties, scope, source URL) for one regulation by ID1
get_recent_updatesRegulations added or modified since a date. Useful for incremental sync of vector stores.free
check_complianceDecision signal (allowed / requires_license / restricted / prohibited) for an activity in a country1
get_aasb_s2_obligationsAustralian 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

PlanCreditsPrice
Free100 (one-time, no expiry)$0, no card
Starter1,000/month$10/month
Pro10,000/month$50/month

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

Links

License

MIT

Reviews

No reviews yet

Be the first to review this server!