OlympHill
coin-mcp-server logo

coin-mcp-serverBitget API를 사용하여 가상 통화를 얻다.

(0)
Daniel Nikulshyn리뷰어 Daniel Nikulshyn·업데이트됨 2026년 7월

개요

코인 MCP 서버는 비트게트의 API를 사용해 화폐 토큰(current price의 cryptocurrency)의 현재 가격을 조회하는 빠르고 간단한 서버이다. 사용자는 GET 요청을 통해 토큰 심볼을送 보내며, 지정된 토큰에 대한详细정보를 얻을 수 있으며, 이들에는 전송 가능성, 지원된 체인 목록, 체인 네트워크 상태가 포함된다. 이 서버는 FastMCP로 작성되었으며, Zod를 사용해검증되었으며, Deno를 사용해 손 쉽게 설정 및 운영이 가능하다. 에러를 처리하여 디버깅을 위한 로그를 작성한다.

주요 기능

  • 간단한 API
  • Zod Validation
  • Bitget 통합
  • 오류 처리

가격

모델
Free
카테고리
MCP 서버
평점
아직 리뷰 없음

사용 사례

토큰 가격 가져오기

Bitget API를 사용하여 USDT와 쌍을 이루고 있는 토큰의 최신 가격을 가져올 수 있습니다.

코인 정보 가져오기

지정된토큰에 대한 상세 정보를 가져올 수 있습니다. 이에는 전달 가능성, 지원 체인 목록 및 체인 네트워크 상태가 포함됩니다.

장단점

장점

  • tốc độ와 간결성의 API
  • 안전한 매개 변수에는 Zod 검증
  • 라이브 데이터의 Bitget API와 통합

단점

  • Deno 설치가 필요
  • API 키가 필요하지 않지만 고유 BGURL 설정이 복잡할 수 있음

리뷰

리뷰를 작성하려면 로그인하세요.

아직 리뷰가 없습니다. 첫 번째가 되어보세요!

Q&A

What kind of data can I retrieve besides the token price?

In addition to the current USDT‑paired price, the API can return detailed token info such as transferability, supported chains, and network status via the getCoinInfo endpoint.

Asked by Beatriz Costa · Jun 18, 2026

Can I point the server to a custom Bitget endpoint?

Yes, you can set a custom Bitget base URL by defining the BGURL environment variable before starting the server; otherwise it uses Bitget’s default public endpoint.

Asked by Larisa Ionescu · Jun 17, 2026

What do I need to install before I can run the server?

You must have Deno installed on your machine, as the server is built for Deno. No other runtime or package manager is required.

Asked by Paulo Cardoso · Jun 10, 2026

How much does Coin MCP Server cost to use?

Coin MCP Server is free to run; there are no subscription fees or usage charges, and it accesses Bitget’s public API without requiring an API key.

Asked by Dmitri Volkov · Mar 8, 2026

질문하기

MCP 서버 대안