MCP Server
Knot provides an that lets you search and interact with this documentation via natural language from your IDE, terminal, or any MCP-compatible tool. The MCP server searches Knot’s documentation only and does not call Knot’s API.Setup
1
Install the MCP server
Run the following command in your terminal to install the Knot MCP server as a project-level MCP locally. It auto-detects your AI tools (Cursor, Claude Code, VS Code, etc.) and configures them automatically.For the Claude Code Desktop App, you may also follow Claude’s docs on installing an MCP server here.
2
Begin prompting
Ask questions and the agent will search Knot’s documentation to retrieve answers directly in your development environment.Example prompts:
- “How do I integrate the Knot iOS SDK?”
- “How can I get the available merchant list for TransactionLink?”
- “Tell me how to create a session and what do I do after that?”
Skills
Knot provides product-specific skills that guide AI agents through implementing specific integrations, including the right API calls, webhook handling, data schemas, and testing steps. Installing a skill gives your agent the procedural knowledge to build an integration on your behalf.Install skills
Run the following command in your terminal to view and select which skills to install into your agent’s context so it can take actions on your behalf:Available skills
The full list of available skills can be found atdocs.knotapi.com/.well-known/skills/index.json.