General Tools
car-gene.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://api.car-gene.com/mcp
MCP server metadata
- Name
- CarGene
- Version
- 0.1.0
Japanese car genealogy with sources. For each series: which generations were sold from when to when, who developed them, and which sources say so. Read-only. Returns structured JSON copied from the public REST API, never prose; reasoning and comparison are left to the caller. Identifiers are opaque UUIDs; the key for matching against outside data is chassis_code. An empty list means 'not researched yet', never 'none'. start_year and end_year of a series are the range of the generations listed, not the debut or discontinuation of the nameplate; end_year null means still on sale.
Known tools 4
get_vehicleGet one series with its generations (models), the people who developed them, and the cited sources.
Inferred read-onlyget_vehicle_relationshipsGet the relationships between generations (succession, sibling, derivation, spiritual successor).
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.cargene]
url = "https://api.car-gene.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cargene": {
"type": "http",
"url": "https://api.car-gene.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cargene
Remote MCP URL: https://api.car-gene.com/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": {
"cargene": {
"url": "https://api.car-gene.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cargene": {
"type": "http",
"url": "https://api.car-gene.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cargene",
"transport": "streamable-http",
"url": "https://api.car-gene.com/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.