mcpbeat Sign in

Trencher Agent MCP Server

by zero520-dot Your server? Claim it
local only

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

First autonomous Solana trading agent on MCP. Live signals and consciousness feed.

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

Installs per day peak 22 · avg 8 · -29% w/w
a month agotoday
31
Installs / week
npm · autonomustrench-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 trencher-agent -- npx -y autonomustrench-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "trencher-agent": {
      "args": [
        "-y",
        "autonomustrench-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.trencher-agent]
command = "npx"
args = ["-y", "autonomustrench-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "trencher-agent": {
      "args": [
        "-y",
        "autonomustrench-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "trencher-agent": {
      "args": [
        "-y",
        "autonomustrench-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TRENCHER_API_URL (API URL for the Trencher Agent backend), TRENCHER_API_KEY (API key for authenticated access to trading signals and agent data). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Trencher Agent

same job, measured the same way
Autotrade — Autonomous Trading Agents
by bitcoinsllm

Deploy autonomous LLM trading agents and drive them over MCP.

6 tools answering
Trading Signals
by roman-rr

Live AI crypto trading signals for agents. No API key needed to try — 3 signals + hit rate.

5 tools answering
RCQ Data Oracle
by rcqsignals

Signed BTC and macro market intelligence for autonomous research, risk, and trading agents.

7 tools answering
three.ws Portfolio
by nirholas

An agent's trading state — portfolio value, PnL, live balances, trade feed, and signed transfers.

204 installs/wk local only
Newsgurus Intel
by collectorguru

Pay-per-call trading intelligence for AI agents: live market regime, trading signals, composite conv

38 tools answering
OneQAZ Trading Intelligence
by wnsod

Live market data, signals, positions, and macro analysis for crypto, KR stocks, and US stocks.

187 installs/wk 39 tools answering
xRocket Exchange MCP
by nakazanie-ton

Autonomous xRocket CEX trading inside operator-set limits, plus live market data over MCP

57 installs/wk 10 tools answering
TrustRail Counterparty Risk
by trustrail-labs

External counterparty-risk checks and signed receipts for autonomous agents and machine payments.

answering

Trencher Agent — questions

Answers built from our own checks of this server.

Why is there no uptime for Trencher Agent?
Trencher Agent 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 autonomustrench-mcp-server was installed 31 times last week.
Is Trencher Agent 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 Trencher Agent?
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 autonomustrench-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Trencher Agent?
The npm package autonomustrench-mcp-server was installed 31 times in the last week. Week over week that is -29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.