{
  "name": "1trip PULSE — MCP Server",
  "description": "Travel planning API for AI agents. 28 tools, 5 resources, 6 prompts. 120+ destinations.",
  "version": "8.2.0",
  "endpoints": {
    "mcp": "POST /mcp — Model Context Protocol (Streamable HTTP)",
    "health": "GET /health — Server status",
    "openapi": "GET /openapi.json — OpenAPI 3.1 spec for GPT Actions",
    "analytics": "GET /api/analytics — Usage metrics",
    "key_info": "GET /api/key-info — Check your API key usage",
    "rest_api": "POST /api/{tool} — REST endpoints (trip-cost, packing-list, destinations, etc.)"
  },
  "docs": "https://1trip.app/developers",
  "github": "https://github.com/gkcogz/OneTrip-Beta/tree/main/mcp-server",
  "quick_start": {
    "claude_desktop": "{ \"mcpServers\": { \"1trip\": { \"command\": \"npx\", \"args\": [\"-y\", \"1trippulse-mcp-server\"] } } }",
    "chatgpt": "Import /openapi.json as a GPT Action",
    "curl": "curl -X POST https://mcp.1trip.app/api/trip-cost -H \"Content-Type: application/json\" -d '{\"destination\":\"paris\",\"days\":5}'"
  }
}