Skip to main content

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:
https://ms.nippy.la/cognitive-layer/mcp
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:
X-API-Key: npk_your_api_key_here
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

EndpointMethodUse
/cognitive-layer/mcpPOSTMain MCP server and tools
/cognitive-layer/oauth/tokenPOSTOAuth 2.0 for clients that require it
/cognitive-layer/healthGETServer 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.