{
  "name": "tonyhughes-positioning-server",
  "version": "2.6.0",
  "description": "Plain JSON API for AI agents interfacing with Tony Hughes on behalf of a client. A real, protocol-compliant MCP server is also available at /api/mcp for MCP-aware clients — this endpoint exposes the same data and actions over plain HTTP for agents that fetch pages rather than speak MCP.",
  "resources": [
    {
      "name": "bio",
      "method": "GET",
      "url": "https://tonyhughesdesign.com/api/agent/resources/bio"
    },
    {
      "name": "case-studies",
      "method": "GET",
      "url": "https://tonyhughesdesign.com/api/agent/resources/case-studies"
    },
    {
      "name": "engagements",
      "method": "GET",
      "url": "https://tonyhughesdesign.com/api/agent/resources/engagements"
    },
    {
      "name": "contact-card",
      "method": "GET",
      "url": "https://tonyhughesdesign.com/api/agent/resources/contact-card"
    }
  ],
  "tools": [
    {
      "name": "evaluate_client_needs",
      "method": "POST",
      "url": "https://tonyhughesdesign.com/api/agent/tools/evaluate-client-needs",
      "body": {
        "challenges": "string, required",
        "technology_sector": "string, required"
      },
      "description": "Deterministic match against real engagement data. Does not notify Tony — informational only."
    },
    {
      "name": "schedule_consultation",
      "method": "POST",
      "url": "https://tonyhughesdesign.com/api/agent/tools/schedule-consultation",
      "body": {
        "client_name": "string, required",
        "client_email": "string, required",
        "preferred_time": "string, optional",
        "project_context": "string, optional",
        "technology_sector": "string, optional"
      },
      "description": "Sends a real inquiry to Tony's inbox. Not an automatic booking — he confirms an actual time by reply within 24 hours."
    }
  ],
  "mcp": "https://tonyhughesdesign.com/api/mcp"
}