MCP Hub
Back to servers

claw-mcp-toolkit

All-in-one MCP toolkit with 29 tools across 5 modules: crypto prices, web utilities, social media, finance tracking, and productivity. MIT licensed.

glama
Forks
1
Updated
Mar 22, 2026

claw-mcp-toolkit

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

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

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

Installation

# Install from GitHub (recommended)
npm install -g github:ElromEvedElElyon/claw-mcp-toolkit

# Or run directly with npx
npx github:ElromEvedElElyon/claw-mcp-toolkit

# Or install from GitHub Packages (@elromevedelelyon scope)
npm install -g @elromevedelelyon/claw-mcp-toolkit --registry=https://npm.pkg.github.com

# Or install from release tarball
npm install -g https://github.com/ElromEvedElElyon/claw-mcp-toolkit/releases/download/v1.0.0/elromevedelelyon-claw-mcp-toolkit-1.0.0.tgz

Quick Start with Claude Desktop

Add to your claude_desktop_config.json:

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

Or if installed globally:

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

26 Tools Across 5 Modules

Crypto (6 tools)

ToolDescription
crypto_priceReal-time price, market cap, 24h change for any coin
crypto_trendingTop 7 trending coins on CoinGecko
crypto_fear_greedFear & Greed Index (0-100)
crypto_market_overviewGlobal market cap, BTC dominance, active coins
crypto_price_historyHistorical prices (1d to 365d) with high/low
crypto_searchSearch coins by name or symbol

Web (5 tools)

ToolDescription
web_fetchFetch and extract readable text from any URL
web_extract_linksExtract all links from a webpage
web_dns_lookupDNS record lookup via Google DNS
web_ssl_checkCheck SSL certificate and security headers
web_seo_checkSEO analysis (title, meta, headings, images)

Social (5 tools)

ToolDescription
social_generate_tweetGenerate high-engagement tweets (5 styles)
social_thread_builderBuild Twitter/X thread structure (3-10 tweets)
social_content_calendar7-day content calendar for any platform
social_hashtag_researchHashtag research with platform-specific tips
social_engagement_analyzerEngagement rate analysis with recommendations

Finance (5 tools)

ToolDescription
finance_stock_priceReal-time stock prices (Yahoo Finance)
finance_forex_rateCurrency exchange rates (150+ currencies)
finance_portfolio_trackerPortfolio allocation calculator
finance_expense_logFormatted expense entries for tracking
finance_invoice_generatorProfessional invoice generation (markdown)

Productivity (5 tools)

ToolDescription
productivity_pomodoroPomodoro timer session planner
productivity_task_breakdownBreak complex tasks into sub-tasks
productivity_noteStructured note-taking with tags
productivity_calendar_eventiCal event generator
productivity_reminderPriority-based reminder system

Why claw-mcp-toolkit?

  • Zero API keys for core functionality (uses public APIs)
  • Zero config - just npx and go
  • 26 real tools that agents actually need
  • 5 modules covering the most common agent tasks
  • Lightweight - minimal dependencies
  • TypeScript - full type safety
  • MIT License - use it anywhere

Architecture

claw-mcp-toolkit/
  src/
    index.ts              # Entry point
    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          # 5 tools (stocks, forex, invoices)
      productivity.ts     # 5 tools (pomodoro, tasks, notes)
    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

Featureclaw-mcp-toolkitSingle-purpose MCPs
Tools261-5 each
Install1 commandMultiple installs
API KeysNone requiredOften required
Modules5 integratedSeparate repos
ConfigZeroPer-server

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)
  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

License

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

Built by @opencllaw with Claude Code

Reviews

No reviews yet

Sign in to write a review