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