Server data from the Official MCP Registry
MCP server for the RegIntel API: regulatory data across 41 jurisdictions, 212 regulations.
MCP server for the RegIntel API: regulatory data across 41 jurisdictions, 212 regulations.
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.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: REGINTEL_API_KEY
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"
}
}
}From the project's GitHub README.
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.).
| 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. |
pip install regintel-mcp
Free tier includes 100 credits with no expiry and no credit card: https://regintelapi.com/get-key.html
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.
claude mcp add regintel -e REGINTEL_API_KEY=your-api-key-here -- regintel-mcp
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.MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.