{
  "$schema": "https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json",
  "name": "couch-associates-agent-services",
  "version": "1.0.0",
  "title": "Couch & Associates Agent-Operable Services",
  "description": "MCP server exposing the agent-operable services registry on couch.associates. Tools are registry-driven — each registered service becomes one MCP tool. v1 ships gated-content (exchange a principal's email for an in-depth resource). Future tools include book-consultation, event-signup, promotion-entry, and tools-style services. Live tool catalogue is also available via REST at /wp-json/couch/v1/agent-services.",
  "websiteUrl": "https://couch.associates",
  "capabilities": {
    "resources": false,
    "tools": true,
    "prompts": false
  },
  "remotes": [
    {
      "transport": "http-streamable",
      "url": "https://couch.associates/wp-json/couch/v1/mcp",
      "protocolVersion": "2025-03-26",
      "description": "JSON-RPC 2.0 over HTTP. POST a request body; v1 returns single-shot JSON responses (SSE streaming deferred to a future release). Methods: initialize, tools/list, tools/call, ping."
    }
  ],
  "documentation": {
    "protocol": "https://couch.associates/.well-known/agent-skills/agent-services/SKILL.md",
    "human": "https://couch.associates/agents/",
    "humanReadableSummary": "https://couch.associates/llms.txt"
  }
}
