streamable-httpMITupdated 28d ago
Regulatory & compliance intelligence for AI agents โ rules, recalls, enforcement actions, and comment deadlines from free government sources, classified by industry and severity.
This repository was archived by its owner. It still works, but it is not receiving updates.
What can you do with 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.
Install
Add Regulatory & Compliance Intelligence MCP to your client. Pick the one you use.
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 tools
Regulatory & Compliance Intelligence MCP exposes 9 tools to a connected agent.
- 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**
Score
67 / 100
Good
- Documentation22/25
- Maintenance14/25
- Trust13/20
- Capability6/15
- Install experience12/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
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jun 18, 2026 |