Skip to main content

MCP server

All AI-based access to Nippy goes through one endpoint:
This endpoint implements the Model Context Protocol (MCP) over streamable HTTP with JSON-RPC 2.0. Any compatible MCP client can connect to it, including Claude Desktop, Cursor, OpenClaw, and Hermes Agent.

Authentication

Every request must include your API key in the header:
Your API key determines which business you belong to. You do not need to pass business IDs in tool calls. The server resolves them automatically.

Available endpoints

Where to start

If you want to connect an MCP client, start with the quickstart.

Connect your client

Claude Desktop, Cursor, OpenClaw, and Hermes Agent in one guide.