regintel-mcp
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 |
| All 41 supported jurisdictions with codes and regulation counts. Does not consume credits. |
| Filter the catalog by jurisdiction, tag, keyword, category. Paginated. |
| Full record (obligations, penalties, scope, source URL) for one regulation by ID. |
| Regulations added or modified since a date. Useful for keeping vector stores in sync. |
| Decision signal (allowed / requires_license / restricted / prohibited) for an activity in a country. |
Install
pip install regintel-mcpGet 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-mcpEnvironment 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 tohttps://api.regintelapi.com.
License
MIT
Maintenance
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