Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.Deesmo/arch-tools-mcp

REMOTE · ARCHTOOLS.DEV · 2 COMPONENTS · SCANNED AUG 3

63 production tools for AI agents — one API key, pay per call in USDC (x402) or Stripe credits.

75 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security97
  • The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
  • Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token. View diagnostics → Pass
  • HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
  • The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
  • DNSSEC is configured correctly; the domain's records validate against the full chain to the root. View diagnostics → Pass
  • The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents. View diagnostics → Partial
Transport & Reachability100
Schema Quality & AI Usability46
  • AI-judged instruction clarity (poor).Fail
  • Tool/resource definitions use about 2488 tokens (~39/item across 63 items; 63 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management20
  • Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage89
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 66% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · archtools.dev

# add to Claude Code
claude mcp add --transport http deesmo-arch-tools-mcp https://archtools.dev/mcp
# ~/.codex/config.toml
[mcp_servers.deesmo-arch-tools-mcp]
url = "https://archtools.dev/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "deesmo-arch-tools-mcp": {
      "type": "remote",
      "url": "https://archtools.dev/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add deesmo-arch-tools-mcp --url https://archtools.dev/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  deesmo-arch-tools-mcp:
    url: "https://archtools.dev/mcp"
// mcp.json
{
  "mcpServers": {
    "deesmo-arch-tools-mcp": {
      "type": "http",
      "url": "https://archtools.dev/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

  • 1 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 +7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 +50
    • Authorization: unverified → pass security
    • HSTS header: fail → pass security
    • Transport: fail → pass security
    • Stability: unverified → 0.03 functional
    • Tool coverage: unverified → 100 functional
    • MCP protocol: unverified → pass functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: poor functional
    • First check of Tool coverage: 66 functional
    • First check of Schema quality: pass functional
  • 28 Jul 26 15

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://archtools.dev/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=archtools.dev CN=WE1,O=Google Trust Services,C=US 30 Jun 2026 28 Sept 2026 ECDSA 256 ECDSA-SHA256 5457a6dc26e74d1913a72023fbe93b43
SANs: archtools.dev
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC secure

Validation of archtools.dev. Secure

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
dev. present 60074 8 Verified
archtools.dev. present 2371 13 Verified
archtools.dev. Verified address RRset verified with the apex keys
Authentication Enforced and verified

The endpoint asked for a token and published valid RFC 9728 metadata describing how to get one.

Result Enforced and verified
Enforced On tool calls
HTTP status 200

WWW-Authenticate challenge Bearer resource_metadata="https://archtools.dev/.well-known/oauth-protected-resource", scope="tools:read tools:execute"

Bearer resource_metadata="https://archtools.dev/.well-known/oauth-protected-resource", scope="tools:read tools:execute"
Header Value
strict-transport-security max-age=15552000; includeSubDomains; preload
content-security-policy default-src 'self';script-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net https://browser.sentry-cdn.com https://js.sentry-cdn.com https://www.clarity.ms https://*.clarity.ms https://assets.apollo.io https://cdnjs.cloudflare.com https://static.cloudflareinsights.com;script-src-attr 'unsafe-inline';style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://cdnjs.cloudflare.com;font-src 'self' https://fonts.gstatic.com;img-src 'self' data: https:;connect-src 'self' https://archtools.dev https://arch-ai-tools.onrender.com https://pay.coinbase.com https://*.sentry.io https://*.ingest.sentry.io https://www.clarity.ms https://*.clarity.ms https://assets.apollo.io https://*.apollo.io https://aplo-evnt.com https://*.aplo-evnt.com https://cloudflareinsights.com;base-uri 'self';form-action 'self';frame-ancestors 'self';object-src 'none';upgrade-insecure-requests
x-content-type-options nosniff
x-frame-options SAMEORIGIN
referrer-policy no-referrer

Protected resource metadata

Document https://archtools.dev/.well-known/oauth-protected-resource
Retrieved Yes
Resource https://archtools.dev
Authorisation server https://archtools.dev
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://archtools.dev/mcp Verified 200
http (plaintext) http://archtools.dev/mcp HTTPS enforced 301 https://archtools.dev/mcp
MCP tools — 63 exposed · ~2,488 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
ai-generate ~58

AI-powered text generation using Claude (requires ANTHROPIC_API_KEY)

NameTypeReqDescription
max_tokensinteger
modelstring
promptstringyesGeneration prompt
systemstringOptional system prompt

No output schema declared.

No examples provided.

ai-oracle ~19

AI reasoning engine with standard and deep analysis modes

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

barcode-generate ~56

Generate Code128 barcodes as SVG

NameTypeReqDescription
formatstring
heightinteger
include_textboolean
valuestringyesValue to encode
widthinteger

No output schema declared.

No examples provided.

browser-task ~72

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

NameTypeReqDescription
actionstring
selectorstringCSS selector (required for click/type, optional for extract)
textstringText for type action
urlstringyesURL to open

No output schema declared.

No examples provided.

check-domain ~25

Check if a domain is available or registered via RDAP. No API key needed.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

convert-format ~47

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

NameTypeReqDescription
datayesData to convert (string or object)
fromstringyes
tostringyes

No output schema declared.

No examples provided.

crypto-fear-greed ~21

Crypto Fear & Greed Index with historical data

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

crypto-market-cap ~26

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

crypto-news ~18

Latest crypto news headlines. Filter by token symbol

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

crypto-ohlcv ~26

OHLCV candlestick data for any crypto over 1-90 days

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

crypto-price ~26

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

crypto-sentiment ~23

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

currency-convert ~62

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

NameTypeReqDescription
amountnumberyesAmount to convert
fromstringyesSource currency code (e.g. USD)
tostringyesTarget currency code (e.g. EUR)

No output schema declared.

No examples provided.

design-create ~19

Generate designs and images via DALL-E 3

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

diff-text ~51

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

NameTypeReqDescription
formatstring
modifiedstringyesModified text
originalstringyesOriginal text

No output schema declared.

No examples provided.

domain-check ~15

Check domain availability via RDAP

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

email-find ~19

Find email addresses for a person at a company domain

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

email-send ~15

Send transactional emails via Resend

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

email-verify ~34

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

NameTypeReqDescription
emailstringyesEmail address to verify

No output schema declared.

No examples provided.

extract-entities ~53

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

NameTypeReqDescription
textstringyesText to extract entities from
typesarrayEntity types to extract (default: all)

No output schema declared.

No examples provided.

extract-metadata ~50

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

NameTypeReqDescription
textstringText to analyze
urlstringURL to fetch and extract metadata from

No output schema declared.

No examples provided.

extract-page ~31

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

NameTypeReqDescription
urlstringyesURL to extract

No output schema declared.

No examples provided.

extract-pdf ~34

Extract text and tables from a PDF (requires PDF_EXTRACTOR_URL)

NameTypeReqDescription
urlstringyesPublic PDF URL

No output schema declared.

No examples provided.

fact-check ~49

Verify the accuracy of a claim. Returns verdict (TRUE/FALSE/MIXED/UNVERIFIED/MISLEADING), confidence score, summary, and supporting/contradicting evidence with sources.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

generate-hash ~43

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

NameTypeReqDescription
algorithmstring
inputstringyesString to hash

No output schema declared.

No examples provided.

generate-image ~40

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

generate-uuid ~54

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

NameTypeReqDescription
countinteger
prefixstringOptional prefix for each UUID
typestring

No output schema declared.

No examples provided.

html-to-markdown ~42

Convert HTML or any URL to clean Markdown

NameTypeReqDescription
htmlstringHTML string to convert
urlstringURL to fetch and convert

No output schema declared.

No examples provided.

image-generate ~57

Generate SVG images from text prompts via Claude

NameTypeReqDescription
heightinteger
promptstringyesImage description / prompt
qualitystring
stylestring
widthinteger

No output schema declared.

No examples provided.

image-remove-bg ~15

Remove background from any image

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

ip-lookup ~45

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

NameTypeReqDescription
ipstringyesIPv4 or IPv6 address to look up

No output schema declared.

No examples provided.

jsonpath-query ~41

Run JSONPath expressions against any JSON payload

NameTypeReqDescription
jsonyesJSON object or string to query
pathstringyesJSONPath expression starting with $

No output schema declared.

No examples provided.

language-detect ~34

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

NameTypeReqDescription
textstringyesText to detect language of

No output schema declared.

No examples provided.

news-search ~40

Search for recent news articles on any topic. Returns title, URL, description, source, and publication date from Brave News, Tavily, or Serper.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

ocr-extract ~73

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

NameTypeReqDescription
image_base64stringBase64-encoded image data
image_urlstringPublic URL of the image
media_typestring
promptstringOptional custom extraction instruction

No output schema declared.

No examples provided.

phone-validate ~64

Parse and validate phone numbers in any format — E.164, carrier type, country

NameTypeReqDescription
country_codestringISO 3166-1 alpha-2 country code hint (e.g. US)
phonestringyesPhone number in any format

No output schema declared.

No examples provided.

pii-detect ~71

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

NameTypeReqDescription
redactbooleanReturn text with PII replaced
replacementstringReplacement string when redact is true
textstringyesText to scan for PII

No output schema declared.

No examples provided.

qr-code ~55

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

NameTypeReqDescription
formatstring
margininteger
textstringyesText or URL to encode
widthinteger

No output schema declared.

No examples provided.

readability-score ~37

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

NameTypeReqDescription
textstringyesText to analyze

No output schema declared.

No examples provided.

regex-generate ~65

Generate regular expressions from plain English with explanations and test results

NameTypeReqDescription
descriptionstringyesPlain English description of what the regex should match
flagsstringRegex flags (e.g. 'gi')
test_stringsarrayOptional strings to test against

No output schema declared.

No examples provided.

research-report ~37

Generate a structured AI research report on any topic. Searches multiple sources and synthesizes findings into executive summary, key findings, and conclusion with citations.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

rss-parse ~42

Fetch and parse RSS or Atom feeds into clean structured JSON

NameTypeReqDescription
limitinteger
urlstringyesURL of the RSS or Atom feed

No output schema declared.

No examples provided.

screenshot-capture ~57

Capture page metadata and screenshot URL for any public URL

NameTypeReqDescription
full_pagebooleanCapture full scrollable page
heightinteger
urlstringyesURL to screenshot
widthinteger

No output schema declared.

No examples provided.

search-web ~44

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

NameTypeReqDescription
limitinteger
querystringyesSearch query

No output schema declared.

No examples provided.

semantic-search ~16

AI-powered semantic search across web content

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

send-email ~20

Send transactional emails via Resend — plain text or HTML.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

sentiment-analysis ~33

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

NameTypeReqDescription
textstringyesText to analyze

No output schema declared.

No examples provided.

session-create ~15

Create a persistent AI conversation session

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

session-message ~17

Send a message in an existing AI session

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

summarize ~51

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

NameTypeReqDescription
max_lengthinteger
stylestring
textstringyesText to summarize

No output schema declared.

No examples provided.