pigeonhouse-mcp
v1.0.0
Published
MCP server for PigeonHouse — query tokens, trades, burn stats, and bonding curve data on Solana
Downloads
98
Maintainers
Readme
pigeonhouse-mcp
MCP server for PigeonHouse — query tokens, trades, burn stats, and bonding curve data on Solana.
Tools
| Tool | Description |
|------|-------------|
| pigeonhouse_get_tokens | List all active tokens with prices and market caps |
| pigeonhouse_get_token | Get detailed bonding curve state for a token |
| pigeonhouse_burn_stats | Platform stats: total burned, tokens launched |
| pigeonhouse_get_trades | Recent trades for a token |
| pigeonhouse_leaderboard | Creator leaderboard |
| pigeonhouse_calculate_price | Calculate expected buy/sell output on bonding curve |
Setup
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"pigeonhouse": {
"command": "npx",
"args": ["pigeonhouse-mcp"]
}
}
}Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"pigeonhouse": {
"command": "npx",
"args": ["pigeonhouse-mcp"]
}
}
}OpenClaw
mcporter add pigeonhouse --cmd "npx pigeonhouse-mcp"Examples
Ask your AI assistant:
- "Show me all tokens on PigeonHouse"
- "What's the price of LOWIQ on PigeonHouse?"
- "How much PIGEON has been burned?"
- "Calculate how many tokens I'd get for 1000 PIGEON on LOWIQ"
- "Show recent trades for LOWIQ"
Protocol
License
MIT
