MCP Server
MCP
io.github.lordbasilaiassistant-sudo/defi-orchestrator
Multi-step DeFi strategy orchestration — swaps, lending, yields on Base/EVM
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
By
Comments
Sign in to leave a comment