{"id":30278292,"url":"https://github.com/iqaicom/mcp-upbit","last_synced_at":"2025-08-18T15:02:59.942Z","repository":{"id":309556137,"uuid":"1036657536","full_name":"IQAIcom/mcp-upbit","owner":"IQAIcom","description":"fast mcp server for interacting with upbit platform","archived":false,"fork":false,"pushed_at":"2025-08-12T13:53:22.000Z","size":49,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-12T15:37:33.590Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IQAIcom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-12T11:53:48.000Z","updated_at":"2025-08-12T13:53:25.000Z","dependencies_parsed_at":"2025-08-12T15:37:40.436Z","dependency_job_id":"1d71b803-c166-4e68-9e76-9c5f11dd7f2e","html_url":"https://github.com/IQAIcom/mcp-upbit","commit_stats":null,"previous_names":["iqaicom/mcp-upbit"],"tags_count":1,"template":false,"template_full_name":"IQAIcom/mcp-server-starter","purl":"pkg:github/IQAIcom/mcp-upbit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IQAIcom%2Fmcp-upbit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IQAIcom%2Fmcp-upbit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IQAIcom%2Fmcp-upbit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IQAIcom%2Fmcp-upbit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IQAIcom","download_url":"https://codeload.github.com/IQAIcom/mcp-upbit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IQAIcom%2Fmcp-upbit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270709088,"owners_count":24631992,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-16T12:35:47.875Z","updated_at":"2025-08-16T12:35:52.780Z","avatar_url":"https://github.com/IQAIcom.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Upbit MCP Server (TypeScript)\n\nFast MCP server for interacting with Upbit. Provides public market data tools and optional private trading tools.\n\n## Requirements\n\n- Node.js 18+\n- pnpm 8+\n\n## Install\n\n```bash\npnpm install\n```\n\n## Environment\n\nCopy and edit `.env`:\n\n```bash\ncp .env.example .env\n```\n\n`.env.example`:\n\n```bash\nUPBIT_SERVER_URL=https://api.upbit.com\nUPBIT_ACCESS_KEY=\nUPBIT_SECRET_KEY=\nUPBIT_ENABLE_TRADING=false\n```\n\nPrivate tools require `UPBIT_ACCESS_KEY`, `UPBIT_SECRET_KEY`, and `UPBIT_ENABLE_TRADING=true`.\n\n### Where to get Upbit API keys\n\nBefore you begin, you need to get your Upbit API keys:\n\n1. Create an account on [Upbit](https://upbit.com) if you don't already have one\n2. Go to the [Upbit Developer Center](https://upbit.com/service_center/open_api_guide)\n3. Create a new API key\n4. Make sure to set appropriate permissions (read, trade, withdraw as needed)\n5. Store your API keys(`UPBIT_ACCESS_KEY`, `UPBIT_SECRET_KEY`) in the `.env` file (see Installation section) set `UPBIT_ENABLE_TRADING=true` to enable private tools.\n\n## Build \u0026 Run\n\n```bash\npnpm run build\npnpm run start\n```\n\nFor easier testing use this (in project root):\n\n```bash\npnpm run build\nnpx @modelcontextprotocol/inspector node dist/index.js\n```\n\nIf installed globally or via npx, you can also run the bin:\n\n```bash\nmcp-upbit-server\n```\n\nRuns over stdio for MCP clients.\n\n## Tools\n\nPublic:\n\n- `GET_TICKER` — latest ticker for a market. Params: `{ \"market\": \"KRW-BTC\" }`\n- `GET_ORDERBOOK` — orderbook snapshot. Params: `{ \"market\": \"KRW-BTC\" }`\n- `GET_TRADES` — recent trades. Params: `{ \"market\": \"KRW-BTC\" }`\n\nPrivate (requires env and enable flag):\n\n- `GET_ACCOUNTS`\n- `GET_ORDERS` — `{ market?, state?, page?, limit? }`\n- `GET_ORDER` — `{ uuid? , identifier? }`\n- `CREATE_ORDER` — `{ market, side, ord_type, volume?, price? }`\n- `CANCEL_ORDER` — `{ uuid }`\n\nAll tool outputs are JSON strings for easy display.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiqaicom%2Fmcp-upbit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiqaicom%2Fmcp-upbit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiqaicom%2Fmcp-upbit/lists"}