-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
13 lines (13 loc) · 959 Bytes
/
Copy pathserver.json
File metadata and controls
13 lines (13 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.FoundryNet/compliance-mcp",
"title": "Regulatory Compliance Intelligence MCP",
"description": "Track regulations, final rules, comment deadlines, recalls, and enforcement actions — live from the Federal Register, openFDA, and CPSC.",
"version": "1.0.0",
"homepage": "https://foundrynet.io",
"repository": { "url": "https://github.com/FoundryNet/compliance-mcp", "source": "github" },
"categories": ["compliance", "regulatory", "data", "legal"],
"tags": ["regulatory compliance", "FDA recalls", "federal register", "OSHA citations", "compliance monitoring", "SEC enforcement"],
"keywords": ["regulatory compliance", "FDA recalls", "federal register", "OSHA citations", "compliance monitoring", "SEC enforcement"],
"remotes": [ { "type": "streamable-http", "url": "https://compliance-mcp-production.up.railway.app/mcp" } ]
}