YoAuto MCP
YoAuto MCP
Official public metadata repository for the YoAuto B2A MCP Gateway.
This repository intentionally contains no backend source code. It exists so MCP registries and agent clients can discover and verify the hosted YoAuto MCP server while the private YoAuto marketplace backend remains closed.
Production Status
YoAuto MCP is a production remote FastMCP server for AI-agent vehicle marketplace workflows in Moldova. The server is live on the YoAuto domain, published through the main MCP discovery channels, and documented for agent builders.
10 production FastMCP tools.
Remote SSE transport hosted at
yoauto.md.JSON Schema documentation for tool inputs.
Query auth fallback for MCP clients that cannot set custom headers.
JSON-RPC 2.0 error payloads for agent-readable failures.
Public registry listings without exposing backend source code or secrets.
Related MCP server: autoria-mcp
MCP Endpoint
https://yoauto.md/api/mcp/sseTransport:
SSERegistry name:
io.github.atomix-spec/yoauto-mcpPublic Links
YoAuto MCP docs: https://yoauto.md/api-mcp
YoAuto MCP docs: https://yoauto.md/ru/api-mcp
MCP SSE endpoint: https://yoauto.md/api/mcp/sse
Official MCP Registry name:
io.github.atomix-spec/yoauto-mcpSmithery: https://smithery.ai/servers/atomix-spec/yoauto-mcp
Production FastMCP Tools
YoAuto MCP exposes 10 tools for vehicle marketplace workflows:
Search YoAuto car and vehicle listings.
Retrieve listing details.
Review dealer marketplace context.
Check VIN-history availability.
Read account credit or energy balance where authorized.
Save vehicles to an agent's favorites list with notes.
Retrieve a dealer's current vehicle catalog.
Request a callback or vehicle inspection appointment.
Send internal marketplace messages when explicitly requested by the user.
Start allowed YoAuto energy top-up flows when explicitly requested by the user.
The public documentation page includes per-tool JSON Schemas, accepted enum values, default parameters, authentication options, Energy-cost notes, and JSON-RPC 2.0 error examples.
Architecture
Private YoAuto backend
-> hosts production MCP endpoint
-> https://yoauto.md/api/mcp/sse
Public yoauto-mcp repository
-> publishes server.json and documentation
-> used by Official MCP Registry, Smithery, and GlamaInstallation
For MCP clients that support remote SSE servers:
{
"mcpServers": {
"yoauto": {
"type": "sse",
"url": "https://yoauto.md/api/mcp/sse"
}
}
}Safety Notes
Search and lookup tools are read-only.
Messaging and energy top-up tools are not read-only and should be called only after explicit user intent.
The MCP server is hosted at
yoauto.md; this repository only publishes discovery metadata.Do not place production tokens, private backend source, database credentials, customer records, or server logs in this repository.
Registry Publication
This server cannot be deployed
Maintenance
Related MCP Connectors
Auto.dev MCP — wraps the Auto.dev automotive data API (auto.dev)
CarsXE MCP — wraps the CarsXE Vehicle Data API (carsxe.com)
Moldova Government Procurement (MTender) MCP — keyless.
MCP server for SmartAgent CRM: leads, tasks, sales pipelines, property listings
1
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceMCP server for Altegio API — appointments, clients, services, staff schedules1-
- AlicenseAqualityCmaintenanceAn MCP server that exposes the AUTO.RIA used-cars REST API to AI agents, providing programmatic access to the Ukrainian used-car market without scraping.30MIT
- AlicenseAqualityAmaintenanceMCP server for the Yango Delivery B2B API, enabling price estimation, express-courier claim creation and confirmation, courier tracking, and recipient tracking links through natural language.1381 npmMIT
- FlicenseNot gradedqualityBmaintenanceAn MCP server for used-vehicle matching, offering tools to find matching vehicles, fetch photos, and resolve dealer URLs using Auto.dev endpoints. Currently a scaffold with stubs for search logic.-