{
  "name": "Hiasynth MCP Server",
  "version": "0.1.0",
  "endpoints": {
    "sse": "/sse",
    "streamable": "/mcp",
    "internal": "/v1/tools/<name>"
  },
  "tools": [
    "demographic_count",
    "size_market",
    "describe_segment",
    "sample_population",
    "find_density",
    "find_opportunity",
    "list_zones",
    "compare_markets",
    "find_equivalent",
    "find_twins",
    "validate_tam"
  ],
  "docs": "Connect your MCP client to the /sse endpoint with Authorization: Bearer hi_synth_..."
}