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
text-to-speech ~29

Convert text to natural-sounding audio via ElevenLabs. Returns base64-encoded MP3.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

timezone-convert ~87

Convert a datetime between any two IANA timezones

NameTypeReqDescription
datetimestringDatetime string to convert (ISO 8601). Defaults to now.
from_tzstringSource IANA timezone (e.g. America/New_York). Defaults to UTC.
to_tzstringyesTarget IANA timezone (e.g. Asia/Tokyo)

No output schema declared.

No examples provided.

token-lookup ~24

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

transcribe-audio ~27

Transcribe audio files to text via OpenAI Whisper. Supports 100+ languages.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

transform-text ~47

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

NameTypeReqDescription
modestring
textstringyesText to transform

No output schema declared.

No examples provided.

url-shorten ~27

Shorten any URL via TinyURL

NameTypeReqDescription
urlstringyesURL to shorten

No output schema declared.

No examples provided.

validate-data ~36

Validate JSON data against a JSON Schema

NameTypeReqDescription
datayesData to validate
schemaobjectyesJSON Schema to validate against

No output schema declared.

No examples provided.

video-generate ~17

Generate short video clips from text prompts

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

web-scrape ~53

Scrape and extract content from websites with optional CSS selector

NameTypeReqDescription
formatstring
selectorstringOptional CSS selector to extract specific content
urlstringyesURL to scrape

No output schema declared.

No examples provided.

web-search ~65

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

NameTypeReqDescription
include_answerbooleanInclude AI-synthesized answer
max_resultsinteger
querystringyesSearch query
search_depthstring

No output schema declared.

No examples provided.

webhook-send ~58

POST a JSON payload to any webhook URL

NameTypeReqDescription
bodyJSON payload to send
headersobjectOptional extra headers (safe headers only)
methodstring
urlstringyesWebhook endpoint URL

No output schema declared.

No examples provided.

whois-lookup ~46

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

NameTypeReqDescription
domainstringyesDomain name to look up (e.g. google.com)

No output schema declared.

No examples provided.

workflow-agent ~15

Multi-step autonomous AI agent pipeline

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.