kukapay/crypto-funds-mcp
An MCP server that provides AI agents with structured, real-time data on cryptocurrency investment funds.
Platform-specific configuration:
{
"mcpServers": {
"crypto-funds-mcp": {
"command": "npx",
"args": [
"-y",
"crypto-funds-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
An MCP server that provides AI agents with structured, real-time data on cryptocurrency investment funds, enabling deeper due diligence and portfolio intelligence.
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.httpx for efficient, async HTTP requests..env file with dotenv. git clone https://github.com/kukapay/crypto-funds-mcp.git
cd crypto-funds-mcp uv sync.env file in the root directory and add your API key: CRYPTORANK_API_KEY=your_api_key_hereInstall the server as a Claude Desktop application:
uv run mcp install main.py --name "Crypto Funds"
``Loading reviews...