Skip to main content
Glama

Bitcoin Price MCP Server

by riteshyaaa

비트코인 가격 MCP 서버

Claude AI가 비트코인 가격 데이터에 실시간으로 접근할 수 있도록 하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버를 통해 Claude는 비트코인의 현재 가격과 관련 시장 정보를 가져올 수 있습니다.

특징

  • 클로드에게 실시간 비트코인 가격 정보를 제공합니다.
  • USD로 표시된 가격, 24시간 변화율, 시가총액
  • 암호화폐 데이터 제공자에 대한 API 호출을 처리합니다.
  • CoinMarketCap과 CoinGecko API 간 자동 폴백

필수 조건

  • Node.js와 npm이 설치되었습니다.
  • CoinMarketCap API 키( pro.coinmarketcap.com 에서 받으세요)
    • 참고: CoinMarketCap API 키가 없으면 도구는 자동으로 대신 CoinGecko API를 사용합니다.

설치

지엑스피1

구성

  1. .env.example 파일을 .env 로 복사합니다.
    cp .env.example .env
  2. .env 파일을 편집하고 CoinMarketCap API 키를 추가하세요.
    COINMARKETCAP_API_KEY=your_api_key_here

CLI 도구로 사용

이것을 명령줄 도구로 사용하여 비트코인 가격을 확인할 수 있습니다.

# Using npm npm start # Or directly with node node dist/index.js

포함된 배치 파일을 사용할 수도 있습니다.

  • bt-price.bat 또는 btc-price.bat

Claude Desktop과 통합

이 MCP 서버를 Claude Desktop과 통합하려면:

  1. 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
  2. 다음 구성을 파일에 추가합니다.
{ "mcpServers": { "btc": { "command": "node", "args": ["<FULL_PATH_TO_YOUR_PROJECT>/dist/index.js"], "env": { "COINMARKETCAP_API_KEY": "your-api-key-here" } } } }

<FULL_PATH_TO_YOUR_PROJECT> 프로젝트 디렉토리의 절대 경로로 바꾸세요.

예를 들어 Windows의 경우: C:/Users/RITESH YADAV/Desktop/Lab/dist/index.js

클로드에서의 사용법

구성이 완료되면 Claude에게 비트코인 가격에 대해 문의할 수 있습니다.

  • "비트코인의 현재 가격은 얼마인가요?"
  • "지난 24시간 동안 비트코인은 얼마나 변했나요?"
  • "현재 비트코인의 시가총액은 얼마입니까?"

개발

이 프로젝트는 모델 컨텍스트 프로토콜(Model Context Protocol) 사양을 사용하도록 설계되었습니다. src/index.ts 파일을 편집하고 프로젝트를 다시 빌드하여 사용 가능한 도구를 수정하거나 새로운 암호화폐 엔드포인트를 추가할 수 있습니다.

특허

MIT

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Claude AI에 USD 기준 현재 가격, 24시간 변동률, 시가총액 정보 등 비트코인 가격 데이터에 대한 실시간 액세스를 제공합니다.

  1. 특징
    1. 필수 조건
      1. 설치
        1. 구성
          1. CLI 도구로 사용
            1. Claude Desktop과 통합
              1. 클로드에서의 사용법
                1. 개발
                  1. 특허

                    Related MCP Servers

                    • A
                      security
                      A
                      license
                      A
                      quality
                      Real-time cryptocurrency market data integration using CoinCap's public API, providing access to crypto prices and market information without API keys
                      Last updated -
                      3
                      147
                      37
                      TypeScript
                      MIT License
                      • Apple
                    • A
                      security
                      A
                      license
                      A
                      quality
                      Provides 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 -
                      7
                      26
                      Python
                      MIT License
                      • Apple
                    • A
                      security
                      A
                      license
                      A
                      quality
                      Provides 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 -
                      6
                      3
                      JavaScript
                      MIT License

                    View all related MCP servers

                    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/riteshyaaa/MCP-BTC-Watch'

                    If you have feedback or need assistance with the MCP directory API, please join our Discord server