CoinStats MCP Server
OfficialCoinStats MCP 服务器
CoinStats API 的 MCP 服务器。提供对加密货币市场数据、投资组合跟踪和新闻的访问。
设置
API 密钥
您需要一个 CoinStats API 密钥。请从CoinStats API 文档获取。
与 MCP 客户端一起使用
将以下内容添加到您的客户端配置中:
NPX
{
"mcpServers": {
"coinstats-mcp": {
"command": "npx",
"args": [
"-y",
"@coinstats/coinstats-mcp"
],
"env": {
"COINSTATS_API_KEY": "<YOUR_API_KEY>"
}
}
}
}将<YOUR_API_KEY>替换为您的实际 CoinStats API 密钥。
Docker
{
"mcpServers": {
"coinstats-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"COINSTATS_API_KEY",
"coinstats/coinstats-mcp"
],
"env": {
"COINSTATS_API_KEY": "<YOUR_API_KEY>"
}
}
}
}将<YOUR_API_KEY>替换为您的实际 CoinStats API 密钥。
Related MCP server: mcp-coincap-jj
建造
要在本地构建项目:
npm run build此命令安装依赖项,将 TypeScript 编译为 JavaScript,并设置执行权限。
执照
此 MCP 服务器遵循 MIT 许可证。详情请参阅标准MIT 许可证文本。
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
- AlicenseBqualityAmaintenanceA Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.352239MIT
- AlicenseAqualityBmaintenanceA Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface. Updated to use Coin Cap API v33261MIT
- FlicenseCqualityCmaintenanceProvides access to CoinCap's cryptocurrency market data and technical analysis tools via MCP, supporting assets, exchanges, markets, and more.38337
- AlicenseNot gradedqualityBmaintenanceMCP server providing market data for 15,000+ cryptocurrencies including prices, history, trends, and deep coin metadata via CoinGecko.651Apache 2.0
Related MCP Connectors
CoinGecko MCP — wraps CoinGecko free API (no auth required)
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
Crypto Feeds MCP.
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/CoinStatsHQ/coinstats-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server