crypto-stocks-mcp
Provides real-time and historical stock price data for Coinbase and other crypto-related stocks, enabling tracking and analysis of blockchain investment opportunities
Provides real-time and historical stock price data for MicroStrategy and other crypto-related stocks, enabling tracking and analysis of blockchain investment opportunities
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@crypto-stocks-mcpshow me the latest price for Coinbase"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: Armor Crypto MCP
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.
Usage
Example Interactions
Using an MCP-compatible client (e.g., Claude Desktop or MCP Inspector):
List All Stocks:
Prompt:
Show me all crypto-related stocks.
Result:
+----------+-------------------------------------+ | Ticker | Name | +==========+=====================================+ | COIN | Coinbase Global Inc. | | MSTR | MicroStrategy Incorporated | | MARA | Marathon Digital Holdings | | ... | ... | +----------+-------------------------------------+Get Real-Time Price:
Prompt:
What's the latest price for Coinbase?
Result:
+----------+-----------------------+---------+----------------------------+ | Ticker | Name | Price | Timestamp | +==========+=======================+=========+============================+ | COIN | Coinbase Global Inc. | 200.50 | 2025-08-07T17:15:00.123456| +----------+-----------------------+---------+----------------------------+Fetch Historical Data:
Prompt:
Show me the historical prices for MicroStrategy over the past 30 days.
Result:
+------------+---------+----------+ | Date | Close | Volume | +============+=========+==========+ | 2025-07-08 | 195.20 | 1200000 | | 2025-07-09 | 198.50 | 1300000 | | ... | ... | ... | +------------+---------+----------+Use Query Prompt:
Call the
stock_queryprompt withCOIN:Get the latest price and historical data for Coinbase Global Inc. (COIN).
License
This project is licensed under the MIT License. See the LICENSE file for details.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceAn MCP server that delivers cryptocurrency sentiment analysis to AI agents.548MIT

Armor Crypto MCPofficial
AlicenseCqualityCmaintenanceAn MCP server providing unified access to blockchain operations, bridging, swapping, and crypto trading strategies for AI agents.37178GPL 3.0- Alicense-qualityDmaintenanceAn MCP server for tracking and managing cryptocurrency portfolio allocations, enabling AI agents to query and optimize portfolio strategies in real time.10MIT
- AlicenseAqualityDmaintenanceThe first blockchain & cryptocurrency MCP server that connects AI agents to Ethereum, Solana, Bitcoin, and cryptocurrency markets.912MIT
Related MCP Connectors
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
HiveCapital MCP Server — autonomous investment layer for AI agents
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kukapay/crypto-stocks-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server