Arch AI Tools
Provides web search functionality via DuckDuckGo, allowing agents to search the internet and retrieve relevant results.
Provides text-to-speech synthesis using ElevenLabs' realistic voices, converting text into natural audio.
Provides image generation via DALL-E 3 and audio transcription via Whisper, enabling image creation and speech-to-text.
Provides transactional email sending via Resend's API, allowing agents to send emails programmatically.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Arch AI ToolsScrape this website and summarize the main content"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Live: archtools.dev · Docs: archtools.dev/docs · MCP SSE: https://arch-tools-mcp.onrender.com/sse
Quick Start
Install via Smithery
npx -y @smithery/cli install mcmetaverse/arch-tools --client claudeInstall via npx
npx @deesmo/arch-tools-mcpManual (Claude Desktop)
Add to claude_desktop_config.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:
https://arch-tools-mcp.onrender.com/sseNo installation required — works with any MCP-compatible client that supports SSE transport.
Related MCP server: LiveDataLink
Get Your API Key
Visit archtools.dev
Register with your email
Get 100 free credits to start — 25 usable instantly, 75 more on email verification
All 63 Tools
🤖 AI & Generation
Tool | Description | Credits |
| Text generation via Claude (Haiku/Sonnet/Opus) | 20 |
| Image generation via DALL-E 3 (1024×1024, 1792×1024, 1024×1792) | 25 |
| SVG image generation via Claude | 20 |
| Natural audio via ElevenLabs (multiple voices) | 15 |
| Audio → text via OpenAI Whisper (100+ languages) | 15 |
| Multi-style summaries (paragraph, bullets, TLDR, executive) | 5 |
| Sentiment detection with emotion scores | 5 |
| Named entity recognition (people, orgs, locations, dates) | 5 |
| Flesch-Kincaid grade level, word count, read time | 3 |
| Verify claims with confidence scores and evidence | 10 |
| Multi-source research with citations | 15 |
| Multi-step autonomous AI agent pipeline | 20 |
| Premium reasoning with structured analysis and confidence | 25 |
| Create a managed conversation session | 5 |
| Send a message in a conversation session | 20 |
| Neural/semantic web search via Exa AI | 8 |
🎨 Media & Design
Tool | Description | Credits |
| Image generation via DALL-E 3 | 30 |
| AI video generation via Runway Gen-3 | 50 |
| Remove background from any image via RemoveBG | 10 |
🌐 Web & Scraping
Tool | Description | Credits |
| Scrape websites with CSS selectors (SSRF hardened) | 5 |
| Web search via Tavily/Serper/DuckDuckGo | 5 |
| AI-synthesized web search answers | 10 |
| Clean text/markdown from any URL | 5 |
| OG tags, headers, word count from URLs | 3 |
| Text and tables from PDFs | 5 |
| Page screenshots with metadata | 5 |
| Headless browser automation via Playwright | 10 |
| Convert HTML to clean Markdown | 2 |
| RSS/Atom feed parser | 3 |
| Latest news articles on any topic | 5 |
| Text from images via AI vision | 10 |
💰 Crypto & Finance
Tool | Description | Credits |
| Real-time price, market cap, volume | 3 |
| Top N cryptocurrencies ranked | 3 |
| Candlestick data (1–90 days) | 5 |
| Community sentiment and social stats | 5 |
| Latest crypto headlines by topic | 3 |
| Fear & Greed Index with history | 3 |
| Search tokens by name/ticker/address | 3 |
| 170+ currency exchange rates | 3 |
🔧 Data & Utilities
Tool | Description | Credits |
| JSON Schema validation | 1 |
| JSON ↔ YAML ↔ CSV ↔ XML ↔ TOML | 2 |
| uppercase, slug, camelCase, base64, reverse, etc. | 3 |
| Compare texts (unified, word, char, JSON) | 3 |
| SHA-256, SHA-512, MD5, SHA-1 | 1 |
| UUID, ULID, nanoid, CUID | 1 |
| Natural language → regex with explanations | 5 |
| JSONPath expressions on JSON data | 2 |
| Language detection with confidence scores | 2 |
📧 Communication
Tool | Description | Credits |
| Transactional email via Resend (alias) | 5 |
| Transactional email via Resend | 3 |
| Deep validation: syntax, MX, disposable detection | 3 |
| Find email for a person at a company via Hunter.io | 5 |
🔍 Lookup & Validation
Tool | Description | Credits |
| Domain availability via RDAP (alias) | 3 |
| Domain availability check via RDAP | 2 |
| WHOIS registration info and nameservers | 3 |
| IP geolocation, ISP, VPN detection | 3 |
| Phone parsing, E.164 format, carrier type | 2 |
| Detect and redact PII (SSNs, cards, keys) | 5 |
| Shorten URLs via TinyURL | 1 |
🔌 Integration
Tool | Description | Credits |
| POST JSON to any webhook URL | 3 |
| Code128/QR/EAN13/UPC barcodes as SVG | 2 |
| QR codes from text/URLs (PNG or SVG) | 2 |
| Convert between IANA timezones | 1 |
Usage Examples
Search the web
{
"tool": "search-web",
"arguments": {
"query": "latest AI breakthroughs 2026",
"num_results": 5
}
}Generate an image
{
"tool": "generate-image",
"arguments": {
"prompt": "A futuristic city skyline at sunset, cyberpunk style",
"size": "1792x1024",
"quality": "hd"
}
}Get crypto price
{
"tool": "crypto-price",
"arguments": {
"symbol": "bitcoin",
"currency": "usd"
}
}Fact-check a claim
{
"tool": "fact-check",
"arguments": {
"claim": "The Great Wall of China is visible from space"
}
}Scrape a webpage
{
"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
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 historySecurity
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
Related MCP Servers
- Alicense-qualityDmaintenanceMulti-tool MCP server for AI agents with 29 tools across web scraping, SEO analysis, screenshot and PDF generation, domain intelligence, content extraction, multi-chain EVM blockchain queries, and security toolkit. Free tier available with no auth required.Last updated471MIT
- Alicense-qualityAmaintenance62 real-time data tools for AI agents via MCP. Finance, crypto, FMCSA, sanctions, courts, weather, vehicles, cybersecurity. One bearer token, one bill. Free tier available.Last updatedMIT
- AlicenseAqualityAmaintenance23 developer & data API tools for AI agents - IP/DNS/WHOIS/SSL lookups, web scraping & screenshots, text AI (summarize, translate, sentiment, grammar, redact), and dev utilities (hash, UUID, QR, JWT, cron, IBAN/VAT/email validation, breach check).Last updated23MIT
- AlicenseAqualityDmaintenanceEnables AI agents to crawl, scrape, search, and automate browsers with anti-bot bypass, providing fast web access via 22 tools.Last updated22942MIT
Related MCP Connectors
40+ Lightning-paid AI tools for agents: calls, SMS, fax, voice, translation. No signup, no keys.
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
SaaS intelligence for AI agents. 5 unified tools cover 1,000+ services with 91-96% token savings.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Deesmo/Arch-AI-Tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server