🪙 MCP Crypto Price Lookup Server using ALPACA API
@Adity-star
关于 🪙 MCP Crypto Price Lookup Server using ALPACA API
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-crypto-server": {
"command": "uv",
"args": [
"init"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is 🪙 MCP Crypto Price Lookup Server using ALPACA API?
This server provides a cryptocurrency price lookup service powered by the Alpaca API and built for integration with the Model Context Protocol (MCP). It allows AI agents and clients to fetch real-time cryptocurrency prices and market data efficiently.
How to use 🪙 MCP Crypto Price Lookup Server using ALPACA API?
Set up the environment with uv, install dependencies (mcp[cli], httpx), copy the server script, and start the server with uv run mcp_server.py. Then configure your MCP client to point to the server using the provided JSON config block, replacing absolute paths to uv and the project directory.
Key features of 🪙 MCP Crypto Price Lookup Server using ALPACA API
- Fetches real-time crypto prices (e.g., BTC/USD, ETH/USD)
- Accesses market data via Alpaca’s REST API
- Serves AI agents with quick, formatted responses
- Written in Python using FastMCP and httpx
- Easy setup with
uvpackage manager
Use cases of 🪙 MCP Crypto Price Lookup Server using ALPACA API
- AI agents requesting live cryptocurrency prices
- Integrating real-time market data into conversational interfaces
- Automated trading or portfolio monitoring assistants
FAQ from 🪙 MCP Crypto Price Lookup Server using ALPACA API
What dependencies are required?
The server requires Python, uv, and the packages mcp[cli] and httpx. An Alpaca API key (or, in the provided code example, a CoinGecko API key) is needed.
How do I configure the server in my MCP client?
Add a JSON entry to your MCP config with the command set to the absolute path of uv, and args including --directory pointing to the project folder and run mcp_server.py.
Does the server use Alpaca or CoinGecko?
The README states it uses the Alpaca API, but the included code snippet demonstrates a version using the CoinGecko API. You can modify mcp_server.py to use either API by adding your own tools.
What cryptocurrencies are supported?
Any cryptocurrency supported by the underlying API (Alpaca or CoinGecko) can be queried; the tool accepts a crypto_id parameter (e.g., bitcoin, ethereum).
What transports does the server support?
The server uses the default MCP transport (stdio) as it is started as a command-line process. No HTTP or WebSocket transport is mentioned.
金融与商务 分类下的更多 MCP 服务器
Yahoo Finance MCP Server
Alex2Yang97This is a Model Context Protocol (MCP) server that provides comprehensive financial data from Yahoo Finance. It allows you to retrieve detailed information about stocks, including historical prices, company information, financial statements, options data, and market news.
💹 MCP YFinance Stock Server
Adity-starReal-time stock API with Python, MCP server example, yfinance stock analysis dashboard
kospi-kosdaq-stock-server
dragon1086An MCP server that provides KOSPI/KOSDAQ stock data using FastMCP
Crypto Price & Market Analysis MCP Server
truss44A Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis via CoinCap's API. Enables Claude and other MCP clients to fetch crypto prices, analyze market trends, and track historical data.
Crypto Fear & Greed Index MCP Server
kukapayProviding real-time and historical Crypto Fear & Greed Index data
评论