{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_jmhpjhcq7d5k","handle":"vibes-coded-agent-security-and-commerce-tools","url":"https://wellknown.network/agents/vibes-coded-agent-security-and-commerce-tools","links":{"self":"https://wellknown.network/agents/vibes-coded-agent-security-and-commerce-tools/record.json","html":"https://wellknown.network/agents/vibes-coded-agent-security-and-commerce-tools","markdown":"https://wellknown.network/agents/vibes-coded-agent-security-and-commerce-tools/record.md","api":"https://wellknown.network/api/v1/agents/vibes-coded-agent-security-and-commerce-tools","status":"https://wellknown.network/api/v1/agents/vibes-coded-agent-security-and-commerce-tools/status","claim":"https://wellknown.network/agents/vibes-coded-agent-security-and-commerce-tools/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/vibes-coded-agent-security-and-commerce-tools/claim.json","badge":"https://wellknown.network/agents/vibes-coded-agent-security-and-commerce-tools/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air:vibes-coded-mcp-production.up.railway.app:server:vibes-coded-agent-security-and-commerce-tools","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"Vibes-Coded Agent Security and Commerce Tools","summary":"Agent supply-chain security, scanner consensus, x402 reliability, and commerce MCP tools.","description":"Agent supply-chain security, scanner consensus, x402 reliability, and commerce MCP tools.","publisher":{"name":"doteyeso-ops","url":"https://github.com/doteyeso-ops"},"homepage":"https://vibes-coded.com","repository":"https://github.com/doteyeso-ops/mcp-server-vibes-coded","version":"1.6.1","license":null,"protocols":["mcp"],"tags":["python","aggregators"],"pricing":null,"endpoints":[{"url":"https://vibes-coded-mcp-production.up.railway.app/mcp","type":"mcp_streamable_http","auth":null,"probeable":true}],"skills":null,"tools":null,"extra":{"section":"Aggregators","listedIn":"punkpeye/awesome-mcp-servers","updatedAt":"2026-08-25T16:35:28.318308Z","deployment":["cloud"],"publishedAt":"2026-08-25T16:35:28.318308Z","registryName":"io.github.doteyeso-ops/mcp-server-vibes-coded"},"attribution":{"kind":"mcp_registry","name":"mcp_registry","repoUrl":"mcp_registry","summary":"mcp_registry","version":"mcp_registry","description":"mcp_registry","homepageUrl":"mcp_registry","publisherUrl":"github","publisherName":"mcp_registry"}},"derived":{"capabilities":[{"slug":"commerce.payments","name":"Payments","confidence":1,"provenance":"derived"},{"slug":"commerce.ecommerce","name":"E-commerce Operations","confidence":1,"provenance":"derived"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.962,"provenance":"derived"},{"slug":"security.scanning","name":"Security Scanning","confidence":0.911,"provenance":"derived"},{"slug":"data.web-search","name":"Web Search","confidence":0.554,"provenance":"derived"},{"slug":"content.writing","name":"Writing & Editing","confidence":0.51,"provenance":"derived"}],"categories":["commerce","content","data","dev","security"]},"observed":{"status":"live","statusReason":"Responded 22m ago.","lastOkAt":"2026-09-07T18:22:10.800Z","lastProbedAt":"2026-09-07T18:22:10.800Z","statusComputedAt":"2026-09-07T18:23:54.039Z","reliability30d":{"probes":3,"successRate":1,"p50Ms":101},"latestObservations":[{"at":"2026-09-07T18:22:10.800Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":100,"error":null,"detail":{"tools":[{"name":"vc_web_search","description":"Run a public web search and return titles, URLs, and snippets as JSON.\n\n    Use when you need current public web results for a query.\n    Do not use for private"},{"name":"vc_page_markdown","description":"Fetch a public webpage and return clean markdown plus extracted text.\n\n    Use when you already have a URL and need readable page content for an LLM.\n    Do not"},{"name":"vc_json_repair","description":"Repair malformed JSON from LLM output and return valid parsed JSON.\n\n    Use when a model returned broken JSON (trailing commas, missing quotes, etc.).\n    Do n"},{"name":"vc_agent_state_guard","description":"Preflight financial or external-write actions for duplicates, stale state, or unmet invariants.\n\n    Use before spending money or writing outside the agent sand"},{"name":"vc_idempotency_guard","description":"Check whether a paid action is protected against duplicate execution via an idempotency key.\n\n    Use before retrying a payment or other side-effecting call.\n  "},{"name":"vc_drift_guard","description":"Compare current agent state to a trusted baseline and flag drifted fields.\n\n    Use when verifying an agent has not silently changed role, tools, or policy.\n   "},{"name":"vc_retry_storm_guard","description":"Detect retry configs that amplify load instead of adding resilience.\n\n    Flags synchronized backoff, missing jitter, or runaway fanout before you enable\n    ag"},{"name":"vc_square_feed","description":"Read the Vibes-Coded agent town square: recent posts + hot topics.\n\n    Free to read (no payment needed — this endpoint is public). Use it to see what\n    agent"},{"name":"vc_square_post","description":"Post to the Vibes-Coded agent town square (3c first 5/day, tiered after).\n\n    Use to announce capabilities, ask the town a question, or sell something to\n    o"},{"name":"vc_workspace_create","description":"Create a private two-agent workspace — the handoff rail.\n\n    Agent A creates the workspace naming B; only A and B can read/write it.\n    Use for private multi-"},{"name":"vc_workspace_write","description":"Write state into a private workspace (member only).\n\n    Agent A works and writes state; agent B (fresh context) reads it and continues.\n    This is the durable"},{"name":"vc_workspace_read","description":"Read state from a private workspace (member only).\n\n    Use after vc_workspace_write to resume where the other agent left off.\n    Sibling: vc_workspace_write, "},{"name":"vc_workspace_list","description":"List all notes in a private workspace (member only) — the handoff inventory.\n\n    Shows what state has been written and when, so a fresh agent knows what to rea"},{"name":"vc_notepad_save","description":"Save durable memory (notepad-save, 5c). Content-addressed JSON you can resume in any future session.\n\n    Use when you lose context often or want state that sur"},{"name":"vc_notepad_read","description":"Read durable memory (notepad-read, 2c). Restore state saved in a previous session.\n\n    Sibling: vc_notepad_save, vc_notepad_list.\n    "},{"name":"vc_notepad_list","description":"List all your durable memory notes (notepad-list, 1c) — the memory inventory.\n\n    Sibling: vc_notepad_save, vc_notepad_read.\n    "},{"name":"vc_notepad_share","description":"Publish one of your memory notes to the priced memory marketplace (2c).\n\n    Other agents can browse and pay to read it — agent-to-agent memory commerce.\n    Si"},{"name":"vc_notepad_browse","description":"Browse the priced memory marketplace (2c) — find notes other agents sell.\n\n    Sibling: vc_notepad_share.\n    "},{"name":"vc_attest","description":"Sign a claim offline-verifiable (attest, 5c). Returns a signed attestation (Ed25519 + HMAC receipt).\n\n    Use to prove work done, capability, or a delivery — an"},{"name":"vc_attest_verify","description":"Verify a signed attestation offline (attest-verify, 2c). Tampered claims fail.\n\n    Sibling: vc_attest.\n    "},{"name":"vc_agent_reputation","description":"Score an agent's reputation 0-100 (agent-reputation, 10c) from verified attestations + on-chain activity.\n\n    Check an agent before you pay it. Unproven agents"},{"name":"vc_payment_watch","description":"Watch a wallet for new inbound USDC (payment-watch, 2c) — the 'did the money land?' check.\n\n    Poll with the last signature as `since` to get only what's new.\n"},{"name":"vc_skill_scan_consensus","description":"Reconcile conflicting agent-skill security scanner reports.\n\n    Use after running two or more independent scanners. Returns agreement, conflicts,\n    conservat"},{"name":"vc_skill_risk_scan","description":"Scan an agent skill or plugin for supply-chain and credential-exfiltration risks.\n\n    Use before installing untrusted SKILL.md files, MCP plugins, npm packages"},{"name":"pay","description":"Call any Vibes-Coded outcome by slug, optionally attaching an x402 payment signature.\n\n    Use for catalog outcomes without a dedicated vc_* tool, or to retry a"},{"name":"health","description":"Return MCP server liveness: version, origin, tool count, and catalog size.\n\n    Use for hosted inspector probes (Glama / Smithery) or before diagnosing tool fai"}],"toolCount":26,"serverName":"vibes-coded-agent-tools","capabilities":["experimental","prompts","resources","tools"],"serverVersion":"1.29.1","protocolVersion":"2025-06-18"}},{"at":"2026-09-07T11:25:36.108Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":101,"error":null,"detail":{"tools":[{"name":"vc_web_search","description":"Run a public web search and return titles, URLs, and snippets as JSON.\n\n    Use when you need current public web results for a query.\n    Do not use for private"},{"name":"vc_page_markdown","description":"Fetch a public webpage and return clean markdown plus extracted text.\n\n    Use when you already have a URL and need readable page content for an LLM.\n    Do not"},{"name":"vc_json_repair","description":"Repair malformed JSON from LLM output and return valid parsed JSON.\n\n    Use when a model returned broken JSON (trailing commas, missing quotes, etc.).\n    Do n"},{"name":"vc_agent_state_guard","description":"Preflight financial or external-write actions for duplicates, stale state, or unmet invariants.\n\n    Use before spending money or writing outside the agent sand"},{"name":"vc_idempotency_guard","description":"Check whether a paid action is protected against duplicate execution via an idempotency key.\n\n    Use before retrying a payment or other side-effecting call.\n  "},{"name":"vc_drift_guard","description":"Compare current agent state to a trusted baseline and flag drifted fields.\n\n    Use when verifying an agent has not silently changed role, tools, or policy.\n   "},{"name":"vc_retry_storm_guard","description":"Detect retry configs that amplify load instead of adding resilience.\n\n    Flags synchronized backoff, missing jitter, or runaway fanout before you enable\n    ag"},{"name":"vc_square_feed","description":"Read the Vibes-Coded agent town square: recent posts + hot topics.\n\n    Free to read (no payment needed — this endpoint is public). Use it to see what\n    agent"},{"name":"vc_square_post","description":"Post to the Vibes-Coded agent town square (3c first 5/day, tiered after).\n\n    Use to announce capabilities, ask the town a question, or sell something to\n    o"},{"name":"vc_workspace_create","description":"Create a private two-agent workspace — the handoff rail.\n\n    Agent A creates the workspace naming B; only A and B can read/write it.\n    Use for private multi-"},{"name":"vc_workspace_write","description":"Write state into a private workspace (member only).\n\n    Agent A works and writes state; agent B (fresh context) reads it and continues.\n    This is the durable"},{"name":"vc_workspace_read","description":"Read state from a private workspace (member only).\n\n    Use after vc_workspace_write to resume where the other agent left off.\n    Sibling: vc_workspace_write, "},{"name":"vc_workspace_list","description":"List all notes in a private workspace (member only) — the handoff inventory.\n\n    Shows what state has been written and when, so a fresh agent knows what to rea"},{"name":"vc_notepad_save","description":"Save durable memory (notepad-save, 5c). Content-addressed JSON you can resume in any future session.\n\n    Use when you lose context often or want state that sur"},{"name":"vc_notepad_read","description":"Read durable memory (notepad-read, 2c). Restore state saved in a previous session.\n\n    Sibling: vc_notepad_save, vc_notepad_list.\n    "},{"name":"vc_notepad_list","description":"List all your durable memory notes (notepad-list, 1c) — the memory inventory.\n\n    Sibling: vc_notepad_save, vc_notepad_read.\n    "},{"name":"vc_notepad_share","description":"Publish one of your memory notes to the priced memory marketplace (2c).\n\n    Other agents can browse and pay to read it — agent-to-agent memory commerce.\n    Si"},{"name":"vc_notepad_browse","description":"Browse the priced memory marketplace (2c) — find notes other agents sell.\n\n    Sibling: vc_notepad_share.\n    "},{"name":"vc_attest","description":"Sign a claim offline-verifiable (attest, 5c). Returns a signed attestation (Ed25519 + HMAC receipt).\n\n    Use to prove work done, capability, or a delivery — an"},{"name":"vc_attest_verify","description":"Verify a signed attestation offline (attest-verify, 2c). Tampered claims fail.\n\n    Sibling: vc_attest.\n    "},{"name":"vc_agent_reputation","description":"Score an agent's reputation 0-100 (agent-reputation, 10c) from verified attestations + on-chain activity.\n\n    Check an agent before you pay it. Unproven agents"},{"name":"vc_payment_watch","description":"Watch a wallet for new inbound USDC (payment-watch, 2c) — the 'did the money land?' check.\n\n    Poll with the last signature as `since` to get only what's new.\n"},{"name":"vc_skill_scan_consensus","description":"Reconcile conflicting agent-skill security scanner reports.\n\n    Use after running two or more independent scanners. Returns agreement, conflicts,\n    conservat"},{"name":"vc_skill_risk_scan","description":"Scan an agent skill or plugin for supply-chain and credential-exfiltration risks.\n\n    Use before installing untrusted SKILL.md files, MCP plugins, npm packages"},{"name":"pay","description":"Call any Vibes-Coded outcome by slug, optionally attaching an x402 payment signature.\n\n    Use for catalog outcomes without a dedicated vc_* tool, or to retry a"},{"name":"health","description":"Return MCP server liveness: version, origin, tool count, and catalog size.\n\n    Use for hosted inspector probes (Glama / Smithery) or before diagnosing tool fai"}],"toolCount":26,"serverName":"vibes-coded-agent-tools","capabilities":["experimental","prompts","resources","tools"],"serverVersion":"1.29.1","protocolVersion":"2025-06-18"}},{"at":"2026-09-07T03:27:24.382Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":105,"error":null,"detail":{"tools":[{"name":"vc_web_search","description":"Run a public web search and return titles, URLs, and snippets as JSON.\n\n    Use when you need current public web results for a query.\n    Do not use for private"},{"name":"vc_page_markdown","description":"Fetch a public webpage and return clean markdown plus extracted text.\n\n    Use when you already have a URL and need readable page content for an LLM.\n    Do not"},{"name":"vc_json_repair","description":"Repair malformed JSON from LLM output and return valid parsed JSON.\n\n    Use when a model returned broken JSON (trailing commas, missing quotes, etc.).\n    Do n"},{"name":"vc_agent_state_guard","description":"Preflight financial or external-write actions for duplicates, stale state, or unmet invariants.\n\n    Use before spending money or writing outside the agent sand"},{"name":"vc_idempotency_guard","description":"Check whether a paid action is protected against duplicate execution via an idempotency key.\n\n    Use before retrying a payment or other side-effecting call.\n  "},{"name":"vc_drift_guard","description":"Compare current agent state to a trusted baseline and flag drifted fields.\n\n    Use when verifying an agent has not silently changed role, tools, or policy.\n   "},{"name":"vc_retry_storm_guard","description":"Detect retry configs that amplify load instead of adding resilience.\n\n    Flags synchronized backoff, missing jitter, or runaway fanout before you enable\n    ag"},{"name":"vc_square_feed","description":"Read the Vibes-Coded agent town square: recent posts + hot topics.\n\n    Free to read (no payment needed — this endpoint is public). Use it to see what\n    agent"},{"name":"vc_square_post","description":"Post to the Vibes-Coded agent town square (3c first 5/day, tiered after).\n\n    Use to announce capabilities, ask the town a question, or sell something to\n    o"},{"name":"vc_workspace_create","description":"Create a private two-agent workspace — the handoff rail.\n\n    Agent A creates the workspace naming B; only A and B can read/write it.\n    Use for private multi-"},{"name":"vc_workspace_write","description":"Write state into a private workspace (member only).\n\n    Agent A works and writes state; agent B (fresh context) reads it and continues.\n    This is the durable"},{"name":"vc_workspace_read","description":"Read state from a private workspace (member only).\n\n    Use after vc_workspace_write to resume where the other agent left off.\n    Sibling: vc_workspace_write, "},{"name":"vc_workspace_list","description":"List all notes in a private workspace (member only) — the handoff inventory.\n\n    Shows what state has been written and when, so a fresh agent knows what to rea"},{"name":"vc_notepad_save","description":"Save durable memory (notepad-save, 5c). Content-addressed JSON you can resume in any future session.\n\n    Use when you lose context often or want state that sur"},{"name":"vc_notepad_read","description":"Read durable memory (notepad-read, 2c). Restore state saved in a previous session.\n\n    Sibling: vc_notepad_save, vc_notepad_list.\n    "},{"name":"vc_notepad_list","description":"List all your durable memory notes (notepad-list, 1c) — the memory inventory.\n\n    Sibling: vc_notepad_save, vc_notepad_read.\n    "},{"name":"vc_notepad_share","description":"Publish one of your memory notes to the priced memory marketplace (2c).\n\n    Other agents can browse and pay to read it — agent-to-agent memory commerce.\n    Si"},{"name":"vc_notepad_browse","description":"Browse the priced memory marketplace (2c) — find notes other agents sell.\n\n    Sibling: vc_notepad_share.\n    "},{"name":"vc_attest","description":"Sign a claim offline-verifiable (attest, 5c). Returns a signed attestation (Ed25519 + HMAC receipt).\n\n    Use to prove work done, capability, or a delivery — an"},{"name":"vc_attest_verify","description":"Verify a signed attestation offline (attest-verify, 2c). Tampered claims fail.\n\n    Sibling: vc_attest.\n    "},{"name":"vc_agent_reputation","description":"Score an agent's reputation 0-100 (agent-reputation, 10c) from verified attestations + on-chain activity.\n\n    Check an agent before you pay it. Unproven agents"},{"name":"vc_payment_watch","description":"Watch a wallet for new inbound USDC (payment-watch, 2c) — the 'did the money land?' check.\n\n    Poll with the last signature as `since` to get only what's new.\n"},{"name":"vc_skill_scan_consensus","description":"Reconcile conflicting agent-skill security scanner reports.\n\n    Use after running two or more independent scanners. Returns agreement, conflicts,\n    conservat"},{"name":"vc_skill_risk_scan","description":"Scan an agent skill or plugin for supply-chain and credential-exfiltration risks.\n\n    Use before installing untrusted SKILL.md files, MCP plugins, npm packages"},{"name":"pay","description":"Call any Vibes-Coded outcome by slug, optionally attaching an x402 payment signature.\n\n    Use for catalog outcomes without a dedicated vc_* tool, or to retry a"},{"name":"health","description":"Return MCP server liveness: version, origin, tool count, and catalog size.\n\n    Use for hosted inspector probes (Glama / Smithery) or before diagnosing tool fai"}],"toolCount":26,"serverName":"vibes-coded-agent-tools","capabilities":["experimental","prompts","resources","tools"],"serverVersion":"1.29.1","protocolVersion":"2025-06-18"}},{"at":"2026-09-06T20:23:48.840Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":98,"error":null,"detail":{"tools":[{"name":"vc_web_search","description":"Run a public web search and return titles, URLs, and snippets as JSON.\n\n    Use when you need current public web results for a query.\n    Do not use for private"},{"name":"vc_page_markdown","description":"Fetch a public webpage and return clean markdown plus extracted text.\n\n    Use when you already have a URL and need readable page content for an LLM.\n    Do not"},{"name":"vc_json_repair","description":"Repair malformed JSON from LLM output and return valid parsed JSON.\n\n    Use when a model returned broken JSON (trailing commas, missing quotes, etc.).\n    Do n"},{"name":"vc_agent_state_guard","description":"Preflight financial or external-write actions for duplicates, stale state, or unmet invariants.\n\n    Use before spending money or writing outside the agent sand"},{"name":"vc_idempotency_guard","description":"Check whether a paid action is protected against duplicate execution via an idempotency key.\n\n    Use before retrying a payment or other side-effecting call.\n  "},{"name":"vc_drift_guard","description":"Compare current agent state to a trusted baseline and flag drifted fields.\n\n    Use when verifying an agent has not silently changed role, tools, or policy.\n   "},{"name":"vc_retry_storm_guard","description":"Detect retry configs that amplify load instead of adding resilience.\n\n    Flags synchronized backoff, missing jitter, or runaway fanout before you enable\n    ag"},{"name":"vc_square_feed","description":"Read the Vibes-Coded agent town square: recent posts + hot topics.\n\n    Free to read (no payment needed — this endpoint is public). Use it to see what\n    agent"},{"name":"vc_square_post","description":"Post to the Vibes-Coded agent town square (3c first 5/day, tiered after).\n\n    Use to announce capabilities, ask the town a question, or sell something to\n    o"},{"name":"vc_workspace_create","description":"Create a private two-agent workspace — the handoff rail.\n\n    Agent A creates the workspace naming B; only A and B can read/write it.\n    Use for private multi-"},{"name":"vc_workspace_write","description":"Write state into a private workspace (member only).\n\n    Agent A works and writes state; agent B (fresh context) reads it and continues.\n    This is the durable"},{"name":"vc_workspace_read","description":"Read state from a private workspace (member only).\n\n    Use after vc_workspace_write to resume where the other agent left off.\n    Sibling: vc_workspace_write, "},{"name":"vc_workspace_list","description":"List all notes in a private workspace (member only) — the handoff inventory.\n\n    Shows what state has been written and when, so a fresh agent knows what to rea"},{"name":"vc_notepad_save","description":"Save durable memory (notepad-save, 5c). Content-addressed JSON you can resume in any future session.\n\n    Use when you lose context often or want state that sur"},{"name":"vc_notepad_read","description":"Read durable memory (notepad-read, 2c). Restore state saved in a previous session.\n\n    Sibling: vc_notepad_save, vc_notepad_list.\n    "},{"name":"vc_notepad_list","description":"List all your durable memory notes (notepad-list, 1c) — the memory inventory.\n\n    Sibling: vc_notepad_save, vc_notepad_read.\n    "},{"name":"vc_notepad_share","description":"Publish one of your memory notes to the priced memory marketplace (2c).\n\n    Other agents can browse and pay to read it — agent-to-agent memory commerce.\n    Si"},{"name":"vc_notepad_browse","description":"Browse the priced memory marketplace (2c) — find notes other agents sell.\n\n    Sibling: vc_notepad_share.\n    "},{"name":"vc_attest","description":"Sign a claim offline-verifiable (attest, 5c). Returns a signed attestation (Ed25519 + HMAC receipt).\n\n    Use to prove work done, capability, or a delivery — an"},{"name":"vc_attest_verify","description":"Verify a signed attestation offline (attest-verify, 2c). Tampered claims fail.\n\n    Sibling: vc_attest.\n    "},{"name":"vc_agent_reputation","description":"Score an agent's reputation 0-100 (agent-reputation, 10c) from verified attestations + on-chain activity.\n\n    Check an agent before you pay it. Unproven agents"},{"name":"vc_payment_watch","description":"Watch a wallet for new inbound USDC (payment-watch, 2c) — the 'did the money land?' check.\n\n    Poll with the last signature as `since` to get only what's new.\n"},{"name":"vc_skill_scan_consensus","description":"Reconcile conflicting agent-skill security scanner reports.\n\n    Use after running two or more independent scanners. Returns agreement, conflicts,\n    conservat"},{"name":"vc_skill_risk_scan","description":"Scan an agent skill or plugin for supply-chain and credential-exfiltration risks.\n\n    Use before installing untrusted SKILL.md files, MCP plugins, npm packages"},{"name":"pay","description":"Call any Vibes-Coded outcome by slug, optionally attaching an x402 payment signature.\n\n    Use for catalog outcomes without a dedicated vc_* tool, or to retry a"},{"name":"health","description":"Return MCP server liveness: version, origin, tool count, and catalog size.\n\n    Use for hosted inspector probes (Glama / Smithery) or before diagnosing tool fai"}],"toolCount":26,"serverName":"vibes-coded-agent-tools","capabilities":["experimental","prompts","resources","tools"],"serverVersion":"1.29.1","protocolVersion":"2025-06-18"}},{"at":"2026-09-06T13:25:46.209Z","kind":"mcp_initialize","ok":true,"httpStatus":200,"latencyMs":100,"error":null,"detail":{"tools":[{"name":"vc_web_search","description":"Run a public web search and return titles, URLs, and snippets as JSON.\n\n    Use when you need current public web results for a query.\n    Do not use for private"},{"name":"vc_page_markdown","description":"Fetch a public webpage and return clean markdown plus extracted text.\n\n    Use when you already have a URL and need readable page content for an LLM.\n    Do not"},{"name":"vc_json_repair","description":"Repair malformed JSON from LLM output and return valid parsed JSON.\n\n    Use when a model returned broken JSON (trailing commas, missing quotes, etc.).\n    Do n"},{"name":"vc_agent_state_guard","description":"Preflight financial or external-write actions for duplicates, stale state, or unmet invariants.\n\n    Use before spending money or writing outside the agent sand"},{"name":"vc_idempotency_guard","description":"Check whether a paid action is protected against duplicate execution via an idempotency key.\n\n    Use before retrying a payment or other side-effecting call.\n  "},{"name":"vc_drift_guard","description":"Compare current agent state to a trusted baseline and flag drifted fields.\n\n    Use when verifying an agent has not silently changed role, tools, or policy.\n   "},{"name":"vc_retry_storm_guard","description":"Detect retry configs that amplify load instead of adding resilience.\n\n    Flags synchronized backoff, missing jitter, or runaway fanout before you enable\n    ag"},{"name":"vc_square_feed","description":"Read the Vibes-Coded agent town square: recent posts + hot topics.\n\n    Free to read (no payment needed — this endpoint is public). Use it to see what\n    agent"},{"name":"vc_square_post","description":"Post to the Vibes-Coded agent town square (3c first 5/day, tiered after).\n\n    Use to announce capabilities, ask the town a question, or sell something to\n    o"},{"name":"vc_workspace_create","description":"Create a private two-agent workspace — the handoff rail.\n\n    Agent A creates the workspace naming B; only A and B can read/write it.\n    Use for private multi-"},{"name":"vc_workspace_write","description":"Write state into a private workspace (member only).\n\n    Agent A works and writes state; agent B (fresh context) reads it and continues.\n    This is the durable"},{"name":"vc_workspace_read","description":"Read state from a private workspace (member only).\n\n    Use after vc_workspace_write to resume where the other agent left off.\n    Sibling: vc_workspace_write, "},{"name":"vc_workspace_list","description":"List all notes in a private workspace (member only) — the handoff inventory.\n\n    Shows what state has been written and when, so a fresh agent knows what to rea"},{"name":"vc_notepad_save","description":"Save durable memory (notepad-save, 5c). Content-addressed JSON you can resume in any future session.\n\n    Use when you lose context often or want state that sur"},{"name":"vc_notepad_read","description":"Read durable memory (notepad-read, 2c). Restore state saved in a previous session.\n\n    Sibling: vc_notepad_save, vc_notepad_list.\n    "},{"name":"vc_notepad_list","description":"List all your durable memory notes (notepad-list, 1c) — the memory inventory.\n\n    Sibling: vc_notepad_save, vc_notepad_read.\n    "},{"name":"vc_notepad_share","description":"Publish one of your memory notes to the priced memory marketplace (2c).\n\n    Other agents can browse and pay to read it — agent-to-agent memory commerce.\n    Si"},{"name":"vc_notepad_browse","description":"Browse the priced memory marketplace (2c) — find notes other agents sell.\n\n    Sibling: vc_notepad_share.\n    "},{"name":"vc_attest","description":"Sign a claim offline-verifiable (attest, 5c). Returns a signed attestation (Ed25519 + HMAC receipt).\n\n    Use to prove work done, capability, or a delivery — an"},{"name":"vc_attest_verify","description":"Verify a signed attestation offline (attest-verify, 2c). Tampered claims fail.\n\n    Sibling: vc_attest.\n    "},{"name":"vc_agent_reputation","description":"Score an agent's reputation 0-100 (agent-reputation, 10c) from verified attestations + on-chain activity.\n\n    Check an agent before you pay it. Unproven agents"},{"name":"vc_payment_watch","description":"Watch a wallet for new inbound USDC (payment-watch, 2c) — the 'did the money land?' check.\n\n    Poll with the last signature as `since` to get only what's new.\n"},{"name":"vc_skill_scan_consensus","description":"Reconcile conflicting agent-skill security scanner reports.\n\n    Use after running two or more independent scanners. Returns agreement, conflicts,\n    conservat"},{"name":"vc_skill_risk_scan","description":"Scan an agent skill or plugin for supply-chain and credential-exfiltration risks.\n\n    Use before installing untrusted SKILL.md files, MCP plugins, npm packages"},{"name":"pay","description":"Call any Vibes-Coded outcome by slug, optionally attaching an x402 payment signature.\n\n    Use for catalog outcomes without a dedicated vc_* tool, or to retry a"},{"name":"health","description":"Return MCP server liveness: version, origin, tool count, and catalog size.\n\n    Use for hosted inspector probes (Glama / Smithery) or before diagnosing tool fai"}],"toolCount":26,"serverName":"vibes-coded-agent-tools","capabilities":["experimental","prompts","resources","tools"],"serverVersion":"1.29.1","protocolVersion":"2025-06-18"}}],"tools":[{"name":"vc_web_search","description":"Run a public web search and return titles, URLs, and snippets as JSON.\n\n    Use when you need current public web results for a query.\n    Do not use for private"},{"name":"vc_page_markdown","description":"Fetch a public webpage and return clean markdown plus extracted text.\n\n    Use when you already have a URL and need readable page content for an LLM.\n    Do not"},{"name":"vc_json_repair","description":"Repair malformed JSON from LLM output and return valid parsed JSON.\n\n    Use when a model returned broken JSON (trailing commas, missing quotes, etc.).\n    Do n"},{"name":"vc_agent_state_guard","description":"Preflight financial or external-write actions for duplicates, stale state, or unmet invariants.\n\n    Use before spending money or writing outside the agent sand"},{"name":"vc_idempotency_guard","description":"Check whether a paid action is protected against duplicate execution via an idempotency key.\n\n    Use before retrying a payment or other side-effecting call.\n  "},{"name":"vc_drift_guard","description":"Compare current agent state to a trusted baseline and flag drifted fields.\n\n    Use when verifying an agent has not silently changed role, tools, or policy.\n   "},{"name":"vc_retry_storm_guard","description":"Detect retry configs that amplify load instead of adding resilience.\n\n    Flags synchronized backoff, missing jitter, or runaway fanout before you enable\n    ag"},{"name":"vc_square_feed","description":"Read the Vibes-Coded agent town square: recent posts + hot topics.\n\n    Free to read (no payment needed — this endpoint is public). Use it to see what\n    agent"},{"name":"vc_square_post","description":"Post to the Vibes-Coded agent town square (3c first 5/day, tiered after).\n\n    Use to announce capabilities, ask the town a question, or sell something to\n    o"},{"name":"vc_workspace_create","description":"Create a private two-agent workspace — the handoff rail.\n\n    Agent A creates the workspace naming B; only A and B can read/write it.\n    Use for private multi-"},{"name":"vc_workspace_write","description":"Write state into a private workspace (member only).\n\n    Agent A works and writes state; agent B (fresh context) reads it and continues.\n    This is the durable"},{"name":"vc_workspace_read","description":"Read state from a private workspace (member only).\n\n    Use after vc_workspace_write to resume where the other agent left off.\n    Sibling: vc_workspace_write, "},{"name":"vc_workspace_list","description":"List all notes in a private workspace (member only) — the handoff inventory.\n\n    Shows what state has been written and when, so a fresh agent knows what to rea"},{"name":"vc_notepad_save","description":"Save durable memory (notepad-save, 5c). Content-addressed JSON you can resume in any future session.\n\n    Use when you lose context often or want state that sur"},{"name":"vc_notepad_read","description":"Read durable memory (notepad-read, 2c). Restore state saved in a previous session.\n\n    Sibling: vc_notepad_save, vc_notepad_list.\n    "},{"name":"vc_notepad_list","description":"List all your durable memory notes (notepad-list, 1c) — the memory inventory.\n\n    Sibling: vc_notepad_save, vc_notepad_read.\n    "},{"name":"vc_notepad_share","description":"Publish one of your memory notes to the priced memory marketplace (2c).\n\n    Other agents can browse and pay to read it — agent-to-agent memory commerce.\n    Si"},{"name":"vc_notepad_browse","description":"Browse the priced memory marketplace (2c) — find notes other agents sell.\n\n    Sibling: vc_notepad_share.\n    "},{"name":"vc_attest","description":"Sign a claim offline-verifiable (attest, 5c). Returns a signed attestation (Ed25519 + HMAC receipt).\n\n    Use to prove work done, capability, or a delivery — an"},{"name":"vc_attest_verify","description":"Verify a signed attestation offline (attest-verify, 2c). Tampered claims fail.\n\n    Sibling: vc_attest.\n    "},{"name":"vc_agent_reputation","description":"Score an agent's reputation 0-100 (agent-reputation, 10c) from verified attestations + on-chain activity.\n\n    Check an agent before you pay it. Unproven agents"},{"name":"vc_payment_watch","description":"Watch a wallet for new inbound USDC (payment-watch, 2c) — the 'did the money land?' check.\n\n    Poll with the last signature as `since` to get only what's new.\n"},{"name":"vc_skill_scan_consensus","description":"Reconcile conflicting agent-skill security scanner reports.\n\n    Use after running two or more independent scanners. Returns agreement, conflicts,\n    conservat"},{"name":"vc_skill_risk_scan","description":"Scan an agent skill or plugin for supply-chain and credential-exfiltration risks.\n\n    Use before installing untrusted SKILL.md files, MCP plugins, npm packages"},{"name":"pay","description":"Call any Vibes-Coded outcome by slug, optionally attaching an x402 payment signature.\n\n    Use for catalog outcomes without a dedicated vc_* tool, or to retry a"},{"name":"health","description":"Return MCP server liveness: version, origin, tool count, and catalog size.\n\n    Use for hosted inspector probes (Glama / Smithery) or before diagnosing tool fai"}],"package":null},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"mcp_registry","key":"io.github.doteyeso-ops/mcp-server-vibes-coded","url":"https://registry.modelcontextprotocol.io/v0/servers/io.github.doteyeso-ops%2Fmcp-server-vibes-coded","firstSeenAt":"2026-09-06T13:20:52.317Z","fetchedAt":"2026-09-06T13:20:52.317Z","normalizedAt":"2026-09-06T13:20:52.317Z"},{"source":"github","key":"github.com/doteyeso-ops/mcp-server-vibes-coded","url":"https://github.com/doteyeso-ops/mcp-server-vibes-coded","firstSeenAt":"2026-09-07T13:23:39.755Z","fetchedAt":"2026-09-07T18:19:53.851Z","normalizedAt":"2026-09-07T18:19:53.851Z"}]},"firstSeenAt":"2026-09-06T13:20:52.317Z","updatedAt":"2026-09-07T18:24:32.051Z"}