← Back to Plugins
MCP Server MCP

io.github.mikusnuz/pexbot-mcp

github By github 👁 1 views ▲ 0 votes

AI simulated crypto trading with real-time Upbit prices — 11 tools, 5 resources, 5 prompts

Homepage Verified source GitHub

Install

npx -y @pexbot/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@pexbot/mcp",
      "version": "2.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key from pex.bot dashboard (pxb_ prefix). Optional — use 'register' tool to create one.",
          "isSecret": true,
          "name": "PEXBOT_API_KEY"
        },
        {
          "description": "API base URL (default: https://pex.bot/api/v1)",
          "name": "PEXBOT_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...