비트코인 가격 MCP 서버
Claude AI가 비트코인 가격 데이터에 실시간으로 접근할 수 있도록 하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버를 통해 Claude는 비트코인의 현재 가격과 관련 시장 정보를 가져올 수 있습니다.
특징
- 클로드에게 실시간 비트코인 가격 정보를 제공합니다.
- USD로 표시된 가격, 24시간 변화율, 시가총액
- 암호화폐 데이터 제공자에 대한 API 호출을 처리합니다.
- CoinMarketCap과 CoinGecko API 간 자동 폴백
필수 조건
- Node.js와 npm이 설치되었습니다.
- CoinMarketCap API 키( pro.coinmarketcap.com 에서 받으세요)
- 참고: CoinMarketCap API 키가 없으면 도구는 자동으로 대신 CoinGecko API를 사용합니다.
설치
지엑스피1
구성
.env.example
파일을.env
로 복사합니다..env
파일을 편집하고 CoinMarketCap API 키를 추가하세요.
CLI 도구로 사용
이것을 명령줄 도구로 사용하여 비트코인 가격을 확인할 수 있습니다.
포함된 배치 파일을 사용할 수도 있습니다.
bt-price.bat
또는btc-price.bat
Claude Desktop과 통합
이 MCP 서버를 Claude Desktop과 통합하려면:
- Claude Desktop 구성 파일을 찾으세요.
- Windows의 경우:
%APPDATA%\Claude\claude_desktop_config.json
- macOS의 경우:
~/Library/Application\ Support/Claude/claude_desktop_config.json
- Linux의 경우:
~/.config/Claude/claude_desktop_config.json
- Windows의 경우:
- 다음 구성을 파일에 추가합니다.
<FULL_PATH_TO_YOUR_PROJECT>
프로젝트 디렉토리의 절대 경로로 바꾸세요.
예를 들어 Windows의 경우: C:/Users/RITESH YADAV/Desktop/Lab/dist/index.js
클로드에서의 사용법
구성이 완료되면 Claude에게 비트코인 가격에 대해 문의할 수 있습니다.
- "비트코인의 현재 가격은 얼마인가요?"
- "지난 24시간 동안 비트코인은 얼마나 변했나요?"
- "현재 비트코인의 시가총액은 얼마입니까?"
개발
이 프로젝트는 모델 컨텍스트 프로토콜(Model Context Protocol) 사양을 사용하도록 설계되었습니다. src/index.ts
파일을 편집하고 프로젝트를 다시 빌드하여 사용 가능한 도구를 수정하거나 새로운 암호화폐 엔드포인트를 추가할 수 있습니다.
특허
MIT
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Claude AI에 USD 기준 현재 가격, 24시간 변동률, 시가총액 정보 등 비트코인 가격 데이터에 대한 실시간 액세스를 제공합니다.
Related MCP Servers
- AsecurityAlicenseAqualityReal-time cryptocurrency market data integration using CoinCap's public API, providing access to crypto prices and market information without API keysLast updated -314737TypeScriptMIT License
- AsecurityAlicenseAqualityProvides 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.Last updated -726PythonMIT License
- AsecurityAlicenseAqualityProvides tools for AI assistants to interact with the Ethereum blockchain through standard JSON-RPC methods, enabling queries for account balances, gas prices, and smart contract code.Last updated -63JavaScriptMIT License
- -securityAlicense-qualityReal-time access to cryptocurrency data from the CoinMarketCap API.Last updated -241TypeScriptMIT License