Skip to main content
ClaudeWave
MCP ServersOfficial Registry0 stars0 forksUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/atomix-spec/yoauto-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "yoauto-mcp": {
      "command": "node",
      "args": ["/path/to/yoauto-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/atomix-spec/yoauto-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# 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

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

Transport:

```text
SSE
```

Registry name:

```text
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:

```json
{
  "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](docs/MCP_REGISTRIES.md).

What people ask about yoauto-mcp

What is atomix-spec/yoauto-mcp?

+

atomix-spec/yoauto-mcp is mcp servers for the Claude AI ecosystem with 0 GitHub stars.

How do I install yoauto-mcp?

+

You can install yoauto-mcp by cloning the repository (https://github.com/atomix-spec/yoauto-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is atomix-spec/yoauto-mcp safe to use?

+

atomix-spec/yoauto-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains atomix-spec/yoauto-mcp?

+

atomix-spec/yoauto-mcp is maintained by atomix-spec. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to yoauto-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy yoauto-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: atomix-spec/yoauto-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/atomix-spec-yoauto-mcp)](https://claudewave.com/repo/atomix-spec-yoauto-mcp)
<a href="https://claudewave.com/repo/atomix-spec-yoauto-mcp"><img src="https://claudewave.com/api/badge/atomix-spec-yoauto-mcp" alt="Featured on ClaudeWave: atomix-spec/yoauto-mcp" width="320" height="64" /></a>

More MCP Servers

yoauto-mcp alternatives