Back to Discover

yoauto-mcp

connector

atomix-spec

Official YoAuto MCP gateway for vehicle search and marketplace workflows in Moldova.

View on GitHub
0 starsSynced Aug 4, 2026

Install to Claude Code

/plugin marketplace add atomix-spec/yoauto-mcp

README

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.

MCP Endpoint

https://yoauto.md/api/mcp/sse

Transport:

SSE

Registry name:

io.github.atomix-spec/yoauto-mcp

What Agents Can Do

YoAuto MCP exposes 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.
  • Send internal marketplace messages when explicitly requested by the user.
  • Start allowed YoAuto energy top-up flows when explicitly requested by the user.

Installation

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

See docs/MCP_REGISTRIES.md.

Rendered live from atomix-spec/yoauto-mcp's GitHub README — not stored, always reflects the source repo.

1 Install Method

NameDescriptionCategorySource
sse remoteHosted sse endpointmcp-serverhttps://yoauto.md/api/mcp/sse

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.