Nginx front door for the MCP test stack. Open a service root for its HTML docs, or use a path below. Shortcuts: /client/, /server/, /rag/.
https://canfar-ai-mcp-client.testapp.ca/ — HTML API docs
| Method | Endpoint | Notes |
|---|---|---|
| GET | / | HTML docs |
| GET | /health | Health |
| GET | /health/live | Liveness |
| GET | /health/ready | Readiness (MCP server) |
| POST | /ask | LLM + MCP tools |
| POST | /chatbot | Chatbot |
https://canfar-ai-mcp-server.testapp.ca/ — HTML API docs
| Method | Endpoint | Notes |
|---|---|---|
| GET | / | HTML docs |
| GET | /health | Health |
| GET | /metrics | Metrics |
| GET / POST | /mcp | MCP protocol |
| GET / POST | /sse | SSE transport |
| POST | /stream/adql | ADQL stream |
https://star-ai-mcp-rag.testapp.ca/ — HTML API docs
| Method | Endpoint | Notes |
|---|---|---|
| GET | / | HTML docs |
| GET | /health | Health (api + qdrant) |
| GET | /metrics | Metrics |
| POST | /api/search | Semantic search (auth) |
| POST | /api/rag-chatbot | FAQ chatbot (auth) |
| POST | /mcp/tools/search | MCP search (auth) |
GET /health on this host is the nginx landing check only.