Documentation Index
Fetch the complete documentation index at: https://docs.nippy.la/llms.txt
Use this file to discover all available pages before exploring further.
MCP server
All AI-based access to Nippy goes through one endpoint: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
| Endpoint | Method | Use |
|---|---|---|
/cognitive-layer/mcp | POST | Main MCP server and tools |
/cognitive-layer/oauth/token | POST | OAuth 2.0 for clients that require it |
/cognitive-layer/health | GET | Server health check without authentication |
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.

