{
  "name": "Handoff Mcp Server Production",
  "slug": "handoff-mcp-server-production",
  "description": "Coordinate work between AI agents with durable handoffs and shared scratchpad storage for seamless multi-agent workflows.",
  "toolCount": 9,
  "tools": [
    {
      "name": "handoff_create",
      "description": "Create a durable handoff.",
      "price": 0.02
    },
    {
      "name": "handoff_list",
      "description": "List durable handoffs.",
      "price": 0.01
    },
    {
      "name": "handoff_get",
      "description": "Get one handoff.",
      "price": 0.005
    },
    {
      "name": "handoff_claim",
      "description": "Claim an open handoff.",
      "price": 0.015
    },
    {
      "name": "handoff_complete",
      "description": "Complete a handoff.",
      "price": 0.015
    },
    {
      "name": "scratchpad_set",
      "description": "Set durable scratchpad value.",
      "price": 0.01
    },
    {
      "name": "scratchpad_get",
      "description": "Get scratchpad value.",
      "price": 0.003
    },
    {
      "name": "scratchpad_list",
      "description": "List scratchpad entries.",
      "price": 0.008
    },
    {
      "name": "scratchpad_delete",
      "description": "Delete scratchpad entry.",
      "price": 0.005
    }
  ],
  "mcpUrl": "https://handoff-mcp-server-production.mcp.xpay.sh/mcp",
  "portal": "https://handoff-mcp-server-production.on.xpay.sh",
  "llmsTxt": "https://handoff-mcp-server-production.mcp.xpay.sh/llms.txt",
  "status": "active",
  "isPlatform": false
}