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

claw-mcp-toolkit

v1.0.0

Published

All-in-one MCP server with 32 tools for AI agents. Crypto, Web, Social, Finance, Productivity, Operations. Zero config, zero API keys required.

Readme

claw-mcp-toolkit

One install. 32 tools. Your AI agent is ready.

The Swiss Army Knife MCP server for AI agents. 6 modules, 32 tools, zero API keys required.

Works with Claude, ChatGPT, Gemini, and any MCP-compatible AI.

Glama Rating: AAA npm License: MIT

Installation

# Install from npm (recommended)
npm install -g claw-mcp-toolkit

# Or run directly with npx (no install needed)
npx claw-mcp-toolkit

# Or install from GitHub
npm install -g github:ElromEvedElElyon/claw-mcp-toolkit

Quick Start with Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "claw-mcp-toolkit": {
      "command": "npx",
      "args": ["-y", "claw-mcp-toolkit"]
    }
  }
}

Or if installed globally:

{
  "mcpServers": {
    "claw-mcp-toolkit": {
      "command": "claw-mcp-toolkit"
    }
  }
}

32 Tools Across 6 Modules

Crypto (6 tools)

| Tool | Description | |------|-------------| | crypto_price | Real-time price, market cap, 24h change for any coin | | crypto_trending | Top 7 trending coins on CoinGecko | | crypto_fear_greed | Fear & Greed Index (0-100) | | crypto_market_overview | Global market cap, BTC dominance, active coins | | crypto_price_history | Historical prices (1d to 365d) with high/low | | crypto_search | Search coins by name or symbol |

Web (5 tools)

| Tool | Description | |------|-------------| | web_fetch | Fetch and extract readable text from any URL | | web_extract_links | Extract all links from a webpage | | web_dns_lookup | DNS record lookup via Google DNS | | web_ssl_check | Check SSL certificate and security headers | | web_seo_check | SEO analysis (title, meta, headings, images) |

Social (5 tools)

| Tool | Description | |------|-------------| | social_generate_tweet | Generate high-engagement tweets (5 styles) | | social_thread_builder | Build Twitter/X thread structure (3-10 tweets) | | social_content_calendar | 7-day content calendar for any platform | | social_hashtag_research | Hashtag research with platform-specific tips | | social_engagement_analyzer | Engagement rate analysis with recommendations |

Finance (8 tools)

| Tool | Description | |------|-------------| | finance_stock_price | Real-time stock prices (Yahoo Finance) | | finance_forex_rate | Currency exchange rates (150+ currencies) | | finance_portfolio_tracker | Portfolio allocation calculator | | finance_expense_log | Formatted expense entries for tracking | | finance_invoice_generator | Professional invoice generation (markdown) | | buy_stbtcx | Purchase links and instructions for STBTCx on Solana | | stbtcx_price | Current STBTCx token price and market info | | list_products | Browse all Padrao Bitcoin products |

Productivity (5 tools)

| Tool | Description | |------|-------------| | productivity_pomodoro | Pomodoro timer session planner | | productivity_task_breakdown | Break complex tasks into sub-tasks | | productivity_note | Structured note-taking with tags | | productivity_calendar_event | iCal event generator | | productivity_reminder | Priority-based reminder system |

Operations (3 tools)

| Tool | Description | |------|-------------| | rota_mortal_activate | Emergency swarm protocol with full battle dashboard | | rota_mortal_status | ZION swarm status -- active legions, agents, mode | | rota_mortal_pipeline | Full revenue pipeline with deadlines and urgency |

Pricing

Community (Free)

All 32 tools are included free and open source under the MIT license. No API keys required. No rate limits from us.

Pro Support -- $19.99/month

For teams and power users who need more:

  • Priority bug fixes and feature requests
  • Direct support channel
  • Early access to new modules and tools
  • Custom tool development consultation
  • Your name in the contributors list

Subscribe via PayPal: https://www.paypal.com/paypalme/PadraoBitcoin/19.99

Sponsor / Donate

Love claw-mcp-toolkit? Help us keep building:

  • PayPal: paypal.me/PadraoBitcoin
  • BTC: bc1qdj3flkqe7v3qwlfux5d5u3rja7ldm9gwywk9t2
  • ETH: 0x6b45b26e1d59A832FE8c9E7c685C36Ea54A3F88B
  • SOL: CM42ofAFowySg72GjDuCchEkwwbwnhdSRYgztRCAAEzR

Why claw-mcp-toolkit?

  • Zero API keys for core functionality (uses public APIs)
  • Zero config -- just npx and go
  • 32 real tools that agents actually need
  • 6 modules covering the most common agent tasks
  • Glama AAA rated -- Security A, Quality A, License A
  • Lightweight -- minimal dependencies (MCP SDK + Zod only)
  • TypeScript -- full type safety with declaration files
  • MIT License -- use it anywhere, commercially or personally

Architecture

claw-mcp-toolkit/
  src/
    index.ts              # Entry point + MCP server setup
    modules/
      crypto.ts           # 6 tools (CoinGecko, Fear & Greed)
      web.ts              # 5 tools (fetch, DNS, SSL, SEO)
      social.ts           # 5 tools (tweets, threads, calendar)
      finance.ts          # 8 tools (stocks, forex, invoices, STBTCx)
      productivity.ts     # 5 tools (pomodoro, tasks, notes)
      rota-mortal.ts      # 3 tools (emergency swarm operations)
    utils/
      fetch.ts            # HTTP helper with timeout
      format.ts           # Currency, number, table formatters

Development

git clone https://github.com/ElromEvedElElyon/claw-mcp-toolkit.git
cd claw-mcp-toolkit
npm install
npm run dev    # Run with tsx (hot reload)
npm run build  # Build to dist/
npm start      # Run built version

Comparison

| Feature | claw-mcp-toolkit | Single-purpose MCPs | |---------|-----------------|-------------------| | Tools | 32 | 1-5 each | | Install | 1 command | Multiple installs | | API Keys | None required | Often required | | Modules | 6 integrated | Separate repos | | Config | Zero | Per-server | | Glama Rating | AAA | Varies |

Built With

  • @modelcontextprotocol/sdk -- Official MCP TypeScript SDK
  • Zod -- TypeScript schema validation
  • Free public APIs (CoinGecko, Google DNS, Yahoo Finance, Exchange Rate API)

Contributing

PRs welcome! To add a new tool:

  1. Pick the right module (crypto, web, social, finance, productivity, operations)
  2. Add your tool function with Zod schema
  3. Register it in the module's register*Tools function
  4. Update this README
  5. Submit PR

Ecosystem

Part of the Padrao Bitcoin agent ecosystem:

License

MIT - Padrao Bitcoin (CNPJ 51.148.891/0001-69)

Built by @standardbitcoin | Elrom Eved El Elyon