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를 자동으로 설치하려면:
지엑스피1
맥OS/리눅스
{
"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