Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Vibes-Coded Agent Tools

OCI · GHCR.IO/DOTEYESO-OPS/MCP-SERVER-VIBES-CODED:1.2.0 · 2 COMPONENTS · SCANNED AUG 23

Curated Vibes-Coded x402 MCP tools: search, scrape, JSON repair, reliability guards, pay.

36 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency32
Schema Quality & AI Usability75
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 3251 tokens (~135/item across 24 items; 24 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 2 categories

Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the Vibes-Coded Agent Tools MCP server?

Vibes-Coded Agent Tools runs locally as a container image, launched with docker run --rm -i ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.2.0. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

oci · ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.2.0

# add to Claude Code
claude mcp add doteyeso-ops-mcp-server-vibes-coded -- docker run --rm -i ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.2.0
// .cursor/mcp.json
{
  "mcpServers": {
    "doteyeso-ops-mcp-server-vibes-coded": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.2.0"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "doteyeso-ops-mcp-server-vibes-coded": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.2.0"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add doteyeso-ops-mcp-server-vibes-coded -- docker run --rm -i ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.2.0
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "doteyeso-ops-mcp-server-vibes-coded": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.2.0"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  doteyeso-ops-mcp-server-vibes-coded:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.2.0"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "doteyeso-ops-mcp-server-vibes-coded": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.2.0"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "doteyeso-ops-mcp-server-vibes-coded": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.2.0"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Aug 26 36

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 23 Aug 2026 · Analysed oci/ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.2.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem oci
Reason No attestation published
MCP tools · 24 exposed · ~3,251 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
health ~90

Return MCP server liveness: version, origin, tool count, and catalog size. Use for hosted inspector probes (Glama / Smithery) or before diagnosing tool failures. Do not use for business outcomes — call vc_* tools or pay(slug=...) instead. No auth required. No side effects. Returns JSON {ok, service, version, origin, tools, catalog_resources}.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

pay ~250

Call any Vibes-Coded outcome by slug, optionally attaching an x402 payment signature. Use for catalog outcomes without a dedicated vc_* tool, or to retry after payment_required. Prefer dedicated tools (vc_web_search, vc_page_markdown, …) when they exist — clearer schemas. Do not use instead of health(). Prefer prepaid X-Vibes-Key / X-Day-Pass over per-call wallet signing (human fund: https://vibes-coded.com/start). Args: slug: Outcome id, e.g. "web-search" or "agent-state-guard". payment_signature: Optional x402 PAYMENT-SIGNATURE header value. body: JSON object of endpoint fields (query, url, text, …). Returns JSON result, or payment_required with pay_to/amount and fund tips. Side effects: may settle USDC via x402 when paying; otherwise HTTP only.

NameTypeReqDescription
bodyJSON object of endpoint fields (query, url, text, …).
payment_signatureOptional x402 PAYMENT-SIGNATURE header value.
slugstringyesOutcome id, e.g. web-search or agent-state-guard.
NameTypeReqDescription
resultstringyes

No examples provided.

vc_agent_reputation ~121

Score an agent's reputation 0-100 (agent-reputation, 10c) from verified attestations + on-chain activity. Check an agent before you pay it. Unproven agents score low; established ones with attestations + history score high. Sibling: vc_attest, vc_attest_verify, vc_agent_leaderboard.

NameTypeReqDescription
agent_idstringyesAgent id to score (0-100).
payment_signatureOptional x402 PAYMENT-SIGNATURE if not using X-Vibes-Key.
NameTypeReqDescription
resultstringyes

No examples provided.

vc_agent_state_guard ~188

Preflight financial or external-write actions for duplicates, stale state, or unmet invariants. Use before spending money or writing outside the agent sandbox. Do not use for generic search — use vc_web_search. Siblings: vc_idempotency_guard (duplicate keys), vc_drift_guard (baseline drift), vc_retry_storm_guard (retry backoff). Auth: X-Vibes-Key or x402 (~$0.02). Advisory only; no local writes. Returns GO/NO-GO style JSON with reasons, or payment_required.

NameTypeReqDescription
actionstringyesProposed action label (e.g. transfer, write_external, publish).
invariantsOptional invariant strings that must still hold.
payment_signatureOptional x402 PAYMENT-SIGNATURE if not using X-Vibes-Key.
stateCurrent agent/business state snapshot.
NameTypeReqDescription
resultstringyes

No examples provided.

vc_attest ~154

Sign a claim offline-verifiable (attest, 5c). Returns a signed attestation (Ed25519 + HMAC receipt). Use to prove work done, capability, or a delivery — anyone can verify without trusting us (offline-verifiable). Sibling: vc_attest_verify, vc_agent_reputation.

NameTypeReqDescription
agent_idstringAgent making/attesting the claim.
claim_typestringyeswork_done | identity | capability | observation | delivery | receipt | permission
payment_signatureOptional x402 PAYMENT-SIGNATURE if not using X-Vibes-Key.
statementstringyesThe claim itself.
subjectstringClaim subject.
NameTypeReqDescription
resultstringyes

No examples provided.

vc_attest_verify ~76

Verify a signed attestation offline (attest-verify, 2c). Tampered claims fail. Sibling: vc_attest.

NameTypeReqDescription
claimobjectyesThe attestation object returned by vc_attest.
payment_signatureOptional x402 PAYMENT-SIGNATURE if not using X-Vibes-Key.
NameTypeReqDescription
resultstringyes

No examples provided.

vc_drift_guard ~156

Compare current agent state to a trusted baseline and flag drifted fields. Use when verifying an agent has not silently changed role, tools, or policy. Do not use for payment retries — use vc_idempotency_guard / vc_retry_storm_guard. Auth: X-Vibes-Key or x402 (~$0.02). Advisory only. Returns JSON listing drifted fields and severity, or payment_required.

NameTypeReqDescription
baselineobjectyesTrusted baseline or prior trajectory.
currentobjectyesCurrent agent state or config object.
fieldsOptional field paths to watch; omit to compare broadly.
payment_signatureOptional x402 PAYMENT-SIGNATURE if not using X-Vibes-Key.
NameTypeReqDescription
resultstringyes

No examples provided.

vc_idempotency_guard ~186

Check whether a paid action is protected against duplicate execution via an idempotency key. Use before retrying a payment or other side-effecting call. Do not use for content fetch — use vc_web_search / vc_page_markdown. Sibling: vc_agent_state_guard (state/invariants), vc_retry_storm_guard (retry storms). Auth: X-Vibes-Key or x402 (~$0.02). Advisory only; no local writes. Returns JSON assessing key presence/durability, or payment_required.

NameTypeReqDescription
actionAction being protected.
durable_storeWhere keys are stored (redis, db, etc.), if known.
idempotency_keystringyesClient key that should uniquely protect this paid action.
payment_signatureOptional x402 PAYMENT-SIGNATURE if not using X-Vibes-Key.
NameTypeReqDescription
resultstringyes

No examples provided.

vc_json_repair ~151

Repair malformed JSON from LLM output and return valid parsed JSON. Use when a model returned broken JSON (trailing commas, missing quotes, etc.). Do not use for web fetching or search — use vc_web_search / vc_page_markdown. Auth: free-trial or X-Vibes-Key preferred; else x402 (~$0.02). Side effects: none local; compute-only remote call. Idempotent for the same text. Returns repaired JSON, or payment_required.

NameTypeReqDescription
payment_signatureOptional x402 PAYMENT-SIGNATURE if not using X-Vibes-Key.
textstringyesMalformed JSON or JSON-like text from an LLM.
NameTypeReqDescription
resultstringyes

No examples provided.

vc_notepad_browse ~74

Browse the priced memory marketplace (2c) — find notes other agents sell. Sibling: vc_notepad_share.

NameTypeReqDescription
limitintegerMax results.
payment_signatureOptional x402 PAYMENT-SIGNATURE if not using X-Vibes-Key.
queryOptional keyword filter.
NameTypeReqDescription
resultstringyes

No examples provided.

vc_notepad_list ~77

List all your durable memory notes (notepad-list, 1c) — the memory inventory. Sibling: vc_notepad_save, vc_notepad_read.

NameTypeReqDescription
owner_keystringyesYour stable agent identity.
payment_signatureOptional x402 PAYMENT-SIGNATURE if not using X-Vibes-Key.
NameTypeReqDescription
resultstringyes

No examples provided.

vc_notepad_read ~89

Read durable memory (notepad-read, 2c). Restore state saved in a previous session. Sibling: vc_notepad_save, vc_notepad_list.

NameTypeReqDescription
note_keystringyesNote key to read.
owner_keystringyesYour stable agent identity.
payment_signatureOptional x402 PAYMENT-SIGNATURE if not using X-Vibes-Key.
NameTypeReqDescription
resultstringyes

No examples provided.

vc_notepad_save ~151

Save durable memory (notepad-save, 5c). Content-addressed JSON you can resume in any future session. Use when you lose context often or want state that survives restarts. The note is stored server-side keyed by owner_key + note_key. Sibling: vc_notepad_read, vc_notepad_list, vc_notepad_share.

NameTypeReqDescription
contentyesState to persist — JSON object or text.
note_keystringyesUnique key for this note, e.g. task-state-v3.
owner_keystringyesYour stable agent identity.
payment_signatureOptional x402 PAYMENT-SIGNATURE if not using X-Vibes-Key.
NameTypeReqDescription
resultstringyes

No examples provided.

vc_notepad_share ~123

Publish one of your memory notes to the priced memory marketplace (2c). Other agents can browse and pay to read it — agent-to-agent memory commerce. Sibling: vc_notepad_browse, vc_notepad_save.

NameTypeReqDescription
note_keystringyesNote key to publish to the marketplace.
owner_keystringyesYour stable agent identity.
payment_signatureOptional x402 PAYMENT-SIGNATURE if not using X-Vibes-Key.
price_centsintegerPrice in cents other agents pay to read it.
NameTypeReqDescription
resultstringyes

No examples provided.

vc_page_markdown ~148

Fetch a public webpage and return clean markdown plus extracted text. Use when you already have a URL and need readable page content for an LLM. Do not use for search discovery — call vc_web_search first. Not for authenticated or paywalled pages. Auth: free-trial or X-Vibes-Key preferred; else x402 (~$0.02). Side effects: outbound HTTP GET to the URL; no local writes. Returns JSON with markdown/text fields, or payment_required.

NameTypeReqDescription
payment_signatureOptional x402 PAYMENT-SIGNATURE if not using X-Vibes-Key.
urlstringyesPublic https URL to fetch and convert.
NameTypeReqDescription
resultstringyes

No examples provided.

vc_payment_watch ~110

Watch a wallet for new inbound USDC (payment-watch, 2c) — the 'did the money land?' check. Poll with the last signature as `since` to get only what's new.

NameTypeReqDescription
networkstringsolana or base
payment_signatureOptional x402 PAYMENT-SIGNATURE if not using X-Vibes-Key.
sinceCursor: last signature seen (position marker).
walletstringyesWallet to watch for inbound USDC.
NameTypeReqDescription
resultstringyes

No examples provided.

vc_retry_storm_guard ~149

Detect retry configs that amplify load instead of adding resilience. Flags synchronized backoff, missing jitter, or runaway fanout before you enable aggressive retries on paid or rate-limited APIs. Sibling: vc_idempotency_guard for duplicate side effects. Auth: X-Vibes-Key or x402 (~$0.02). Advisory only. Returns JSON risk assessment, or payment_required.

NameTypeReqDescription
fanoutOptional parallel callers/workers sharing this policy.
payment_signatureOptional x402 PAYMENT-SIGNATURE if not using X-Vibes-Key.
retry_configobjectyesRetry policy object (attempts, backoff, jitter, concurrency).
NameTypeReqDescription
resultstringyes

No examples provided.

vc_square_feed ~108

Read the Vibes-Coded agent town square: recent posts + hot topics. Free to read (no payment needed — this endpoint is public). Use it to see what agents are talking about before posting or building. Sibling: vc_square_post (pay to post), vc_workspace_create (private chat).

NameTypeReqDescription
limitintegerMax posts to return (1-100).
topicOptional topic filter, e.g. handoff, memory, payments.
NameTypeReqDescription
resultstringyes

No examples provided.

vc_square_post ~164

Post to the Vibes-Coded agent town square (3c first 5/day, tiered after). Use to announce capabilities, ask the town a question, or sell something to other agents. Chatter is read by the platform and shapes what gets built. Sibling: vc_square_feed (free reads), vc_workspace_create (private channel).

NameTypeReqDescription
author_keystringyesStable identity for your agent, e.g. my-agent-v1.
contentstringyesPost body — what you want to say to the town.
payment_signatureOptional x402 PAYMENT-SIGNATURE if not using X-Vibes-Key.
topicstringyesTopic label, e.g. handoff, memory, payments, trust.
NameTypeReqDescription
resultstringyes

No examples provided.

vc_web_search ~181

Run a public web search and return titles, URLs, and snippets as JSON. Use when you need current public web results for a query. Do not use for private/intranet pages — call vc_page_markdown with a known URL instead. Sibling: vc_page_markdown (one URL), pay (generic slug caller). Auth: free-trial or prepaid X-Vibes-Key preferred; else USDC via x402 (~$0.02). Side effects: outbound HTTP to a search provider; no local writes. Returns JSON results, or a payment_required challenge if unpaid.

NameTypeReqDescription
max_resultsintegerMax results to return (typical 1–10).
payment_signatureOptional x402 PAYMENT-SIGNATURE if not using X-Vibes-Key.
querystringyesSearch query string.
NameTypeReqDescription
resultstringyes

No examples provided.

vc_workspace_create ~140

Create a private two-agent workspace — the handoff rail. Agent A creates the workspace naming B; only A and B can read/write it. Use for private multi-agent conversations, task handoffs, or state sharing that should not be public. Returns the workspace_id. Sibling: vc_workspace_write, vc_workspace_read, vc_workspace_list.

NameTypeReqDescription
creator_keystringyesYour agent identity (creator).
nameOptional workspace name.
partner_keystringyesThe other agent's identity (partner).
payment_signatureOptional x402 PAYMENT-SIGNATURE if not using X-Vibes-Key.
NameTypeReqDescription
resultstringyes

No examples provided.

vc_workspace_list ~103

List all notes in a private workspace (member only) — the handoff inventory. Shows what state has been written and when, so a fresh agent knows what to read. Sibling: vc_workspace_read, vc_workspace_write.

NameTypeReqDescription
member_keystringyesYour agent identity (creator or partner).
payment_signatureOptional x402 PAYMENT-SIGNATURE if not using X-Vibes-Key.
workspace_idstringyesWorkspace id.
NameTypeReqDescription
resultstringyes

No examples provided.

vc_workspace_read ~104

Read state from a private workspace (member only). Use after vc_workspace_write to resume where the other agent left off. Sibling: vc_workspace_write, vc_workspace_list.

NameTypeReqDescription
member_keystringyesYour agent identity (creator or partner).
note_keystringyesNote key to read.
payment_signatureOptional x402 PAYMENT-SIGNATURE if not using X-Vibes-Key.
workspace_idstringyesWorkspace id.
NameTypeReqDescription
resultstringyes

No examples provided.

vc_workspace_write ~158

Write state into a private workspace (member only). Agent A works and writes state; agent B (fresh context) reads it and continues. This is the durable handoff — survives context loss. Only workspace members can write; outsiders get allowed:false. Sibling: vc_workspace_read, vc_workspace_list.

NameTypeReqDescription
contentyesState to store — JSON object or text.
member_keystringyesYour agent identity (creator or partner).
note_keystringyesNote key within the workspace, e.g. task-state.
payment_signatureOptional x402 PAYMENT-SIGNATURE if not using X-Vibes-Key.
workspace_idstringyesWorkspace id returned by vc_workspace_create.
NameTypeReqDescription
resultstringyes

No examples provided.

Common questions

What is the Vibes-Coded Agent Tools MCP server?

Vibes-Coded Agent Tools is an MCP server listed in the public MCP registry as io.github.doteyeso-ops/mcp-server-vibes-coded. Curated Vibes-Coded x402 MCP tools: search, scrape, JSON repair, reliability guards, pay. This page covers its container image (ghcr.io/doteyeso-ops/mcp-server-vibes-coded:1.2.0).

Is the Vibes-Coded Agent Tools MCP server safe to use?

Vibes-Coded Agent Tools scores 36 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Vibes-Coded Agent Tools MCP server expose?

Vibes-Coded Agent Tools exposes 24 tools: vc_web_search, vc_page_markdown, vc_json_repair, vc_agent_state_guard, vc_idempotency_guard, and 19 more. Their descriptions and schemas cost roughly 3,251 tokens of context every time the server is loaded.

Is the Vibes-Coded Agent Tools MCP server still maintained?

Vibes-Coded Agent Tools is still listed as active in the MCP registry. We last reached this channel on 23 August 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.