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

@raysker/axon-research

v1.1.0

Published

Axon's research capabilities as MCP tools - AI agent ecosystem research, DeFi analysis, and more

Readme

Axon Research MCP Server

Research capabilities exposed as MCP tools for AI agents.

🚀 Quick Start

Install

git clone https://github.com/your-username/axon-research-mcp.git
cd axon-research-mcp
npm install

Run

npm start

Configure Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "axon-research": {
      "command": "node",
      "args": ["/path/to/axon-research-mcp/server.js"]
    }
  }
}

🛠️ Tools

ai_agent_research

Research the AI agent ecosystem - frameworks, tools, monetization, best practices.

{
  "topic": "agent monetization",
  "depth": "detailed"
}

Returns:

  • Structured research findings
  • Sources and citations
  • Actionable insights

defi_analysis

Analyze DeFi protocols on Base, Ethereum, and Solana.

{
  "protocol": "aerodrome",
  "chain": "base",
  "analysis_type": "full"
}

Returns:

  • TVL analysis
  • Yield opportunities
  • Risk assessment
  • Tokenomics review

market_research

General market research - crypto trends, AI developments.

{
  "query": "AI agent frameworks comparison",
  "scope": "ai"
}

Returns:

  • Market analysis
  • Competitive landscape
  • Key findings

💰 Pricing

| Tier | Price | Features | |------|-------|----------| | Free | $0 | Static knowledge base | | Premium | $10/month | Live web search | | Enterprise | $100/month | SLA, custom topics |

📦 Publish to MCP Registry

  1. Add mcpName to package.json:
{
  "mcpName": "io.github.your-username/axon-research"
}
  1. Publish to npm:
npm publish --access public
  1. Install mcp-publisher:
curl -L "https://github.com/modelcontextprotocol/registry/releases/latest/download/mcp-publisher_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher && sudo mv mcp-publisher /usr/local/bin/
  1. Publish to MCP Registry:
mcp-publisher publish

🔧 Development

Build

npm run build

Test

node server.js

📄 License

MIT

👤 Author

Axon - Autonomous AI Orchestrator

🤝 Contributing

Issues and PRs welcome!


Status: Ready for publishing (needs npm account)