kwery-mcp
v1.0.3
Published
MCP server for Kwery — unified crypto and prediction market data across Polymarket, Kalshi, Hyperliquid, Binance, and Chainlink.
Downloads
71
Maintainers
Readme
kwery-mcp
MCP server for Kwery — unified crypto and prediction market data across Polymarket, Kalshi, Hyperliquid, Binance, and Chainlink.
30 tools. No setup beyond an API key.
Install
Add to your Claude Code config:
claude mcp add -e KWERY_API_KEY=your_api_key_here kwery -- npx -y kwery-mcp@latestOr add to ~/.claude.json / Claude Desktop config manually:
{
"mcpServers": {
"kwery": {
"command": "npx",
"args": ["-y", "kwery-mcp@latest"],
"env": {
"KWERY_API_KEY": "your_api_key_here"
}
}
}
}Get your API key at kwery.xyz/dashboard.
Tools (30)
| Platform | Tools |
|----------|-------|
| Discovery | kwery_sources kwery_limits kwery_status |
| Markets | kwery_markets kwery_market |
| Polymarket | polymarket_markets polymarket_market polymarket_candles polymarket_trades polymarket_snapshots polymarket_snapshot_at |
| Kalshi | kalshi_markets kalshi_prices kalshi_orderbook kalshi_snapshots kalshi_snapshot_at |
| Hyperliquid | hyperliquid_markets hyperliquid_candles hyperliquid_trades hyperliquid_funding hyperliquid_oi hyperliquid_snapshots hyperliquid_snapshot_at |
| Binance | binance_candles chainlink_candles binance_ticker binance_flow binance_funding binance_oi binance_liquidations |
Requirements
- Node.js 20+
- Kwery API key (free tier available)
