Crypto Stocks MCP
An MCP server that tracks real-time data for major crypto-related stocks to help AI agents analyze blockchain investment opportunities.
Features
- List Crypto Stocks: Retrieve a list of crypto-related stocks (e.g., Coinbase, MicroStrategy) in a table format.
- Real-Time Prices: Fetch the latest price for a specific stock, including ticker, company name, price, and timestamp.
- Historical Data: Access historical stock prices and trading volumes for a specified number of days.
- Query Prompts: Generate natural language prompts for querying stock information.
Installation
Prerequisites
- Python 3.10 or higher
- uv (recommended) or
pipfor dependency management
Setup
Clone the Repository:
git clone https://github.com/kukapay/crypto-stocks-mcp.git cd crypto-stocks-mcpInstall Dependencies:
Using
uv(recommended):uv syncInstall to Claude Desktop:
Install the server as a Claude Desktop application:
uv run mcp install main.py --name "Crypto Stocks"Configuration file as a reference:
{ "mcpServers": { "Crypto Stocks": { "command": "uv", "args": [ "--directory", "/path/to/crypto-stocks-mcp", "run", "main.py" ] } } }Replace
/path/to/crypto-stocks-mcpwith your actual installation path.






