recall_check
ActiveTool of Regulatory & Compliance Intelligence MCP
Check product and FDA recalls from openFDA (food/drug/device) and CPSC (consumer products), with affected products and severity (Class I / injuries → critical). PAID: $0.01 USDC per query after the daily free allowance (25/day). On a 402, pay the returned Solana memo and re-call with the SAME args plus payment_tx=<signature>. An Authorization: Bearer fnet_ key bypasses it.
Parameters schema
{
"type": "object",
"properties": {
"company": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "recalling firm / manufacturer, partial match."
},
"product": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "product name/keyword."
},
"agent_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "stable id for your agent (scopes the free-tier counter)."
},
"category": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "category keyword (food, toy, drug, etc.)."
},
"days_back": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"description": "only recalls in the last N days."
},
"payment_tx": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Solana tx signature, when re-calling after a 402."
}
},
"additionalProperties": false
}Parent server
Regulatory & Compliance Intelligence MCP
https://github.com/FoundryNet/compliance-mcp
2/7 registries