npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

autonomustrench-mcp-server

v1.0.5

Published

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

Readme

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

| Tool | Description | |---|---| | get_signals | Live Pump.fun trading signals with enrichment | | get_agent_status | Current mode, positions, PnL, uptime | | get_consciousness_feed | Real-time agent decisions with reasoning | | get_agent_dna | Genesis Trencher DNA profile and traits | | get_trade_history | Closed trades with full PnL data | | search_token | Search 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"
      }
    }
  }
}
  1. 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."

Links

  • Dashboard: https://autonomustrencheragent.tech
  • X: @Autonomustrench
  • Token: $AUTR on Solana
  • Registry Listing: Officially listed on the MCP Registry.