MCP server exposing BigBugAI tools for trending tokens and token analysis.
Server Config
{
"mcpServers": {
"bigbugai": {
"command": "uv",
"args": [
"-m",
"bigbugai_mcp.server_stdio"
],
"env": {
"BIGBUGAI_MCP_API_KEY": "your-secret",
"BTUNIFIED_API": "https://api.bigbug.ai",
"MCP_RATE_LIMIT": "60/hour"
}
}
}
}