Analytics
carsmultiverse.com
Provides analytical insights into automotive recall notices, including timing, rewording, cross-border matching, and register coverage.
ENDPOINT 1
https://carsmultiverse.com/wp-json/cmvmcp/v1/mcp
MCP server metadata
- Name
- carsmultiverse
- Version
- 1.0.0
A public record of vehicle safety recalls across five public registers - the United States, Canada, the United Kingdom, the Netherlands, and the EU Safety Gate, which is European rather than national. Three things here exist nowhere else: whether a published notice was later reworded and what it said before, whether the letter a notice promised was ever recorded as sent, and whether the same recall appears in another country register. Every answer carries a careful field; report it with the number, because the numbers are easy to misread without it.
Known tools 5
lookup_recallEverything 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.
Inferred read-onlywas_it_rewrittenWhether a recall notice was edited after it was published, how many times, and the dates we first and last read it.
Inferred read-onlypart_reportFor 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.
Inferred read-onlycross_borderGiven 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.
Inferred read-onlyregister_statusHow many recalls this site holds from each national register, how far each background pass has got, and the licence.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.