← Back to Plugins
MCP Server MCP

io.github.lordbasilaiassistant-sudo/defi-orchestrator

github By github 👁 1 views ▲ 0 votes

Multi-step DeFi strategy orchestration — swaps, lending, yields on Base/EVM

Homepage Verified source GitHub

Install

npx -y @thryx/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@thryx/defi-orchestrator-mcp-server",
      "version": "1.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "RPC endpoint URL (defaults to Base mainnet)",
          "format": "string",
          "name": "RPC_URL"
        },
        {
          "description": "Premium API key for execution access",
          "format": "string",
          "isSecret": true,
          "name": "THRYX_API_KEY"
        },
        {
          "description": "Private key for executing strategies and swaps on-chain",
          "format": "string",
          "isSecret": true,
          "name": "DEPLOYER_PRIVATE_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...