kukapay/crypto-projects-mcp
An MCP server that provides cryptocurrency project data to AI agents
Platform-specific configuration:
{
"mcpServers": {
"crypto-projects-mcp": {
"command": "npx",
"args": [
"-y",
"crypto-projects-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
An MCP server that provides cryptocurrency project data from Mobula.io to AI agents.
<a href="https://glama.ai/mcp/servers/@kukapay/crypto-projects-mcp"> </a>
git clone https://github.com/kukapay/crypto-projects-mcp.git
cd crypto-projects-mcp uv syncTest the server using the MCP Inspector:
uv run mcp dev main.pyInstall the server in Claude Desktop for LLM interaction:
uv run mcp install main.py --name "Crypto Projects"The server provides two primary interfaces: a tool to fetch raw data and a prompt to format it into a structured Markdown document.
get_project_data ToolThe get_project_data tool retrieves raw JSON data for a specified cryptocurrency project. This is useful for appli
Loading reviews...