General Tools
archtools.dev
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://arch-tools-mcp.onrender.com/mcp
MCP server metadata
- Name
- arch-tools-mcp
- Version
- 2.0.0
Known tools 63
browser-taskHeadless browser automation (click/type/extract) via Playwright — SSRF hardened
Inferred read-onlycrypto-market-capTop N cryptocurrencies by market cap with price, volume, and 24h change
Inferred read-onlycrypto-priceReal-time price, 24h change, market cap, and volume for any cryptocurrency
Inferred read-onlycrypto-sentimentCommunity sentiment, social stats, and price momentum for any cryptocurrency
Inferred read-onlycurrency-convertConvert between currencies using real-time exchange rates (170+ currencies)
Inferred read-onlydiff-textCompare two text strings and return differences in unified, word, char, or JSON format
Inferred read-onlyemail-verifyDeep email validation: syntax, MX record check, disposable domain detection
Potential side effectsextract-entitiesNamed entity recognition: people, organizations, locations, dates, money, and more
Inferred read-onlyextract-metadataExtract metadata from text or URLs (word count, OG tags, headers, etc.
Inferred read-onlygenerate-imageGenerate images from text prompts via DALL-E 3 (1024×1024, 1792×1024, 1024×1792).
Inferred read-onlygenerate-uuidGenerate UUIDs (v1/v4), secure random tokens, and API-key-format strings
Inferred read-onlyip-lookupGeolocate any IP address — country, city, timezone, ISP, VPN/proxy detection
Inferred read-onlylanguage-detectDetect the language of any text with confidence score and script identification
Inferred read-onlyocr-extractExtract text from images or screenshots using AI vision (base64 or URL input)
Inferred read-onlypii-detectDetect and optionally redact PII: names, emails, SSNs, credit cards, API keys, and more
Inferred read-onlyreadability-scoreCompute Flesch-Kincaid readability, grade level, word count, and read time
Inferred read-onlyregex-generateGenerate regular expressions from plain English with explanations and test results
Inferred read-onlysearch-webSearch the web and return structured results (Tavily/Serper or DuckDuckGo fallback)
Inferred read-onlysentiment-analysisAnalyze text sentiment: positive/negative/neutral with score and emotion detection
Inferred read-onlysummarizeSummarize text in multiple styles: paragraph, bullets, tldr, headline, executive
Inferred read-onlytransform-textTransform text: uppercase, lowercase, trim, reverse, slug, title, camel, snake, base64
Inferred read-onlyweb-searchReal-time web search with AI-synthesized answer (requires TAVILY_API_KEY)
Inferred read-onlywhois-lookupLook up domain registration info: registrar, created/expires dates, nameservers, status
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.arch-tools-mcp]
url = "https://arch-tools-mcp.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"arch-tools-mcp": {
"type": "http",
"url": "https://arch-tools-mcp.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: arch-tools-mcp
Remote MCP URL: https://arch-tools-mcp.onrender.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"arch-tools-mcp": {
"url": "https://arch-tools-mcp.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"arch-tools-mcp": {
"type": "http",
"url": "https://arch-tools-mcp.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "arch-tools-mcp",
"transport": "streamable-http",
"url": "https://arch-tools-mcp.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://archtools.dev/mcp
MCP server metadata
- Name
- arch-tools
- Version
- 2.0.0
Known tools 63
browser-taskHeadless browser automation (click/type/extract) via Playwright — SSRF hardened
Inferred read-onlycrypto-market-capTop N cryptocurrencies by market cap with price, volume, and 24h change
Inferred read-onlycrypto-priceReal-time price, 24h change, market cap, and volume for any cryptocurrency
Inferred read-onlycrypto-sentimentCommunity sentiment, social stats, and price momentum for any cryptocurrency
Inferred read-onlycurrency-convertConvert between currencies using real-time exchange rates (170+ currencies)
Inferred read-onlydiff-textCompare two text strings and return differences in unified, word, char, or JSON format
Inferred read-onlyemail-verifyDeep email validation: syntax, MX record check, disposable domain detection
Potential side effectsextract-entitiesNamed entity recognition: people, organizations, locations, dates, money, and more
Inferred read-onlyextract-metadataExtract metadata from text or URLs (word count, OG tags, headers, etc.
Inferred read-onlygenerate-imageGenerate images from text prompts via DALL-E 3 (1024×1024, 1792×1024, 1024×1792).
Inferred read-onlygenerate-uuidGenerate UUIDs (v1/v4), secure random tokens, and API-key-format strings
Inferred read-onlyip-lookupGeolocate any IP address — country, city, timezone, ISP, VPN/proxy detection
Inferred read-onlylanguage-detectDetect the language of any text with confidence score and script identification
Inferred read-onlyocr-extractExtract text from images or screenshots using AI vision (base64 or URL input)
Inferred read-onlypii-detectDetect and optionally redact PII: names, emails, SSNs, credit cards, API keys, and more
Inferred read-onlyreadability-scoreCompute Flesch-Kincaid readability, grade level, word count, and read time
Inferred read-onlyregex-generateGenerate regular expressions from plain English with explanations and test results
Inferred read-onlysearch-webSearch the web and return structured results (Tavily/Serper or DuckDuckGo fallback)
Inferred read-onlysentiment-analysisAnalyze text sentiment: positive/negative/neutral with score and emotion detection
Inferred read-onlysummarizeSummarize text in multiple styles: paragraph, bullets, tldr, headline, executive
Inferred read-onlytransform-textTransform text: uppercase, lowercase, trim, reverse, slug, title, camel, snake, base64
Inferred read-onlyweb-searchReal-time web search with AI-synthesized answer (requires TAVILY_API_KEY)
Inferred read-onlywhois-lookupLook up domain registration info: registrar, created/expires dates, nameservers, status
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.arch-tools]
url = "https://archtools.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"arch-tools": {
"type": "http",
"url": "https://archtools.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: arch-tools
Remote MCP URL: https://archtools.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"arch-tools": {
"url": "https://archtools.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"arch-tools": {
"type": "http",
"url": "https://archtools.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "arch-tools",
"transport": "streamable-http",
"url": "https://archtools.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for onrender.com was fetched 2026-07-25T21:00:04.859Z.
onrender.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.