← Back to Plugins
MCP Server MCP

io.github.ad0750/regintel-mcp

github By github 👁 1 views ▲ 0 votes

MCP server for the RegIntel API: regulatory data across 41 jurisdictions, 212 regulations.

Homepage Verified source GitHub

Install

uvx regintel-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "regintel-mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your RegIntel API key. Get a free key with 100 credits at https://regintelapi.com/get-key.html",
          "isRequired": true,
          "isSecret": true,
          "name": "REGINTEL_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...