Odel
agent mcp

agent mcp

Local
@bitget-ai1TypeScriptMITUpdated 6 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@bitget-ai/bitget-agent-mcpv3.0.2

Run

npx -y @bitget-ai/bitget-agent-mcp

MCP client config

{
  "mcpServers": {
    "agent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@bitget-ai/bitget-agent-mcp"
      ]
    }
  }
}