streamable-httpMITupdated 29d ago
Regulatory & compliance intelligence for AI agents — rules, recalls, enforcement actions, and comment deadlines from free government sources, classified by industry and severity.
该仓库已被所有者归档。仍可使用,但不再更新。
Regulatory & Compliance Intelligence MCP 能做什么?
Regulatory & Compliance Intelligence MCP
Regulatory & compliance intelligence for AI agents — rules, recalls, enforcement actions, and comment deadlines from free government sources, classified by industry and severity.
Part of the FoundryNet Data Network. See also: gov-contracts-mcp, brand-intel-mcp, patent-intel-mcp, financial-signals-mcp, weather-intel-mcp.
Connect
- MCP endpoint (Streamable HTTP):
https://compliance-mcp-production.up.railway.app/mcp - Registry:
io.github.FoundryNet/compliance-mcp - Agent card:
https://compliance-mcp-production.up.railway.app/.well-known/agent-card.json
Claude Desktop / Cursor / Claude Code
claude mcp add --transport http compliance https://compliance-mcp-production.up.railway.app/mcp
{ "mcpServers": { "compliance": { "url": "https://compliance-mcp-production.up.railway.app/mcp" } } }
Tools
| Tool | Price | What it does |
|---|---|---|
search_regulations |
$0.01 | Filtered regulatory entries (industry/agency/type/keyword/severity) |
compliance_alerts |
$0.01 | Active alerts for an industry, deadline-urgent — "what do I worry about in pharma this week?" |
recall_check |
$0.01 | FDA (food/drug/device) + CPSC product recalls with severity |
enforcement_actions |
$0.01 | Enforcement actions with parsed penalty amounts |
comment_deadlines |
$0.01 | Upcoming proposed-rule comment deadlines |
daily_digest |
$0.05 | Structured daily digest organized by severity |
brief_summary |
$0.50 | Top-5 signals — a sample of the full daily brief |
daily_brief |
$10 | Full curated daily compliance brief |
mint_info |
free | FoundryNet Data Network info |
Free tier: 25 paid-tool queries/day per agent. Then metered per-query billing:
the tool returns an HTTP-402 payment challenge — settle it, then re-call with the same
args plus payment_tx=<reference>. An Authorization: Bearer fnet_… key bypasses the paywall.
How it works
Every 12 hours the aggregator fetches new entries from Federal Register (rules/proposed/notices), openFDA (food/drug/device recall & enforcement), and CPSC (consumer product recalls), classifies each by industry (keyword taxonomy across 12 sectors) and severity (info → warning → action_required → critical), and stores them in a standalone Supabase project.
Severity logic: Class I / injury-or-death recalls + emergency rules →
critical; final rules with a compliance deadline ≤ 90 days or enforcement
penalties > $100K → action_required; proposed rules in comment period → warning;
notices/guidance → info.
Honesty note: EPA ECHO, OSHA, and SEC enforcement (their public endpoints need multi-step queries or scraping) are planned additional sources; enforcement penalties are currently parsed from Federal Register notices.
Discovery
MCP registry: io.github.FoundryNet/compliance-mcp
Built by FoundryNet · forge@foundrynet.io
Live network activity
Real-time verified work across 17 servers and autonomous agents in the FoundryNet Data Network.
安装
把 Regulatory & Compliance Intelligence MCP 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http regulatory-compliance-intelligence-mcp https://compliance-mcp-production.up.railway.app/mcpcodex mcp add regulatory-compliance-intelligence-mcp --url https://compliance-mcp-production.up.railway.app/mcp{
"mcpServers": {
"regulatory-compliance-intelligence-mcp": {
"url": "https://compliance-mcp-production.up.railway.app/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"regulatory-compliance-intelligence-mcp": {
"type": "http",
"url": "https://compliance-mcp-production.up.railway.app/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"regulatory-compliance-intelligence-mcp": {
"url": "https://compliance-mcp-production.up.railway.app/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"regulatory-compliance-intelligence-mcp": {
"serverUrl": "https://compliance-mcp-production.up.railway.app/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
9 个工具
Regulatory & Compliance Intelligence MCP 向已连接的智能体提供 9 个工具。
- search_regulations
- $0.01
- compliance_alerts
- $0.01
- recall_check
- $0.01
- enforcement_actions
- $0.01
- comment_deadlines
- $0.01
- daily_digest
- $0.05
- brief_summary
- $0.50
- daily_brief
- $10
- mint_info
- **free**
评分
67 / 100
良好
- 文档22/25
- 维护14/25
- 可信度13/20
- 能力6/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 21 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 9 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年6月18日 |