Back to Browse

Agent MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Official Bitget MCP Server for the Unified Trading Account (UTA v3) API.

About

Official Bitget MCP Server for the Unified Trading Account (UTA v3) API.

Security Report

5.2
Moderate5.2Moderate Risk

A well-architected MCP server for Bitget trading with strong security design. Credentials are properly handled via environment variables and never logged or persisted. The codebase is clean, type-safe, and includes comprehensive safety gates for high-risk operations (write confirmation, read-only mode, paper trading). Minor code quality observations around error handling and test isolation do not materially affect the security posture. Supply chain analysis found 2 known vulnerabilities in dependencies (2 critical, 0 high severity). Package verification found 1 issue.

7 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

What You'll Need

Set these up before or after installing:

Bitget API key from API ManagementRequired

Environment variable: BITGET_API_KEY

Bitget API secret keyRequired

Environment variable: BITGET_SECRET_KEY

Bitget API passphraseRequired

Environment variable: BITGET_PASSPHRASE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-bitget-ai-bitget-agent-mcp": {
      "env": {
        "BITGET_API_KEY": "your-bitget-api-key-here",
        "BITGET_PASSPHRASE": "your-bitget-passphrase-here",
        "BITGET_SECRET_KEY": "your-bitget-secret-key-here"
      },
      "args": [
        "-y",
        "@bitget-ai/bitget-agent-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!