Real-time DeFi intelligence across Kamino, Drift, Jupiter Perps & Lend. Built for developers and AI agents.
10,000 free credits/month — no credit card required
Deposits, borrows, health factor, and liquidation risk tracking.
/kamino/lendingSpot, perps, orders, account health, and user stats.
/drift/*Perpetual positions with real-time PnL via Pyth oracles.
/jupiter-perps/*Earn deposits and NFT-based borrow positions with USD values.
/jupiter-lend/*WebSocket + Kafka with sub-second latency.
FIFO-based profit/loss across DEX trades.
MCP server for Claude, Cursor, and custom agents.
Watch real-time swaps across all major Solana DEXs. This is live data from the blockchain.
| TX | Time | DEX | Platform | Token | Type | Amt | SOL | USD | Price | Fee ◎ | Jito ◎ | Wallet |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Connecting... | ||||||||||||
/api/wallets/:wallet/analyzeMega-endpoint — full DeFi analysis across all protocols
/api/wallets/:wallet/kamino/lendingKamino deposits, borrows, health factor
/api/wallets/:wallet/drift/positionsDrift spot, perps, orders across all sub-accounts
/api/wallets/:wallet/jupiter-perps/positionsJupiter Perps with real-time PnL via Pyth oracles
/api/tokens/:mintToken metadata, price, and market cap
/api/wallets/:wallet/portfolioPortfolio summary with positions and 7-day PnL
ws://host:3001Live swap, creation, and price streaming
/api/tokens/:mint/leaderboardPnL leaderboard — top traders per token
Connect Claude, Cursor, or any MCP-compatible AI agent directly to TopLedger. Your agent can query tokens, track wallets, and analyze PnL autonomously.
Native Model Context Protocol support. Works with Claude Desktop, Cursor IDE, and custom implementations.
get_token_info, get_wallet_positions, get_pnl_leaderboard, search_knowledge, and more.
Run the MCP server locally or on your infrastructure. Full control over your data and queries.
1. Add to your MCP config:
{
"mcpServers": {
"topledger": {
"command": "npx",
"args": ["tsx", "src/index.ts"],
"cwd": "/path/to/mcp-server",
"env": {
"REDIS_URL": "redis://localhost:6379"
}
}
}
}2. Ask your agent:
get_token_infoGet token metadata, price, supply
get_token_leaderboardTop traders by realized PnL
get_wallet_positionsAll positions for a wallet
get_wallet_token_positionSingle wallet+token position
get_capabilitiesWhat can TopLedger do?
search_knowledgeSearch schemas, examples
Sign in with Google, create an API key, and start querying.
Generate a tl_sk_ key from your dashboard
Pass your key via x-api-key header
# Analyze any wallet across all DeFi protocols in one call
curl -H "x-api-key: tl_sk_your_key" \
http://68.219.65.168:3000/api/wallets/YOUR_WALLET/analyze
1 API call = 1 credit. Start free, scale as you grow.
$29/mo
Custom