A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
MCP server for the RegIntel API. Structured regulatory data across 41 jurisdictions and 212+ regulations, with regulator
MCP server for the RegIntel API — structured regulatory data across 41 jurisdictions and 212+ regulations, with regulator citations. Works with any MCP-compatible LLM client (Claude Desktop, Claude Code, etc.).
Requires a free API key from regintelapi.com/get-key — 100 credits, no credit card required. Set as REGINTEL_API_KEY in your MCP client config (example below).
| 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. |
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. |
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
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
English-first Korean equity intelligence MCP — DART filings, foreign-holder 5%-rule flows, activist filings, KRX news. F
Unity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control sc