{
  "server": "hmrc-tax-assistant",
  "version": "1.0.0",
  "description": "HMRC Tax Assistant MCP Server - UK tax guidance using HMRC manuals",
  "mcp": {
    "endpoint": "/mcp",
    "transport": "streamable-http",
    "specification": "https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#streamable-http"
  },
  "endpoints": {
    "/": "Server info (this page)",
    "/mcp": "MCP Streamable HTTP endpoint (POST/GET/DELETE)",
    "/health": "Detailed health check with connection status"
  },
  "tools": [
    "search_hmrc",
    "search_with_graph",
    "get_section",
    "get_related_sections",
    "find_path",
    "verify_hmrc_source",
    "list_manuals",
    "graph_stats",
    "calculate_salary_dividend",
    "answer_tax_question",
    "get_deadlines",
    "learn_term_mapping",
    "get_mapping_stats",
    "get_current_tax_context",
    "ir35_quick_check"
  ],
  "docs": "https://github.com/CogAPI/taxcopilot",
  "usage": {
    "claude_code": "claude mcp add --transport http taxcopilot https://mcp.taxcopilot.co.uk/mcp"
  }
}