关于
This tool functions as a production-ready server that exposes powerful BigBugAI capabilities, specifically for cryptocurrency token analysis and trending data, to various clients. It supports both local MCP clients like Claude Desktop and Cursor through stdio transport, and offers optional remote access via HTTP/SSE using FastAPI and Uvicorn. Designed for robustness, it includes API key authentication, per-key rate limiting, Pydantic schemas for clear data handling, and comprehensive error management, making it a reliable gateway for accessing BigBugAI's insights.
主要功能
- API key authentication for secure access (via environment variables).
- Configurable per-key rate limiting with a moving window strategy.
- Typed Pydantic schemas ensuring clear tool input/output.
- Clean error handling with JSON-stable outputs.
- Dual transport support: stdio for local clients and HTTP/SSE for remote access.
- 0 GitHub stars
使用案例
- Integrate BigBugAI's trending token and token analysis features with local AI assistants like Claude Desktop or Cursor.
- Provide secure and rate-limited remote access to BigBugAI tools via an HTTP/SSE interface for custom applications.
- Automate the retrieval and analysis of cryptocurrency token data within custom applications or workflows.