Skip to main content
Glama

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 build

Quickstart

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

kpass_get_user

Current logged-in user info (email, user ID, status)

kpass_list_sessions

Active/pending/expired agent sessions

kpass_get_wallet_balance

KITE + USDC.e balance for your wallet

kpass_health_check

Kite Passport backend health status

Coming in Phase 2

  • kpass_create_session — Create spending sessions

  • kpass_session_status — Check session approval status

  • kpass_execute_payment — Execute x402 payments

  • kpass_list_agents — List registered agents

Development

npm run dev     # watch mode
npm test        # run tests
npm run build   # compile to dist/

License

MIT

F
license - not found
-
quality - not tested
C
maintenance

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