search_regulations
ActiveTool of Regulatory & Compliance Intelligence MCP
Search regulatory updates and final rules from the Federal Register, openFDA, and CPSC by industry, agency, type, keyword, or severity — regulatory compliance and compliance monitoring intelligence, newest first. PAID: $0.01 USDC per query after a daily free allowance (25/day). On a 402, pay the returned Solana memo and re-call with the SAME args plus payment_tx=<signature>. agent_id scopes your allowance; an Authorization: Bearer fnet_ key bypasses it.
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"default": 50,
"description": "max rows (1-200, default 50)."
},
"agency": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "issuing agency, partial match."
},
"keyword": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "free-text over title + summary."
},
"agent_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "stable id for your agent (scopes the free-tier counter)."
},
"industry": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "one of healthcare, pharma, finance, manufacturing, food,\nconsumer_products, energy, technology, construction, transportation,\nagriculture, defense."
},
"severity": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "info|warning|action_required|critical."
},
"days_back": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "only entries published in the last N days."
},
"payment_tx": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Solana tx signature, when re-calling after a 402."
},
"regulation_type": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "final_rule|proposed_rule|notice|recall|enforcement|guidance|alert."
}
},
"additionalProperties": false
}Parent server
Regulatory & Compliance Intelligence MCP
https://github.com/FoundryNet/compliance-mcp
2/7 registries