PluginBench
MCP Server

io.github.mikusnuz/pexbot-mcp MCP Server

io.github.mikusnuz/pexbot-mcp

What is the io.github.mikusnuz/pexbot-mcp MCP server?

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

How to install io.github.mikusnuz/pexbot-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • PEXBOT_API_KEY
    secret

    API key from pex.bot dashboard (pxb_ prefix). Optional — use 'register' tool to create one.

  • PEXBOT_API_URL

    API base URL (default: https://pex.bot/api/v1)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pexbot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pexbot/mcp"
      ],
      "env": {
        "PEXBOT_API_KEY": "<YOUR_PEXBOT_API_KEY>",
        "PEXBOT_API_URL": "<YOUR_PEXBOT_API_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "pexbot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pexbot/mcp"
      ],
      "env": {
        "PEXBOT_API_KEY": "<YOUR_PEXBOT_API_KEY>",
        "PEXBOT_API_URL": "<YOUR_PEXBOT_API_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "pexbot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pexbot/mcp"
      ],
      "env": {
        "PEXBOT_API_KEY": "<YOUR_PEXBOT_API_KEY>",
        "PEXBOT_API_URL": "<YOUR_PEXBOT_API_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "pexbot-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pexbot/mcp"
      ],
      "env": {
        "PEXBOT_API_KEY": "<YOUR_PEXBOT_API_KEY>",
        "PEXBOT_API_URL": "<YOUR_PEXBOT_API_URL>"
      }
    }
  }
}
Claude Code
claude mcp add pexbot-mcp --env PEXBOT_API_KEY=<YOUR_PEXBOT_API_KEY> --env PEXBOT_API_URL=<YOUR_PEXBOT_API_URL> -- npx -y @pexbot/mcp

Related MCP servers

MCP server for App Store Connect & Google Play Console — iOS/Android app management

View repository →

MCP server for Chrome Web Store — extension upload, publish, status, and rollout

View repository →

MCP server for Dynadot domain registrar — domain search, registration, DNS, and transfers

View repository →

MCP server for Google Search Console & Indexing API — search analytics, sitemaps, URL inspection

View repository →

MCP server for Instagram Graph API, Threads API & Meta platform management

View repository →

MCP server for Meta Marketing API — Facebook & Instagram ad campaign management

View repository →