Skip to main content
Glama

regintel-mcp

MCP server for the RegIntel API — structured regulatory data across 41 jurisdictions and 212 regulations, accessible to any MCP-compatible LLM client (Claude Desktop, Claude Code, etc.).

Tools

Tool

Description

list_jurisdictions

All 41 supported jurisdictions with codes and regulation counts. Does not consume credits.

search_regulations

Filter the catalog by jurisdiction, tag, keyword, category. Paginated.

get_regulation

Full record (obligations, penalties, scope, source URL) for one regulation by ID.

get_recent_updates

Regulations added or modified since a date. Useful for keeping vector stores in sync.

check_compliance

Decision signal (allowed / requires_license / restricted / prohibited) for an activity in a country.

Install

pip install regintel-mcp

Get an API key

Free tier includes 100 credits with no expiry and no credit card: https://regintelapi.com/get-key.html

Configure with Claude Desktop

Add to claude_desktop_config.json:

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

Restart Claude Desktop. The five tools above should appear under the regintel server.

Configure with Claude Code

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

Environment variables

  • REGINTEL_API_KEY (required) — your API key. Without it, every tool call returns an actionable error message.

  • REGINTEL_API_BASE (optional) — override the API base URL. Defaults to https://api.regintelapi.com.

License

MIT

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ad0750/regintel-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server