io.github.Deesmo/arch-tools-mcp
io.github.Deesmo/arch-tools-mcp116 AI tools in one MCP server. Web search, crypto data, image gen, news.
Tools · 64
AI-powered text generation using Claude (requires ANTHROPIC_API_KEY)
AI reasoning engine with standard and deep analysis modes
Generate Code128 barcodes as SVG
Headless browser automation (click/type/extract) via Playwright — SSRF hardened
Check if a domain is available or registered via RDAP. No API key needed.
Convert data between JSON, YAML, CSV, and XML formats
Crypto Fear & Greed Index with historical data
Top N cryptocurrencies by market cap with price, volume, and 24h change
Latest crypto news headlines. Filter by token symbol
OHLCV candlestick data for any crypto over 1-90 days
Real-time price, 24h change, market cap, and volume for any cryptocurrency
Community sentiment, social stats, and price momentum for any cryptocurrency
Convert between currencies using real-time exchange rates (170+ currencies)
Generate designs and images via DALL-E 3
Compare two text strings and return differences in unified, word, char, or JSON format
Check domain availability via RDAP
Find email addresses for a person at a company domain
Send transactional emails via Resend
Deep email validation: syntax, MX record check, disposable domain detection
Named entity recognition: people, organizations, locations, dates, money, and more
Extract metadata from text or URLs (word count, OG tags, headers, etc.)
Fetch a webpage and return clean text, metadata, and links
Extract text and tables from a PDF (requires PDF_EXTRACTOR_URL)
Verify the accuracy of a claim. Returns verdict (TRUE/FALSE/MIXED/UNVERIFIED/MISLEADING), confidence score, summary, and supporting/contradicting evidence with sources.
Generate cryptographic hashes (sha256, sha512, md5, sha1)
Generate images from text prompts via DALL-E 3 (1024×1024, 1792×1024, 1024×1792).
Generate UUIDs (v1/v4), secure random tokens, and API-key-format strings
Convert HTML or any URL to clean Markdown
Generate SVG images from text prompts via Claude
Remove background from any image
Geolocate any IP address — country, city, timezone, ISP, VPN/proxy detection
Run JSONPath expressions against any JSON payload
Detect the language of any text with confidence score and script identification
Search for recent news articles on any topic. Returns title, URL, description, source, and publication date from Brave News, Tavily, or Serper.
Extract text from images or screenshots using AI vision (base64 or URL input)
Parse and validate phone numbers in any format — E.164, carrier type, country
Detect and optionally redact PII: names, emails, SSNs, credit cards, API keys, and more
Generate QR codes from text or URLs (PNG data URL or SVG)
Compute Flesch-Kincaid readability, grade level, word count, and read time
Generate regular expressions from plain English with explanations and test results
Generate a structured AI research report on any topic. Searches multiple sources and synthesizes findings into executive summary, key findings, and conclusion with citations.
Fetch and parse RSS or Atom feeds into clean structured JSON
Capture page metadata and screenshot URL for any public URL
Search the web and return structured results (Tavily/Serper or DuckDuckGo fallback)
AI-powered semantic search across web content
Send transactional emails via Resend — plain text or HTML.
Analyze text sentiment: positive/negative/neutral with score and emotion detection
Create a persistent AI conversation session
Send a message in an existing AI session
Post content to social media platforms
Summarize text in multiple styles: paragraph, bullets, tldr, headline, executive
Convert text to natural-sounding audio via ElevenLabs. Returns base64-encoded MP3.
Convert a datetime between any two IANA timezones
Search for any token by name or ticker, returns CoinGecko IDs
Transcribe audio files to text via OpenAI Whisper. Supports 100+ languages.
Transform text: uppercase, lowercase, trim, reverse, slug, title, camel, snake, base64
Shorten any URL via TinyURL
Validate JSON data against a JSON Schema
Generate short video clips from text prompts
POST a JSON payload to any webhook URL
Scrape and extract content from websites with optional CSS selector
Real-time web search with AI-synthesized answer (requires TAVILY_API_KEY)
Look up domain registration info: registrar, created/expires dates, nameservers, status
Multi-step autonomous AI agent pipeline
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.deesmo/arch-tools-mcp": {
"url": "https://arch-tools-mcp.onrender.com/sse",
"transport": "sse"
}
}
}