← carsmultiverse.com

INDIVIDUAL MCP TOOL

register_status

How many recalls this site holds from each national register, how far each background pass has got, and the licence.

carsmultiverse.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://carsmultiverse.com/wp-json/cmvmcp/v1/mcp

No auth detected

Connect to this endpoint to inspect the live schema for register_status 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

carsmultiverse.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.carsmultiverse]
url = "https://carsmultiverse.com/wp-json/cmvmcp/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "carsmultiverse": {
      "type": "http",
      "url": "https://carsmultiverse.com/wp-json/cmvmcp/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: carsmultiverse
Remote MCP URL: https://carsmultiverse.com/wp-json/cmvmcp/v1/mcp

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": {
    "carsmultiverse": {
      "url": "https://carsmultiverse.com/wp-json/cmvmcp/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "carsmultiverse": {
      "type": "http",
      "url": "https://carsmultiverse.com/wp-json/cmvmcp/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "carsmultiverse",
  "transport": "streamable-http",
  "url": "https://carsmultiverse.com/wp-json/cmvmcp/v1/mcp"
}
MCP Inspector

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

Related tools

  • lookup_recall — Everything this site holds about one American recall campaign: the maker, the part that failed, the remedy, whether the notice was reworded after publication, how long owners waited to be notified, and whether that wait exceeded the sixty days 49 CFR 577.
  • was_it_rewritten — Whether a recall notice was edited after it was published, how many times, and the dates we first and last read it.
  • part_report — For a component group such as air bags or seat belts: how many notices name it, the median wait before owners were notified, the share past the sixty-day line, how many notices never named a letter date at all, and how many were reworded after publication.
  • cross_border — Given an American campaign number or a manufacturer campaign code, find the matching notice in the Netherlands register or the EU Safety Gate, joined strictly on the manufacturer own code, with each side dates.