cycleo-mcp

georgehenze/cycleo-mcp
★ 0 stars JavaScript Security Updated 1d ago
MCP server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cycleo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "georgehenze/cycleo-mcp"
      ]
    }
  }
}

README Excerpt

Distributable, read-only MCP adapter for Cycleo. The server exposes a small allow-listed tool surface and calls Cycleo's versioned JSON API with the user-scoped OAuth bearer token. This repository contains the MCP resource server only. Cycleo remains the authorization server and data owner; the `/oauth/*` integration is documented