regintel-mcp

ad0750/regintel-mcp
★ 0 stars Python 💻 Code/Dev Tools Updated 2d ago
MCP server for the RegIntel API — structured regulatory data across 41 jurisdictions and 212 regulations. Tools for search, lookup, recent updates, and compliance checks. Works with Claude Desktop, Claude Code, and any MCP-compatible client.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "regintel-mcp": {
      "command": "uvx",
      "args": [
        "regintel-mcp"
      ]
    }
  }
}

Or install with pip: pip install regintel-mcp