claw-mcp-toolkit

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.

Category
访问服务器

README

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)

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

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

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

Feature claw-mcp-toolkit Single-purpose MCPs
Tools 26 1-5 each
Install 1 command Multiple installs
API Keys None required Often required
Modules 5 integrated Separate repos
Config Zero Per-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

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选