{
  "name": "Yieldfy MCP server",
  "whatIsThis": "A Model Context Protocol endpoint — AI agents (Claude, ChatGPT, Cursor, …) connect here to read the Yieldfy vault: live venue scores, the scoring receipt, health, and points. Read-only; holds no keys.",
  "connect": {
    "transport": "streamable-http",
    "url": "https://yieldfy.ai/api/mcp"
  },
  "example": "claude mcp add --transport http yieldfy https://yieldfy.ai/api/mcp",
  "tools": [
    "get_vault_stats",
    "get_venues",
    "get_scoring_receipt",
    "get_health",
    "get_points",
    "get_deposit_info"
  ],
  "humans": {
    "developers": "https://yieldfy.ai/developers",
    "app": "https://yieldfy.ai/dashboard",
    "docs": "https://yieldfy.ai/docs",
    "status": "https://yieldfy.ai/status"
  }
}