Crypto Projects MCP Server
An MCP server that provides cryptocurrency project data from Mobula.io to AI agents.
Features
- Fetch Project Data: Retrieve comprehensive project details (e.g., market data, tokenomics, and links) from Mobula.
- Structured Output: Format project data into a well-organized Markdown document with sections for overview, market data, investors, exchanges, token distribution, and release schedules.
- Language Support: Customize output language based on system locale or user-specified settings.
Installation
Prerequisites
- Python 3.10 or higher
- uv for package management and running the project
- Mobula API access (no authentication required for public endpoints)
Setup
Clone the Repository:
git clone https://github.com/kukapay/crypto-projects-mcp.git cd crypto-projects-mcpInstall Dependencies:
uv sync
Usage
Running in Development Mode
Test the server using the MCP Inspector:
uv run mcp dev main.pyIntegrating with Claude Desktop
Install the server in Claude Desktop for LLM interaction:
uv run mcp install main.py --name "Crypto Projects"





