← Registry

General Tools

archtools.dev

Provides general-purpose tools through the Model Context Protocol.

x402 supported2 endpoints126 known toolsFirst detected May 29, 2026Last detected August 6, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
arch-tools-mcp
Version
2.0.0
Capabilities
toolsresourcesprompts

Known tools 63

ai-generate

AI-powered text generation using Claude (requires ANTHROPIC_API_KEY)

Inferred read-only
ai-oracle

AI reasoning engine with standard and deep analysis modes

Inferred read-only
barcode-generate

Generate Code128 barcodes as SVG

Inferred read-only
browser-task

Headless browser automation (click/type/extract) via Playwright — SSRF hardened

Inferred read-only
check-domain

Check if a domain is available or registered via RDAP.

Inferred read-only
convert-format

Convert data between JSON, YAML, CSV, and XML formats

Inferred read-only
crypto-fear-greed

Crypto Fear & Greed Index with historical data

Inferred read-only
crypto-market-cap

Top N cryptocurrencies by market cap with price, volume, and 24h change

Inferred read-only
crypto-news

Latest crypto news headlines.

Inferred read-only
crypto-ohlcv

OHLCV candlestick data for any crypto over 1-90 days

Inferred read-only
crypto-price

Real-time price, 24h change, market cap, and volume for any cryptocurrency

Inferred read-only
crypto-sentiment

Community sentiment, social stats, and price momentum for any cryptocurrency

Inferred read-only
currency-convert

Convert between currencies using real-time exchange rates (170+ currencies)

Inferred read-only
design-create

Generate designs and images via DALL-E 3

Potential side effects
diff-text

Compare two text strings and return differences in unified, word, char, or JSON format

Inferred read-only
domain-check

Check domain availability via RDAP

Inferred read-only
email-find

Find email addresses for a person at a company domain

Potential side effects
email-send

Send transactional emails via Resend

Potential side effects
email-verify

Deep email validation: syntax, MX record check, disposable domain detection

Potential side effects
extract-entities

Named entity recognition: people, organizations, locations, dates, money, and more

Inferred read-only
extract-metadata

Extract metadata from text or URLs (word count, OG tags, headers, etc.

Inferred read-only
extract-page

Fetch a webpage and return clean text, metadata, and links

Inferred read-only
extract-pdf

Extract text and tables from a PDF (requires PDF_EXTRACTOR_URL)

Inferred read-only
fact-check

Verify the accuracy of a claim.

Inferred read-only
generate-hash

Generate cryptographic hashes (sha256, sha512, md5, sha1)

Inferred read-only
generate-image

Generate images from text prompts via DALL-E 3 (1024×1024, 1792×1024, 1024×1792).

Inferred read-only
generate-uuid

Generate UUIDs (v1/v4), secure random tokens, and API-key-format strings

Inferred read-only
html-to-markdown

Convert HTML or any URL to clean Markdown

Inferred read-only
image-generate

Generate SVG images from text prompts via Claude

Inferred read-only
image-remove-bg

Remove background from any image

Potential side effects
ip-lookup

Geolocate any IP address — country, city, timezone, ISP, VPN/proxy detection

Inferred read-only
jsonpath-query

Run JSONPath expressions against any JSON payload

Inferred read-only
language-detect

Detect the language of any text with confidence score and script identification

Inferred read-only
news-search

Search for recent news articles on any topic.

Inferred read-only
ocr-extract

Extract text from images or screenshots using AI vision (base64 or URL input)

Inferred read-only
phone-validate

Parse and validate phone numbers in any format — E.

Inferred read-only
pii-detect

Detect and optionally redact PII: names, emails, SSNs, credit cards, API keys, and more

Inferred read-only
qr-code

Generate QR codes from text or URLs (PNG data URL or SVG)

Inferred read-only
readability-score

Compute Flesch-Kincaid readability, grade level, word count, and read time

Inferred read-only
regex-generate

Generate regular expressions from plain English with explanations and test results

Inferred read-only
research-report

Generate a structured AI research report on any topic.

Inferred read-only
rss-parse

Fetch and parse RSS or Atom feeds into clean structured JSON

Inferred read-only
screenshot-capture

Capture page metadata and screenshot URL for any public URL

Inferred read-only
search-web

Search the web and return structured results (Tavily/Serper or DuckDuckGo fallback)

Inferred read-only
semantic-search

AI-powered semantic search across web content

Inferred read-only
send-email

Send transactional emails via Resend — plain text or HTML.

Potential side effects
sentiment-analysis

Analyze text sentiment: positive/negative/neutral with score and emotion detection

Inferred read-only
session-create

Create a persistent AI conversation session

Potential side effects
session-message

Send a message in an existing AI session

Potential side effects
summarize

Summarize text in multiple styles: paragraph, bullets, tldr, headline, executive

Inferred read-only
text-to-speech

Convert text to natural-sounding audio via ElevenLabs.

Inferred read-only
timezone-convert

Convert a datetime between any two IANA timezones

Inferred read-only
token-lookup

Search for any token by name or ticker, returns CoinGecko IDs

Inferred read-only
transcribe-audio

Transcribe audio files to text via OpenAI Whisper.

Inferred read-only
transform-text

Transform text: uppercase, lowercase, trim, reverse, slug, title, camel, snake, base64

Inferred read-only
url-shorten

Shorten any URL via TinyURL

Inferred read-only
validate-data

Validate JSON data against a JSON Schema

Inferred read-only
video-generate

Generate short video clips from text prompts

Inferred read-only
webhook-send

POST a JSON payload to any webhook URL

Potential side effects
web-scrape

Scrape and extract content from websites with optional CSS selector

Inferred read-only
web-search

Real-time web search with AI-synthesized answer (requires TAVILY_API_KEY)

Inferred read-only
whois-lookup

Look up domain registration info: registrar, created/expires dates, nameservers, status

Inferred read-only
workflow-agent

Multi-step autonomous AI agent pipeline

Inferred read-only

CONNECT 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

No auth detected

MCP server metadata

Name
arch-tools
Version
2.0.0
Capabilities
toolsresourcesprompts

Known tools 63

ai-generate

AI-powered text generation using Claude (requires ANTHROPIC_API_KEY)

Inferred read-only
ai-oracle

AI reasoning engine with standard and deep analysis modes

Inferred read-only
barcode-generate

Generate Code128 barcodes as SVG

Inferred read-only
browser-task

Headless browser automation (click/type/extract) via Playwright — SSRF hardened

Inferred read-only
check-domain

Check if a domain is available or registered via RDAP.

Inferred read-only
convert-format

Convert data between JSON, YAML, CSV, and XML formats

Inferred read-only
crypto-fear-greed

Crypto Fear & Greed Index with historical data

Inferred read-only
crypto-market-cap

Top N cryptocurrencies by market cap with price, volume, and 24h change

Inferred read-only
crypto-news

Latest crypto news headlines.

Inferred read-only
crypto-ohlcv

OHLCV candlestick data for any crypto over 1-90 days

Inferred read-only
crypto-price

Real-time price, 24h change, market cap, and volume for any cryptocurrency

Inferred read-only
crypto-sentiment

Community sentiment, social stats, and price momentum for any cryptocurrency

Inferred read-only
currency-convert

Convert between currencies using real-time exchange rates (170+ currencies)

Inferred read-only
design-create

Generate designs and images via DALL-E 3

Potential side effects
diff-text

Compare two text strings and return differences in unified, word, char, or JSON format

Inferred read-only
domain-check

Check domain availability via RDAP

Inferred read-only
email-find

Find email addresses for a person at a company domain

Potential side effects
email-send

Send transactional emails via Resend

Potential side effects
email-verify

Deep email validation: syntax, MX record check, disposable domain detection

Potential side effects
extract-entities

Named entity recognition: people, organizations, locations, dates, money, and more

Inferred read-only
extract-metadata

Extract metadata from text or URLs (word count, OG tags, headers, etc.

Inferred read-only
extract-page

Fetch a webpage and return clean text, metadata, and links

Inferred read-only
extract-pdf

Extract text and tables from a PDF (requires PDF_EXTRACTOR_URL)

Inferred read-only
fact-check

Verify the accuracy of a claim.

Inferred read-only
generate-hash

Generate cryptographic hashes (sha256, sha512, md5, sha1)

Inferred read-only
generate-image

Generate images from text prompts via DALL-E 3 (1024×1024, 1792×1024, 1024×1792).

Inferred read-only
generate-uuid

Generate UUIDs (v1/v4), secure random tokens, and API-key-format strings

Inferred read-only
html-to-markdown

Convert HTML or any URL to clean Markdown

Inferred read-only
image-generate

Generate SVG images from text prompts via Claude

Inferred read-only
image-remove-bg

Remove background from any image

Potential side effects
ip-lookup

Geolocate any IP address — country, city, timezone, ISP, VPN/proxy detection

Inferred read-only
jsonpath-query

Run JSONPath expressions against any JSON payload

Inferred read-only
language-detect

Detect the language of any text with confidence score and script identification

Inferred read-only
news-search

Search for recent news articles on any topic.

Inferred read-only
ocr-extract

Extract text from images or screenshots using AI vision (base64 or URL input)

Inferred read-only
phone-validate

Parse and validate phone numbers in any format — E.

Inferred read-only
pii-detect

Detect and optionally redact PII: names, emails, SSNs, credit cards, API keys, and more

Inferred read-only
qr-code

Generate QR codes from text or URLs (PNG data URL or SVG)

Inferred read-only
readability-score

Compute Flesch-Kincaid readability, grade level, word count, and read time

Inferred read-only
regex-generate

Generate regular expressions from plain English with explanations and test results

Inferred read-only
research-report

Generate a structured AI research report on any topic.

Inferred read-only
rss-parse

Fetch and parse RSS or Atom feeds into clean structured JSON

Inferred read-only
screenshot-capture

Capture page metadata and screenshot URL for any public URL

Inferred read-only
search-web

Search the web and return structured results (Tavily/Serper or DuckDuckGo fallback)

Inferred read-only
semantic-search

AI-powered semantic search across web content

Inferred read-only
send-email

Send transactional emails via Resend — plain text or HTML.

Potential side effects
sentiment-analysis

Analyze text sentiment: positive/negative/neutral with score and emotion detection

Inferred read-only
session-create

Create a persistent AI conversation session

Potential side effects
session-message

Send a message in an existing AI session

Potential side effects
summarize

Summarize text in multiple styles: paragraph, bullets, tldr, headline, executive

Inferred read-only
text-to-speech

Convert text to natural-sounding audio via ElevenLabs.

Inferred read-only
timezone-convert

Convert a datetime between any two IANA timezones

Inferred read-only
token-lookup

Search for any token by name or ticker, returns CoinGecko IDs

Inferred read-only
transcribe-audio

Transcribe audio files to text via OpenAI Whisper.

Inferred read-only
transform-text

Transform text: uppercase, lowercase, trim, reverse, slug, title, camel, snake, base64

Inferred read-only
url-shorten

Shorten any URL via TinyURL

Inferred read-only
validate-data

Validate JSON data against a JSON Schema

Inferred read-only
video-generate

Generate short video clips from text prompts

Inferred read-only
webhook-send

POST a JSON payload to any webhook URL

Potential side effects
web-scrape

Scrape and extract content from websites with optional CSS selector

Inferred read-only
web-search

Real-time web search with AI-synthesized answer (requires TAVILY_API_KEY)

Inferred read-only
whois-lookup

Look up domain registration info: registrar, created/expires dates, nameservers, status

Inferred read-only
workflow-agent

Multi-step autonomous AI agent pipeline

Inferred read-only

CONNECT 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.

Trust status Trusted

onrender.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.