← Index

io.github.mikusnuz/pexbot-mcp

io.github.mikusnuz/pexbot-mcp·v2.1.1·Calendar & Time
Quality Score
84
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "pexbot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pexbot/mcp"
      ],
      "env": {
        "PEXBOT_API_KEY": "<your-pexbot_api_key>",
        "PEXBOT_API_URL": "<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": "<pexbot_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @pexbot/mcp
§02  Environment variables
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)

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Calendar & Time