mcpbeat Sign in

Defi Orchestrator MCP Server

local only

Defi Orchestrator runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 10 · avg 4 · +143% w/w
a month agotoday
33
Installs / week
npm · @thryx/defi-orchestrator-mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add defi-orchestrator -- npx -y @thryx/defi-orchestrator-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "defi-orchestrator": {
      "args": [
        "-y",
        "@thryx/defi-orchestrator-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.defi-orchestrator]
command = "npx"
args = ["-y", "@thryx/defi-orchestrator-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "defi-orchestrator": {
      "args": [
        "-y",
        "@thryx/defi-orchestrator-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "defi-orchestrator": {
      "args": [
        "-y",
        "@thryx/defi-orchestrator-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RPC_URL (RPC endpoint URL (defaults to Base mainnet)), THRYX_API_KEY (Premium API key for execution access), DEPLOYER_PRIVATE_KEY (Private key for executing strategies and swaps on-chain). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Defi Orchestrator

same job, measured the same way
Tenantsdb
by tenantsdb

Multi-tenant database orchestration: isolated Postgres, MySQL, MongoDB, Redis tenants on demand.

answering
Oauth Multi LLM Orchestrator
by getvda

OAuth Multi-LLM Orchestrator

2 tools answering
Proletariat CLI
by chrismcdermut

Agent orchestration platform - multi-agent spawning, tickets, boards, and workflows

191 installs/wk local only
LLM Orchestration Agent MCP
by getvda

LLM Orchestration Agent (Mcp)

2 tools answering
LLM Orchestration MCP Agent
by getvda

LLM Orchestration MCP Agent

2 tools answering
Gossipcat
by ataberk-xyz

Multi-agent orchestration for Claude Code — consensus review, adaptive dispatch, skill learning

184 installs/wk local only
Multi-MCP
by religa

Multi-model AI orchestration MCP server with code review, compare, and debate tools.

64 installs/wk local only
LLM Orchestration Agent D0a1a1
by getvda

LLM Orchestration Agent

2 tools answering

Defi Orchestrator — questions

Answers built from our own checks of this server.

Why is there no uptime for Defi Orchestrator?
Defi Orchestrator runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @thryx/defi-orchestrator-mcp-server was installed 33 times last week.
Is Defi Orchestrator still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Defi Orchestrator?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @thryx/defi-orchestrator-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Defi Orchestrator?
The npm package @thryx/defi-orchestrator-mcp-server was installed 33 times in the last week. Week over week that is +143%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.