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: Avito 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 installed
Maintenance
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceMCP server for Altegio API — appointments, clients, services, staff schedules1
- AlicenseAqualityAmaintenanceUniversal MCP server for the Avito API (Russia's largest classifieds marketplace), built for autonomous AI agents to operate an account hands-free — 145 tools across 18 domains (listings, messenger, orders, delivery, promotion, autoload, reviews, analytics). Safe-by-default: dry-run, idempotency, structured errors, confirmation flow.10015212MIT
- FlicenseNot gradedqualityCmaintenanceCache-first MCP server for Romanian job search with Jooble integration, enabling local job search, quota management, and structured detail extraction.
- AlicenseAqualityAmaintenanceAn 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
Related MCP Connectors
Moldova Government Procurement (MTender) MCP — keyless.
NHTSA MCP — wraps the NHTSA vPIC (Vehicle Product Information Catalog) API (free, no auth)
MCP server wrapping the Tesla Fleet API and TeslaMate API
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/atomix-spec/yoauto-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server