🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

autonomustrench-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autonomustrench-mcp-server

Autonomous Solana trading agent with 3-brain LLM cascade, runner detection, and real-time consciousness feed. First autonomous trading agent on MCP.

latest
Source
npmnpm
Version
1.0.5
Version published
Weekly downloads
31
-20.51%
Maintainers
1
Weekly downloads
 
Created
Source

Autonomous Trencher Agent — MCP Server

First autonomous Solana trading agent on the MCP Registry.

What is this?

An MCP server that connects Claude, Cursor, and other AI clients to a live autonomous trading agent operating on Pump.fun (Solana + Base).

Available Tools

ToolDescription
get_signalsLive Pump.fun trading signals with enrichment
get_agent_statusCurrent mode, positions, PnL, uptime
get_consciousness_feedReal-time agent decisions with reasoning
get_agent_dnaGenesis Trencher DNA profile and traits
get_trade_historyClosed trades with full PnL data
search_tokenSearch agent's signal database by token

Architecture

  • 19-agent autonomous pipeline
  • 3-brain LLM cascade: DeepSeek (screener) + Grok (validator) + Claude (strategist)
  • Runner detection for Pump.fun reply tokens
  • Proof of Consciousness: real-time decision streaming
  • Multi-chain: Solana + Base

Setup & Usage

1. Claude Desktop Configuration

First, install the MCP server globally on your system:

npm install -g autonomustrench-mcp-server

Then, add it to your claude_desktop_config.json file:

{
  "mcpServers": {
    "trencher-agent": {
      "command": "trencher-mcp",
      "env": {
        "TRENCHER_API_KEY": "your_api_key_here",
        "TRENCHER_API_URL": "https://trencher-core.up.railway.app"
      }
    }
  }
}
  • Restart Claude Desktop.

2. Using with Cursor IDE

After installing globally, you can add this MCP server directly from the MCP settings panel by specifying:

  • Type: command
  • Command: trencher-mcp
  • Add the TRENCHER_API_KEY to the environment variables.

Example Prompts

Once connected, you can ask your AI client things like:

  • "Show me the latest Pump.fun signals from Trencher Agent."
  • "What did the agent decide on the last 10 tokens?"
  • "Show me the Genesis Trencher DNA profile."
  • "What is the agent's current win rate?"
  • "Search the agent's database for token X."
  • Dashboard: https://autonomustrencheragent.tech
  • X: @Autonomustrench
  • Token: $AUTR on Solana
  • Registry Listing: Officially listed on the MCP Registry.

Keywords

mcp

FAQs

Package last updated on 03 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts