← agentdatacore.com

INDIVIDUAL MCP TOOL

search_recalls

Find recall notices and detail records by product, manufacturer or title text.

agentdatacore.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.agentdatacore.com/mcp/products/recall

No auth detected

Connect to this endpoint to inspect the live schema for search_recalls and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

agentdatacore.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.agentdata-recall]
url = "https://mcp.agentdatacore.com/mcp/products/recall"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentdata-recall": {
      "type": "http",
      "url": "https://mcp.agentdatacore.com/mcp/products/recall"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentdata-recall
Remote MCP URL: https://mcp.agentdatacore.com/mcp/products/recall

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "agentdata-recall": {
      "url": "https://mcp.agentdatacore.com/mcp/products/recall"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentdata-recall": {
      "type": "http",
      "url": "https://mcp.agentdatacore.com/mcp/products/recall"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentdata-recall",
  "transport": "streamable-http",
  "url": "https://mcp.agentdatacore.com/mcp/products/recall"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_recall_record — Retrieve a recall notice or detail record using an existing search-result identifier.
  • get_information_standard — Retrieve definitions of information formation classes, provenance fields and snapshot/version metadata.