io.github.Deesmo/arch-tools-mcp

编码与调试

by deesmo

一个密钥即可使用 61 个 AI agent 工具,覆盖 Web、AI、语音、数据、crypto 等,并支持 Stripe 与 x402 USDC 支付。

什么是 io.github.Deesmo/arch-tools-mcp

一个密钥即可使用 61 个 AI agent 工具,覆盖 Web、AI、语音、数据、crypto 等,并支持 Stripe 与 x402 USDC 支付。

README

Arch AI Tools

63 production-ready API tools for AI agents — web scraping, AI generation (Claude/GPT-4/Grok/Gemini), crypto data, OCR, image generation (DALL-E 3), audio transcription, text-to-speech, email, domain lookup, and more.

Smithery License: MIT npm

Live: archtools.dev · Docs: archtools.dev/docs · MCP SSE: https://arch-tools-mcp.onrender.com/sse


Quick Start

Install via Smithery

bash
npx -y @smithery/cli install mcmetaverse/arch-tools --client claude

Install via npx

bash
npx @deesmo/arch-tools-mcp

Manual (Claude Desktop)

Add to claude_desktop_config.json:

json
{
  "mcpServers": {
    "arch-tools": {
      "command": "npx",
      "args": ["-y", "@deesmo/arch-tools-mcp"],
      "env": {
        "ARCH_API_KEY": "arch_your_key_here"
      }
    }
  }
}

SSE (Hosted / Remote Agents)

Connect to the hosted SSE endpoint:

code
https://arch-tools-mcp.onrender.com/sse

No installation required — works with any MCP-compatible client that supports SSE transport.


Get Your API Key

  1. Visit archtools.dev
  2. Register with your email
  3. Get 100 free credits to start — 25 usable instantly, 75 more on email verification

All 63 Tools

🤖 AI & Generation

ToolDescriptionCredits
ai-generateText generation via Claude (Haiku/Sonnet/Opus)20
generate-imageImage generation via DALL-E 3 (1024×1024, 1792×1024, 1024×1792)25
image-generateSVG image generation via Claude20
text-to-speechNatural audio via ElevenLabs (multiple voices)15
transcribe-audioAudio → text via OpenAI Whisper (100+ languages)15
summarizeMulti-style summaries (paragraph, bullets, TLDR, executive)5
sentiment-analysisSentiment detection with emotion scores5
extract-entitiesNamed entity recognition (people, orgs, locations, dates)5
readability-scoreFlesch-Kincaid grade level, word count, read time3
fact-checkVerify claims with confidence scores and evidence10
research-reportMulti-source research with citations15
workflow-agentMulti-step autonomous AI agent pipeline20
ai-oraclePremium reasoning with structured analysis and confidence25
session-createCreate a managed conversation session5
session-messageSend a message in a conversation session20
semantic-searchNeural/semantic web search via Exa AI8

🎨 Media & Design

ToolDescriptionCredits
design-createImage generation via DALL-E 330
video-generateAI video generation via Runway Gen-350
image-remove-bgRemove background from any image via RemoveBG10

🌐 Web & Scraping

ToolDescriptionCredits
web-scrapeScrape websites with CSS selectors (SSRF hardened)5
search-webWeb search via Tavily/Serper/DuckDuckGo5
web-searchAI-synthesized web search answers10
extract-pageClean text/markdown from any URL5
extract-metadataOG tags, headers, word count from URLs3
extract-pdfText and tables from PDFs5
screenshot-capturePage screenshots with metadata5
browser-taskHeadless browser automation via Playwright10
html-to-markdownConvert HTML to clean Markdown2
rss-parseRSS/Atom feed parser3
news-searchLatest news articles on any topic5
ocr-extractText from images via AI vision10

💰 Crypto & Finance

ToolDescriptionCredits
crypto-priceReal-time price, market cap, volume3
crypto-market-capTop N cryptocurrencies ranked3
crypto-ohlcvCandlestick data (1–90 days)5
crypto-sentimentCommunity sentiment and social stats5
crypto-newsLatest crypto headlines by topic3
crypto-fear-greedFear & Greed Index with history3
token-lookupSearch tokens by name/ticker/address3
currency-convert170+ currency exchange rates3

🔧 Data & Utilities

ToolDescriptionCredits
validate-dataJSON Schema validation1
convert-formatJSON ↔ YAML ↔ CSV ↔ XML ↔ TOML2
transform-textuppercase, slug, camelCase, base64, reverse, etc.3
diff-textCompare texts (unified, word, char, JSON)3
generate-hashSHA-256, SHA-512, MD5, SHA-11
generate-uuidUUID, ULID, nanoid, CUID1
regex-generateNatural language → regex with explanations5
jsonpath-queryJSONPath expressions on JSON data2
language-detectLanguage detection with confidence scores2

📧 Communication

ToolDescriptionCredits
send-emailTransactional email via Resend (alias)5
email-sendTransactional email via Resend3
email-verifyDeep validation: syntax, MX, disposable detection3
email-findFind email for a person at a company via Hunter.io5

🔍 Lookup & Validation

ToolDescriptionCredits
check-domainDomain availability via RDAP (alias)3
domain-checkDomain availability check via RDAP2
whois-lookupWHOIS registration info and nameservers3
ip-lookupIP geolocation, ISP, VPN detection3
phone-validatePhone parsing, E.164 format, carrier type2
pii-detectDetect and redact PII (SSNs, cards, keys)5
url-shortenShorten URLs via TinyURL1

🔌 Integration

ToolDescriptionCredits
webhook-sendPOST JSON to any webhook URL3
barcode-generateCode128/QR/EAN13/UPC barcodes as SVG2
qr-codeQR codes from text/URLs (PNG or SVG)2
timezone-convertConvert between IANA timezones1

Usage Examples

Search the web

json
{
  "tool": "search-web",
  "arguments": {
    "query": "latest AI breakthroughs 2026",
    "num_results": 5
  }
}

Generate an image

json
{
  "tool": "generate-image",
  "arguments": {
    "prompt": "A futuristic city skyline at sunset, cyberpunk style",
    "size": "1792x1024",
    "quality": "hd"
  }
}

Get crypto price

json
{
  "tool": "crypto-price",
  "arguments": {
    "symbol": "bitcoin",
    "currency": "usd"
  }
}

Fact-check a claim

json
{
  "tool": "fact-check",
  "arguments": {
    "claim": "The Great Wall of China is visible from space"
  }
}

Scrape a webpage

json
{
  "tool": "web-scrape",
  "arguments": {
    "url": "https://news.ycombinator.com",
    "selector": ".titleline > a",
    "format": "text"
  }
}

Payment

  • Free tier: 100 credits on signup (25 instant, 75 on email verification)
  • Credit packs: Purchase via Stripe at archtools.dev
  • x402 (autonomous): AI agents can pay per-call with USDC — see /.well-known/x402

Community

  • 💬 GitHub Discussions — Ask questions, share ideas, show off what you've built
  • 📢 Announcements — Product updates and new tool releases
  • 🙋 Q&A — Get help with x402 payments, API keys, MCP setup
  • 💡 Ideas — Request new tools and features
  • 🎉 Show & Tell — Share agents and projects built with Arch Tools

Architecture

code
arch-ai-tools/
├── api/          # Express API server (tools, auth, billing, dashboard)
├── mcp/          # MCP server (stdio + SSE transport)
├── smithery.yaml # Smithery registry config
├── render.yaml   # Render Blueprint (auto-deploy)
└── CHANGELOG.md  # Release history

Security

  • API keys stored as SHA-256 hashes (never plaintext)
  • SSRF protection on all web-facing tools
  • Registration rate-limited (5/IP/hour)
  • Stripe webhook idempotency
  • Helmet security headers
  • CORS restricted to archtools.dev
  • Tool inputs validated against JSON Schemas

License

MIT — see LICENSE for details.

Built by MCMetaverse LLC · GitHub

常见问题

io.github.Deesmo/arch-tools-mcp 是什么?

一个密钥即可使用 61 个 AI agent 工具,覆盖 Web、AI、语音、数据、crypto 等,并支持 Stripe 与 x402 USDC 支付。

相关 Skills

网页构建器

by anthropics

Universal
热门

面向复杂 claude.ai HTML artifact 开发,快速初始化 React + Tailwind CSS + shadcn/ui 项目并打包为单文件 HTML,适合需要状态管理、路由或多组件交互的页面。

在 claude.ai 里做复杂网页 Artifact 很省心,多组件、状态和路由都能顺手搭起来,React、Tailwind 与 shadcn/ui 组合效率高、成品也更精致。

编码与调试
未扫描172.7k

网页应用测试

by anthropics

Universal
热门

用 Playwright 为本地 Web 应用编写自动化测试,支持启动开发服务器、校验前端交互、排查 UI 异常、抓取截图与浏览器日志,适合调试动态页面和回归验证。

借助 Playwright 一站式验证本地 Web 应用前端功能,调 UI 时还能同步查看日志和截图,定位问题更快。

编码与调试
未扫描172.7k

前端设计

by anthropics

Universal
热门

面向组件、页面、海报和 Web 应用开发,按鲜明视觉方向生成可直接落地的前端代码与高质感 UI,适合做 landing page、Dashboard 或美化现有界面,避开千篇一律的 AI 审美。

想把页面做得既能上线又有设计感,就用前端设计:组件到整站都能产出,难得的是能避开千篇一律的 AI 味。

编码与调试
未扫描172.7k

相关 MCP Server

GitHub

编辑精选

by GitHub

热门

GitHub 是 MCP 官方参考服务器,让 Claude 直接读写你的代码仓库和 Issues。

这个参考服务器解决了开发者想让 AI 安全访问 GitHub 数据的问题,适合需要自动化代码审查或 Issue 管理的团队。但注意它只是参考实现,生产环境得自己加固安全。

编码与调试
89.7k

by Context7

热门

Context7 是实时拉取最新文档和代码示例的智能助手,让你告别过时资料。

它能解决开发者查找文档时信息滞后的问题,特别适合快速上手新库或跟进更新。不过,依赖外部源可能导致偶尔的数据延迟,建议结合官方文档使用。

编码与调试
60.2k

by tldraw

热门

tldraw 是让 AI 助手直接在无限画布上绘图和协作的 MCP 服务器。

这解决了 AI 只能输出文本、无法视觉化协作的痛点——想象让 Claude 帮你画流程图或白板讨论。最适合需要快速原型设计或头脑风暴的开发者。不过,目前它只是个基础连接器,你得自己搭建画布应用才能发挥全部潜力。

编码与调试
49.9k

评论