Crypto Funds MCP
An MCP server that provides AI agents with structured, real-time data on cryptocurrency investment funds, enabling deeper due diligence and portfolio intelligence.
Features
Tools for Data Access:
get_all_funds(): Retrieve a complete list of all investors and funds.search_funds(tier, type, sortBy, sortDirection, limit, skip): Search and filter funds with sorting and pagination.get_fund_basic(fund_id): Get basic metrics for a specific fund (e.g., tier, portfolio size, ROI).get_fund_full(fund_id): Fetch comprehensive metrics, including investment focus, recent rounds, and stages.get_fund_team(fund_id): Retrieve detailed team information with roles and social links.
Formatted Outputs: All responses are returned as ASCII tables for easy readability in MCP clients.
Asynchronous API Calls: Uses
httpxfor efficient, async HTTP requests.Environment Configuration: API key management via
.envfile withdotenv.Error Handling: Graceful handling of API errors and missing data.






