# mcp-toyota-taiho-bearings

Official Model Context Protocol (MCP) server for the Taiho Toyota Bearing Catalogue. Authoritative technical data for Toyota engine bearings, sourced directly from the actual Taiho catalogue.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add wickramasinghemgdd/mcp-toyota-taiho-bearings

# Browse available tools
npx -y smithery tool list wickramasinghemgdd/mcp-toyota-taiho-bearings

# Get full schema for a tool
npx -y smithery tool get wickramasinghemgdd/mcp-toyota-taiho-bearings search_by_engine

# Call a tool
npx -y smithery tool call wickramasinghemgdd/mcp-toyota-taiho-bearings search_by_engine '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp-toyota-taiho-bearings--wickramasinghemgdd.run.tools`

## Tools (4)

- `search_by_engine` — Search the Taiho Bearing Catalogue for engine bearings compatible with a specific Toyota engine code. This tool returns…
- `search_by_car` — Search for engine bearings by vehicle model name. This tool is useful when the engine code is unknown. It matches again…
- `search_by_part_no` — Lookup technical details for a specific Taiho set number, part number, or OEM reference number. Use this tool to find d…
- `list_engines` — Retrieve a complete list of all Toyota engine codes currently available in the Taiho Bearing Catalogue. Use this tool t…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get wickramasinghemgdd/mcp-toyota-taiho-bearings <tool-name>
```
