Coin MCP Server
코인 MCP 서버
CoinMarketCap의 암호화폐 데이터에 대한 접근을 제공하는 모델 컨텍스트 프로토콜 서버입니다. 이 서버를 통해 AI 기반 애플리케이션은 다양한 코인에 대한 암호화폐 상장, 시세 및 상세 정보를 검색할 수 있습니다.
사용 가능한 도구
listing-coins- 최신 시장 데이터와 함께 모든 활성 암호화폐의 페이지별 목록을 가져옵니다.start(정수, 선택 사항): 반환할 항목의 페이지 분할 목록의 시작(1부터 시작하는 인덱스)을 오프셋합니다.limit(정수, 선택 사항): 반환할 결과 수(기본값: 10, 최대값: 5000).price_min(숫자, 선택 사항): 결과를 필터링할 최소 USD 가격입니다.price_max(숫자, 선택 사항): 결과를 필터링할 최대 USD 가격입니다.market_cap_min(숫자, 선택 사항): 결과를 필터링할 최소 시가총액.market_cap_max(숫자, 선택 사항): 결과를 필터링할 최대 시가총액.convert(문자열, 선택 사항): 여러 통화로 시장 가격을 계산합니다.sort(문자열, 선택 사항): 암호화폐 목록을 정렬할 필드입니다.sort_dir(문자열, 선택 사항): 암호화폐 정렬 방향(오름차순 또는 내림차순).
get-coin-info- 특정 암호화폐에 대한 자세한 정보를 검색합니다.id(문자열, 선택 사항): 쉼표로 구분된 하나 이상의 CoinMarketCap 암호화폐 ID입니다.slug(문자열, 선택 사항): 암호화폐 슬러그의 쉼표로 구분된 목록입니다.symbol(문자열, 선택 사항): 쉼표로 구분된 하나 이상의 암호화폐 심볼입니다.
get-coin-quotes- 하나 이상의 암호화폐에 대한 최신 시장 견적을 가져옵니다.id(문자열, 선택 사항): 쉼표로 구분된 하나 이상의 암호화폐 CoinMarketCap ID입니다.slug(문자열, 선택 사항): 암호화폐 슬러그의 쉼표로 구분된 목록입니다.symbol(문자열, 선택 사항): 쉼표로 구분된 하나 이상의 암호화폐 심볼입니다.
설치
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 Cryptocurrency Data를 자동으로 설치하는 방법:
지엑스피1
서버 구축
이 저장소를 복제하고 기본 Python 인터프리터로 프로그램을 빌드하고 설치합니다(권장).
git clone https://github.com/longmans/coin_api_mcp.git
cd coin_api_mcp
uv build
uv pip install .설치 후 다음을 사용하여 스크립트로 실행할 수 있습니다.
python -m coin_api_mcpRelated MCP server: Bybit MCP Server
구성
API 키
서버가 작동하려면 CoinMarketCap API 키가 필요합니다. CoinMarketCap 웹사이트 에서 API 키를 얻을 수 있습니다. API 키는 두 가지 방법으로 제공될 수 있습니다.
환경 변수로서:
export COINMARKETCAP_API_KEY=your_api_key_here명령줄 인수로:
python -m coin_api_mcp --api-key=your_api_key_hereClaude.app에 대한 구성
Claude 설정에 추가:
"mcpServers": {
"coin_api": {
"command": "python",
"args": ["-m", "coin_api_mcp"]
},
"env": {
"COINMARKETCAP_API_KEY": "your_api_key_here"
}
}문제가 발생하면 사용 중인 Python 인터프리터의 전체 경로를 입력해 보세요. 필요한 경우 which python 사용하여 정확한 경로를 확인할 수 있습니다.
COINMARKETCAP_API_KEY 환경 변수를 설정하거나 --api-key 인수를 통해 제공해야 합니다.
디버깅
MCP 검사기를 사용하여 서버를 디버깅할 수 있습니다.
기여하다
Coin MCP 서버 확장 및 개선을 위한 여러분의 참여를 기다립니다. 새로운 검색 기능 추가, 기존 기능 개선, 문서 개선 등 어떤 목적이든 여러분의 의견은 소중합니다.
다른 MCP 서버 및 구현 패턴의 예는 https://github.com/modelcontextprotocol/servers를 참조하세요.
풀 리퀘스트를 환영합니다! Coin MCP 서버를 더욱 강력하고 유용하게 만들기 위한 새로운 아이디어, 버그 수정, 개선 사항을 자유롭게 공유해 주세요.
특허
Coin MCP Server는 MIT 라이선스에 따라 라이선스가 부여됩니다. 즉, MIT 라이선스의 조건에 따라 소프트웨어를 자유롭게 사용, 수정 및 배포할 수 있습니다. 자세한 내용은 프로젝트 저장소의 LICENSE 파일을 참조하십시오.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Official CoinMarketCap MCP server: real-time crypto prices, market cap, rankings and exchange data.
MCP server giving AI agents one-connection access to crypto & DeFi data: DeFi protocol TVL, stableco
Unlock the power of real-time cryptocurrency data with our Crypto Price Insights MCP server.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Related MCP Servers
- AlicenseBqualityAmaintenanceA 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.338540MIT
- 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
- AlicenseAqualityBmaintenanceA 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 v33841MIT
- AlicenseNot gradedqualityDmaintenanceA server that provides real-time cryptocurrency data through the Model Context Protocol, allowing access to detailed exchange information and current cryptocurrency rates from the CoinCap API.161MIT
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/longmans/coin_api_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server