Skip to main content
Glama

Upbit MCP Server

get_market_list.py290 B
import httpx from config import API_BASE async def get_market_list() -> list[str]: """Get available trading pairs from Upbit""" async with httpx.AsyncClient() as client: res = await client.get(f"{API_BASE}/market/all") return [item["market"] for item in res.json()]

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/solangii/upbit-mcp-server'

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