MCP server for the RegIntel API — structured regulatory data across 41 jurisdictions and 212 regulations
Project description
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 |
|---|---|
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. |
Install
pip install regintel-mcp
Get 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-mcp
Environment 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file regintel_mcp-0.1.0.tar.gz.
File metadata
- Download URL: regintel_mcp-0.1.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f330c3988f40af0154aa9cd602cab5a7eb43adc37aa1e1cf0a49a431f89f2b5e
|
|
| MD5 |
5c583e0364f624e41fe7d623a388be49
|
|
| BLAKE2b-256 |
cb85679f42484a7b31e60b3b521ebeaaef889211dde8602bfa8440e963580a0d
|
File details
Details for the file regintel_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: regintel_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b8a4979cd847fecf8cca84d66e89104bb475f18acee69abb6785704101a99af
|
|
| MD5 |
256ee93c0bbdbf5bf5bfaccef4c99fb8
|
|
| BLAKE2b-256 |
aeff68ee260e3a58080a8a65691fbda6d9ed851f41143e02d243b0ce69b58b78
|