For the complete documentation index, see llms.txt. This page is also available as Markdown.

Use KPK docs with MCP

KPK documentation is available through GitBook’s built-in MCP server, so compatible AI tools can search the latest published docs directly.

Use MCP when you want an AI assistant to answer questions using KPK docs instead of manual site search.

Endpoint

Primary endpoint: https://docs.kpk.io/~gitbook/mcp

If you want narrower results, you can also use the section-specific endpoints for Funds or Vaults.

  • https://docs.kpk.io/funds/~gitbook/mcp

  • https://docs.kpk.io/vaults/~gitbook/mcp

VS Code

Add this to .vscode/mcp.json:

{
  "servers": {
    "KPK-docs": {
      "type": "http",
      "url": "https://docs.kpk.io/~gitbook/mcp"
    }
  }
}

Once added, reload VS Code and use the MCP tools from Chat.

Example Prompts

  • Find the KPK USDC Yield vault page on Ethereum

  • Search KPK docs for Roles and Operators

  • Find policy and address documentation for USD Alpha

  • Search KPK vault docs for Morpho

Best For

  • Vault and fund documentation

  • Integration guides

  • Policy and address pages

  • Roles, operators, and infrastructure concepts

Troubleshooting

  • Make sure you are using the exact URL ending in ~gitbook/mcp

  • Make sure your AI tool supports remote HTTP MCP servers

  • If you want narrower results, try the funds or vaults endpoint directly

Last updated