io.github.ad0750/regintel-mcp · v0.2.0
MCP server for the RegIntel API: regulatory data across 41 jurisdictions, 212 regulations.
regintel-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"regintel-mcp": {
"command": "uvx",
"args": [
"regintel-mcp"
],
"env": {
"REGINTEL_API_KEY": "<REGINTEL_API_KEY>"
}
}
}
}REGINTEL_API_KEY必填secretYour RegIntel API key. Get a free key with 100 credits at https://regintelapi.com/get-key.html
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.ad0750/regintel-mcp",
"type": "mcp-server",
"version": "0.2.0",
"displayName": "regintel-mcp",
"description": "MCP server for the RegIntel API: regulatory data across 41 jurisdictions, 212 regulations.",
"repository": {
"url": "https://github.com/ad0750/regintel-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "pypi",
"identifier": "regintel-mcp",
"version": "0.2.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "REGINTEL_API_KEY",
"description": "Your RegIntel API key. Get a free key with 100 credits at https://regintelapi.com/get-key.html",
"isRequired": true,
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.ad0750/regintel-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.ad0750%2Fregintel-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}