Skip to main content
ClaudeWave
doteyeso-ops avatar
doteyeso-ops

mcp-server-vibes-coded

View on GitHub

MCP server wrapping Vibes-Coded's 93 pay-per-call x402 agent-tool endpoints (reliability guards, memory, cost control) as discoverable MCP tools. Includes a pay tool + 24h day-pass.

MCP ServersOfficial Registry0 stars0 forksPythonMITUpdated today
Install in Claude Code / Claude Desktop
Method: NPX · @doteyeso-ops/mcp-server-vibes-coded
Claude Code CLI
claude mcp add vibes-coded -- npx -y @doteyeso-ops/mcp-server-vibes-coded
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "vibes-coded": {
      "command": "npx",
      "args": ["-y", "@doteyeso-ops/mcp-server-vibes-coded"]
    }
  }
}
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.
Use cases

MCP Servers overview

<!-- mcp-name: io.github.doteyeso-ops/mcp-server-vibes-coded -->

# mcp-server-vibes-coded

MCP server that exposes **Vibes-Coded pay-per-call x402 agent-tool endpoints** as
discoverable MCP tools. Agents find this server on Glama / Smithery / the official
MCP Registry, then call tools that proxy to `https://vibes-coded.com/api/v1/outcomes/{slug}`.

## What it does

- Auto-registers catalog endpoints as MCP tools (fetched live from Vibes-Coded discovery).
- Free-trial endpoints work with no auth. Paid endpoints settle USDC via x402 (HTTP 402 → pay → retry).
- Categories: agent reliability (state / idempotency / drift / retry-storm), memory, cost control,
  supply-chain trust, and utilities (web-search, json-repair, page-markdown).
- Includes a **`pay`** tool that returns the exact 402 challenge (or forwards `PAYMENT-SIGNATURE`).
- Prefer **prepaid** (`X-Vibes-Key`) or a **24h day-pass** (`X-Day-Pass`) over per-call wallet signing.

## Install

```bash
pip install mcp-server-vibes-coded
mcp-server-vibes-coded          # stdio MCP for local clients
```

There is **no npm package**. Do not `npx @doteyeso-ops/mcp-server-vibes-coded`.

## Hosted / Docker (Glama, Smithery)

Default (stdio — local clients, MCP Registry OCI, Glama `mcp-proxy`):

```bash
python mcp_server.py
# or: docker run -i --rm ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.0.2
```

HTTP mode (Smithery / inspectors):

```bash
PORT=3000 MCP_TRANSPORT=streamable-http python mcp_server.py
# health: GET /health  GET /healthz
```

Glama release steps: see [`GLAMA_RELEASE.md`](GLAMA_RELEASE.md) (Glama generates its own image; use stdio CMD, not HTTP).

Env:

- `VIBES_ORIGIN` — API base (default production Railway URL that bypasses Cloudflare)
- `MCP_TRANSPORT=streamable-http` + `PORT` — optional HTTP mode for hosted inspectors
- `HOST` (HTTP mode only)

## Payment

This server is a discovery + proxy wrapper. Payments settle on Vibes-Coded via OpenX402
(Solana USDC). Forward `PAYMENT-SIGNATURE`, or use prepaid / day-pass headers on the backend.

- Marketplace: https://vibes-coded.com
- Agent docs: https://vibes-coded.com/llms.txt
- Catalog: https://vibes-coded.com/api/v1/outcomes/meta
- Glama: https://glama.ai/mcp/servers/@doteyeso-ops/mcp-server-vibes-coded
- Smithery: https://smithery.ai/servers/@doteyeso-ops/mcp-server-vibes-coded

What people ask about mcp-server-vibes-coded

What is doteyeso-ops/mcp-server-vibes-coded?

+

doteyeso-ops/mcp-server-vibes-coded is mcp servers for the Claude AI ecosystem. MCP server wrapping Vibes-Coded's 93 pay-per-call x402 agent-tool endpoints (reliability guards, memory, cost control) as discoverable MCP tools. Includes a pay tool + 24h day-pass. It has 0 GitHub stars and was last updated today.

How do I install mcp-server-vibes-coded?

+

You can install mcp-server-vibes-coded by cloning the repository (https://github.com/doteyeso-ops/mcp-server-vibes-coded) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is doteyeso-ops/mcp-server-vibes-coded safe to use?

+

doteyeso-ops/mcp-server-vibes-coded has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains doteyeso-ops/mcp-server-vibes-coded?

+

doteyeso-ops/mcp-server-vibes-coded is maintained by doteyeso-ops. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to mcp-server-vibes-coded?

+

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

Deploy mcp-server-vibes-coded 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: doteyeso-ops/mcp-server-vibes-coded
[![Featured on ClaudeWave](https://claudewave.com/api/badge/doteyeso-ops-mcp-server-vibes-coded)](https://claudewave.com/repo/doteyeso-ops-mcp-server-vibes-coded)
<a href="https://claudewave.com/repo/doteyeso-ops-mcp-server-vibes-coded"><img src="https://claudewave.com/api/badge/doteyeso-ops-mcp-server-vibes-coded" alt="Featured on ClaudeWave: doteyeso-ops/mcp-server-vibes-coded" width="320" height="64" /></a>