mcp-crypto-server

mcp-crypto-server

0

The MCP Crypto Price Lookup Server is a cryptocurrency price lookup service integrating with the ALPACA API for real-time data access. Designed for use with the Multi-Agent Control Protocol, it provides AI agents with efficient access to market data.

🪙 MCP Crypto Price Lookup Server

This project sets up a cryptocurrency price lookup service powered by the ALPACA API and built for integration with MCP (Multi-Agent Control Protocol). The server allows AI agents or clients to fetch real-time cryptocurrency prices and market data efficiently using Alpaca's API.

📦 Step 1: Set Up the Environment

  • Use 'uv' for managing the project environment

Step 2: Running the MCP Server

  • Build and run the crypto price lookup tool
  • Copy the server script from the scripts folder
  • Start the MCP server

About the Server

  • Fetch real-time crypto prices
  • Access market data using Alpaca's REST API
  • Serve AI agents with quick, formatted responses

Step 3: Configure Your MCP Server

  • Add the configuration to your MCP config to register the server

Step 4: Restart for changes

Step 5: Try asking for Bitcoin price

  • Add your own tools to mcp_server.py

📈 Then Level Up

  • Build the yFinance Stock Server