@poorboyai/mcp
v1.2.0
Published
Official PoorBoyAI MCP server — connect Claude, Cursor, or any MCP client to the PoorBoyAI platform
Maintainers
Readme
@poorboyai/mcp
Official PoorBoyAI MCP (Model Context Protocol) server.
Connect Claude Desktop, Cursor, or any MCP-compatible AI client directly to the PoorBoyAI platform.
Requirements
- A PoorBoyAI Whale account
- Your API key from poorboyai.com/dashboard/settings
Setup
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"poorboyai": {
"command": "npx",
"args": ["-y", "@poorboyai/mcp"],
"env": {
"POORBOYAI_API_KEY": "pbai_your_key_here"
}
}
}
}Cursor
Add to your .cursor/mcp.json:
{
"mcpServers": {
"poorboyai": {
"command": "npx",
"args": ["-y", "@poorboyai/mcp"],
"env": {
"POORBOYAI_API_KEY": "pbai_your_key_here"
}
}
}
}Available Tools
| Tool | Description |
|------|-------------|
| ask_pb | Ask PB — the PoorBoyAI AI crypto assistant |
| get_token_price | Get live price, volume, and market cap for any token |
| get_account_info | View your PoorBoyAI account tier and status |
| get_pbai_holders | Get live $PBAI community stats |
| get_my_campaign | Check your active shill campaign status |
| get_booster_history | View your recent boost campaigns |
Example prompts
- "What's the current price of PBAI?"
- "Ask PB what the best meme coin plays are right now"
- "Is my shill campaign active?"
- "Show me my last 5 boost campaigns"
- "How many PBAI holders are there?"
