Skip to main content
NekoHub exposes an HTTP MCP endpoint for compatible clients.

Endpoint

Full URL example:
The controller currently also implements:
  • GET /mcp
  • GET /mcp/sse
  • POST /mcp/message?sessionId=...

Authentication

MCP only accepts API keys, and they must be sent as Bearer credentials:

Client config