kitepass-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@kitepass-mcpCheck my Kite wallet balance"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
KitePass MCP Server
Model Context Protocol server for Kite Agent Passport — exposes kpass operations as tools for Claude, GPT, and other MCP-aware LLMs.
Status: Alpha (Phase 1 of 3)
Prerequisites
Node 18+
kpass CLI installed and logged in (
kpass login)
Install
git clone https://github.com/gnanam1990/kitepass-mcp
cd kitepass-mcp
npm install
npm run buildQuickstart
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"kitepass": {
"command": "node",
"args": ["/path/to/kitepass-mcp/dist/server.js"]
}
}
}Restart Claude Desktop, then ask: "Check my Kite wallet balance"
Tools (Phase 1 — Read Only)
Tool | Description |
| Current logged-in user info (email, user ID, status) |
| Active/pending/expired agent sessions |
| KITE + USDC.e balance for your wallet |
| Kite Passport backend health status |
Coming in Phase 2
kpass_create_session— Create spending sessionskpass_session_status— Check session approval statuskpass_execute_payment— Execute x402 paymentskpass_list_agents— List registered agents
Development
npm run dev # watch mode
npm test # run tests
npm run build # compile to dist/License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gnanam1990/kitepass-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server