← Registry

General Tools

car-gene.com

Provides general-purpose tools through the Model Context Protocol.

1 endpoint4 known toolsFirst detected September 23, 2026Last detected September 23, 2026

ENDPOINT 1

https://api.car-gene.com/mcp

No auth detected

MCP server metadata

Name
CarGene
Version
0.1.0
Capabilities
tools
Server instructions

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

search_vehicles

Find series by name, maker name, or a generation's chassis code.

Inferred read-only
get_vehicle

Get one series with its generations (models), the people who developed them, and the cited sources.

Inferred read-only
get_vehicle_relationships

Get the relationships between generations (succession, sibling, derivation, spiritual successor).

Inferred read-only
get_sales_figures

Get the sales figures of a series.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.