Provides access to Cardano blockchain data through the TapTools API, enabling fetching of token information, NFT collection details, market statistics, wallet portfolio positions, and on-chain data for Cardano-based assets.
Supports loading the TapTools API key from a .env file, providing a secure way to store and access authentication credentials.
Uses Pydantic models to structure and validate request data for TapTools API operations, ensuring all JSON requests conform to the expected data schemas.
Implements an asynchronous Python server that exposes TapTools API functionality as MCP tools, using modern Python async patterns for non-blocking operations.
This server cannot be installed