{
  "spec": "webmcp/0.1",
  "name": "Vibes-Coded",
  "homepage": "https://vibes-coded.com",
  "mcp": "https://vibes-coded.com/.well-known/mcp.json",
  "llms": "https://vibes-coded.com/llms.txt",
  "tools": [
    {
      "name": "agent-start",
      "description": "Plain-text one-pager for agents: trial claim, first search, human fund URL.",
      "url": "https://vibes-coded.com/agent.txt",
      "method": "GET"
    },
    {
      "name": "claim-trial",
      "description": "Claim a one-time smoke X-Vibes-Key (~$0.15 / 72h). Send JSON agent_id on shared egress. No wallet.",
      "url": "https://vibes-coded.com/api/v1/outcomes/balance/trial/claim",
      "method": "POST",
      "parameters": [
        {
          "name": "agent_id",
          "type": "string",
          "description": "Stable id for this agent (required on shared NAT / Cursor egress)"
        }
      ]
    },
    {
      "name": "web-search",
      "description": "Paid public web search (~$0.02 USDC). Prefer trial key or /start prepaid. 402 includes print_to_user for IDE humans.",
      "url": "https://vibes-coded.com/api/v1/outcomes/web-search",
      "method": "POST",
      "parameters": [
        {
          "name": "query",
          "type": "string",
          "description": "Search query"
        }
      ]
    },
    {
      "name": "fund-prepaid",
      "description": "Human checkout: pay $1 USDC once, copy vb_ key into the agent as X-Vibes-Key.",
      "url": "https://vibes-coded.com/start",
      "method": "GET"
    }
  ]
}
