Use KPK docs with MCP
Last updated
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.
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
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.
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
This MCP endpoint is for published documentation only. It is not a live data API for TVL, APY, allocations, or onchain balances.
Vault and fund documentation
Integration guides
Policy and address pages
Roles, operators, and infrastructure concepts
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