Integrations
코인게코 서버
CoinGecko Pro API와 상호 작용하기 위한 MCP(Model Context Protocol) 서버와 OpenAI 함수 호출 서비스입니다.
특징
- 지원되는 암호화폐의 페이지별 목록
- 이름이나 기호로 동전 ID 조회
- 과거 가격, 시가총액 및 거래량 데이터
- OHLC(시가, 고가, 저가, 종가) 캔들스틱 데이터
- 새로 고침 기능이 있는 로컬 코인 캐시
설치
지엑스피1
환경 설정
프로젝트 루트에 .env
파일을 만듭니다.
Copy
Claude Desktop과 함께 사용
Claude Desktop은 MCP 기능을 완벽하게 지원합니다. 이 서버를 사용하려면 다음 단계를 따르세요.
- Claude Desktop 설치
- Claude Desktop 구성에 다음을 추가합니다.
- macOS의 경우:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows의 경우:
%APPDATA%\Claude\claude_desktop_config.json
- macOS의 경우:
Copy
- Claude Desktop을 다시 시작하세요
서버는 다음과 같은 도구를 제공합니다.
get-coins
: 지원되는 코인의 페이지별 목록을 가져옵니다.find-coin-ids
: 코인 이름/심볼에 대한 CoinGecko ID를 조회합니다.get-historical-data
: 과거 가격, 시가총액, 거래량 데이터를 가져옵니다.get-ohlc-data
: OHLC 캔들스틱 데이터 가져오기refresh-cache
: 로컬 코인 목록 캐시를 새로 고칩니다.
OpenAI 함수 호출 사용
Copy
데이터 유형
OHLC데이터
Copy
역사 데이터
Copy
코인인포
Copy
요금 제한
현재 요금 제한 및 사용 지침은 CoinGecko Pro API 문서를 참조하세요.
특허
MIT
You must be authenticated.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
MCP와 OpenAI 함수 호출을 통해 가격 내역 및 시장 지표를 포함한 암호화폐 데이터에 액세스하기 위해 CoinGecko Pro API와 상호 작용할 수 있습니다.
Related Resources
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
- -securityAlicense-qualityReal-time access to cryptocurrency data from the CoinMarketCap API.Last updated -266TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface. Updated to use Coin Cap API v3Last updated -337TypeScriptMIT License
- -securityAlicense-qualityA cryptocurrency price service that provides real-time crypto pricing information through an MCP (Model Context Protocol) framework with CoinMarketCap API integration.Last updated -PythonGPL 3.0