Asset Price MCP Server
资产价格 MCP 服务器 (asset-price-mcp)
概述
用于检索和显示当前资产价格信息的模型上下文协议服务器。该服务器提供获取各种资产(包括贵金属和加密货币)实时价格信息的工具,方便大型语言模型访问和显示这些数据。
请注意,asset-price-mcp 目前处于早期开发阶段。随着我们不断开发和改进服务器,其功能和可用工具可能会发生变化和扩展。
Related MCP server: Bybit MCP Server
入门
许多代码编辑器和其他 AI 客户端使用配置文件来管理 MCP 服务器。
您可以通过将以下内容添加到配置文件来配置asset-price-mcp服务器。
通过 Smithery 安装
通过Smithery自动为 Claude Desktop 安装 asset-price-mcp :
npx -y @smithery/cli install @mk965/asset-price-mcp --client claudeMacOS/Linux
{
"mcpServers": {
"Asset Price MCP": {
"command": "npx",
"args": ["-y", "asset-price-mcp"]
}
}
}视窗
{
"mcpServers": {
"Asset Price MCP": {
"command": "cmd",
"args": ["/c", "npx", "-y", "asset-price-mcp"]
}
}
}建筑
npm run build测试
npm test执照
此 MCP 服务器采用 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityFmaintenanceProvides real-time and historical cryptocurrency market data through integration with major exchanges. This server enables LLMs like Claude to fetch current prices, analyze market trends, and access detailed trading information.762MIT
- AlicenseBqualityFmaintenanceA Model Context Protocol server that provides read-only access to Bybit's cryptocurrency exchange API, allowing users to query real-time cryptocurrency data using natural language.122216MIT
- FlicenseBqualityDmaintenanceA Model Context Protocol server that provides real-time cryptocurrency price fetching capabilities using the CoinGecko API. It enables LLMs to retrieve and process the latest price for any coin by its name or symbol.2
- FlicenseNot gradedqualityCmaintenanceEnables LLM clients to query live and historical metal and commodity prices from metalsmarket.net through an MCP server.
Related MCP Connectors
Live USD crypto spot prices by ticker (BTC, ETH, SOL, …) for AI agents. x402 pay-per-call.
Real-time crypto prices from Binance, Coinbase, Kraken, OKX, and Bybit
MCP server exposing the Backtest360 engine API as tools for AI agents.
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/mk965/asset-price-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server