AI Pusatec AIHUB Health check
MCP server
POST /mcp

Routes

  • GET / This landing page.
  • GET /health Returns OK.
  • POST /mcp Accepts MCP Streamable HTTP JSON-RPC messages.
  • GET /mcp Returns 405 because SSE is not enabled for this server.

Available Tools

  • Diagnostics echo and server_time.
  • Osteri GraphQL, REST, discovery, and checkout helpers.

List Tools

curl http://127.0.0.1:3000/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/list"
  }'