{"id":"scalalang2-upbit-mcp-server","name":"upbit-mcp-server","homepage":null,"repo_url":"https://github.com/scalalang2/upbit-mcp-server","category":"automation","subcategories":[],"tags":["mcp","upbit","trading","technical-analysis","indicators","orders","go"],"what_it_does":"Provides an MCP server exposing Upbit trading and market/technical-analysis functionality as callable tools (account queries, buy/sell orders, order management, market summaries/trends, candle data, and several technical indicators like MA/MACD/Bollinger/RSI/OBV).","use_cases":["Agent-driven access to Upbit account/order workflows via MCP","Automated retrieval of market data and technical indicators for analysis/trading assistance","Trading bots or research assistants that need indicator data and order execution through tool calls"],"not_for":["Use as a production trading safety layer without additional guardrails (risk checks, validation, idempotency, and confirmations)","Environments where strong operational documentation (tool schemas, error codes, rate limits, pagination) is required","Use cases needing REST/GraphQL/gRPC access directly (this is primarily MCP-focused)"],"best_when":"You want an agent to call structured MCP tools for Upbit data retrieval and order actions, and you can supply API keys via environment variables.","avoid_when":"You need clearly documented rate limits, standardized error contracts, pagination behavior, and explicit retry/idempotency guidance for trading operations.","alternatives":["Use the Upbit REST API directly (with your own tool wrapper)","Build a thin MCP wrapper around a maintained Upbit SDK/client","Use a dedicated trading/bot framework with built-in Upbit integration"],"af_score":41.0,"security_score":53.0,"reliability_score":20.0,"package_type":"mcp_server","discovery_source":["github"],"priority":"low","status":"evaluated","version_evaluated":null,"last_evaluated":"2026-04-04T19:52:12.483167+00:00","interface":{"has_rest_api":false,"has_graphql":false,"has_grpc":false,"has_mcp_server":false,"mcp_server_url":null,"has_sdk":false,"sdk_languages":[],"openapi_spec_url":null,"webhooks":false},"auth":{"methods":["API key / secret key via environment variables (UPBIT_ACCESS_KEY, UPBIT_SECRET_KEY)"],"oauth":false,"scopes":false,"notes":"Auth method details (scope granularity, least-privilege, rotation guidance) are not described in the provided README excerpt."},"pricing":{"model":null,"free_tier_exists":false,"free_tier_limits":null,"paid_tiers":[],"requires_credit_card":false,"estimated_workload_costs":null,"notes":"No pricing information provided."},"requirements":{"requires_signup":false,"requires_credit_card":false,"domain_verification":false,"data_residency":[],"compliance":[],"min_contract":null},"agent_readiness":{"af_score":41.0,"security_score":53.0,"reliability_score":20.0,"mcp_server_quality":55.0,"documentation_accuracy":45.0,"error_message_quality":0.0,"error_message_notes":null,"auth_complexity":80.0,"rate_limit_clarity":0.0,"tls_enforcement":70.0,"auth_strength":60.0,"scope_granularity":30.0,"dependency_hygiene":40.0,"secret_handling":60.0,"security_notes":"Uses API access/secret keys provided via environment variables (better than hardcoding). However, the excerpt lacks details on TLS requirements, least-privilege/scopes, protection against logging secrets, and dependency/security posture (license is null and repo health indicators are limited in the provided data).","uptime_documented":0.0,"version_stability":40.0,"breaking_changes_history":20.0,"error_recovery":20.0,"idempotency_support":"false","idempotency_notes":null,"pagination_style":"none","retry_guidance_documented":false,"known_agent_gotchas":["Trading operations (PlaceBuyOrder/PlaceSellOrder/CancelOrder) can have side effects; without documented idempotency or safety checks, agents may duplicate actions on retries.","No explicit schema details are provided for tool inputs/outputs, so the agent may need to infer parameters or rely on MCP runtime tool definitions.","Rate limits, backoff strategy, and error codes are not documented in the provided excerpt."]}}