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

io.github.mbeato/apimesh

NPM · @MBEATO/APIMESH-MCP-SERVER · SCANNED SEP 25

74 paid web-analysis APIs (SEO, security, TLS, DNS, email) as MCP tools. USDC via x402.

0 this week 77 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
Schema Quality & AI Usability77
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 4471 tokens (~58/item across 76 items; 76 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management87
  • Stability observed for 26 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 76 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 76 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.mbeato/apimesh MCP server?

io.github.mbeato/apimesh runs locally as an npm package, launched with npx -y @mbeato/apimesh-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @mbeato/apimesh-mcp-server

# add to Claude Code
claude mcp add mbeato-apimesh -- npx -y @mbeato/apimesh-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "mbeato-apimesh": {
      "command": "npx",
      "args": [
        "-y",
        "@mbeato/apimesh-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "mbeato-apimesh": {
      "command": "npx",
      "args": [
        "-y",
        "@mbeato/apimesh-mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add mbeato-apimesh -- npx -y @mbeato/apimesh-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mbeato-apimesh": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@mbeato/apimesh-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add mbeato-apimesh --command npx --arg -y --arg @mbeato/apimesh-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  mbeato-apimesh:
    command: "npx"
    args: ["-y", "@mbeato/apimesh-mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "mbeato-apimesh": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@mbeato/apimesh-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add mbeato-apimesh -t stdio -c npx -a -y @mbeato/apimesh-mcp-server
// mcp.json
{
  "mcpServers": {
    "mbeato-apimesh": {
      "command": "npx",
      "args": [
        "-y",
        "@mbeato/apimesh-mcp-server"
      ]
    }
  }
}
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.

  • 25 Sept 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 24 Sept 26 −2
    • Stability: pass → 0.83 functional
  • 23 Sept 26 0
    • Stability: 0.97 → pass security
  • 22 Sept 26 +1

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

  • 20 Sept 26 +1

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

  • 18 Sept 26 +1

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

  • 17 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
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 25 Sept 2026 · Analysed npm/@mbeato/apimesh-mcp-server@1.8.2

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 76 exposed · ~4,471 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
ssl_tls_inception_score ~52

Comprehensive SSL/TLS certificate and protocol audit for the specified hostname or URL

NameTypeReqDescription
hostnamestringyesHostname or URL (http(s):// or plain hostname) to analyze SSL/TLS for

No output schema declared.

No examples provided.

ssl_tls_risk_analyzer ~56

Aggregates SSL/TLS configuration details from public scans, DNS records, and certificate transparency logs, then performs a risk assessment

NameTypeReqDescription
hoststringyesHostname or URL to analyze (http(s):// optional)

No output schema declared.

No examples provided.

ssl_tls_threat_assessment ~39

Comprehensive TLS security threat assessment for a domain

NameTypeReqDescription
domainstringyesThe domain or hostname to assess SSL/TLS configurations for

No output schema declared.

No examples provided.

status_code_checker ~63

Check the live HTTP status code of any URL. Returns the actual status code, reason phrase, and response headers. Simpler than http_status_checker — no expected-code validation.

NameTypeReqDescription
urlstringyesThe URL to check (must include http:// or https://)

No output schema declared.

No examples provided.

subdomain_exposure_heatmap ~50

Exhaustive subdomain enumeration from multiple sources, risk analysis, exposure scoring, recommendations and heatmap report

NameTypeReqDescription
domainstringyesRoot domain to audit (e.g. example.com)

No output schema declared.

No examples provided.

subdomain_exposure_ranking ~62

Comprehensive paid scan: exhaustive subdomain enumeration from DNS, CT logs, plus HTTP endpoint probing, header analysis, TLS version checks, outdated service detection, with full scoring and rich recommendations

NameTypeReqDescription
domainstringyesRoot domain to enumerate and analyze

No output schema declared.

No examples provided.

subdomain_exposure_rankings ~37

Paid, comprehensive analysis of subdomain exposure and security ranking

NameTypeReqDescription
domainstringyesRoot domain to enumerate and analyze

No output schema declared.

No examples provided.

subdomain_exposure_score ~36

Paid comprehensive full subdomain exposure scoring and audit report

NameTypeReqDescription
domainstringyesDomain name to analyze subdomains for

No output schema declared.

No examples provided.

subdomain_exposure_scorer ~42

Comprehensive enumeration and exposure scoring of all detected subdomains for a domain

NameTypeReqDescription
domainstringyesBase domain, e.g. example.com

No output schema declared.

No examples provided.

subdomain_risk_ranking ~46

Perform a deep, comprehensive subdomain enumeration and risk ranking audit

NameTypeReqDescription
domainstringyesThe root domain to enumerate subdomains for (e.g. example.com)

No output schema declared.

No examples provided.

subdomain_vulnerability_ranker ~42

Exhaustive subdomain enumeration, vulnerability inference, scoring, and recommendations

NameTypeReqDescription
domainstringyesTarget root domain (e.g. example.com)

No output schema declared.

No examples provided.

subdomain_vulnerability_ranking ~36

Paid comprehensive subdomain enumeration and vulnerability ranking

NameTypeReqDescription
domainstringyesDomain to enumerate e.g. example.com

No output schema declared.

No examples provided.

subdomain_vulnerability_rankings ~38

Paid comprehensive subdomain enumeration and vulnerability ranking

NameTypeReqDescription
domainstringyesDomain name to scan, e.g., example.com

No output schema declared.

No examples provided.

swagger_docs_creator ~106

Generate OpenAPI 3.0 documentation for an API endpoint. Provide the path, method, summary, and optionally parameters/requestBody/responses to get a complete OpenAPI spec fragment.

NameTypeReqDescription
descriptionstring–Full description of the endpoint
methodstringyesHTTP method (GET, POST, PUT, DELETE)
pathstringyesAPI endpoint path (e.g. /api/users)
summarystringyesShort summary of what the endpoint does

No output schema declared.

No examples provided.

tech_stack ~89

Detect the technology stack of any website. Analyzes HTTP headers and HTML to identify CMS, frameworks, languages, analytics, CDN, hosting, JavaScript libraries, and CSS frameworks. Free preview: GET https://tech-stack.apimesh.xyz/preview?url=... detects technologies from HTTP headers only

NameTypeReqDescription
urlstringyesThe URL to analyze (e.g. https://example.com)

No output schema declared.

No examples provided.

user_agent_analyzer ~54

Parse a User-Agent string into structured data: browser name/version, OS name/version, device type, and bot detection. Useful for analytics and request filtering.

NameTypeReqDescription
uastringyesThe User-Agent string to parse

No output schema declared.

No examples provided.

wallet_set_cap ~119

Set a spend cap on your wallet. Once the daily or monthly USDC limit is reached, further paid API calls return 429 before payment is attempted. Set limits to null to remove a cap.

NameTypeReqDescription
addressstringyesYour 0x wallet address
daily_limit_usdnumber|nullyesMax daily spend in USD (null = unlimited)
labelstring|null–Friendly label (e.g. 'Claude Desktop')
monthly_limit_usdnumber|nullyesMax monthly spend in USD (null = unlimited)

No output schema declared.

No examples provided.

wallet_usage ~69

Check your wallet's APIMesh spend and cap status. Returns daily/7d/30d spend totals, active spend cap with remaining budget, and recent requests. No authentication required.

NameTypeReqDescription
addressstringyesYour 0x wallet address (e.g. 0xabc...def)

No output schema declared.

No examples provided.

web_checker ~88

Check if a brand name is available across 5 domain TLDs (.com, .io, .xyz, .dev, .ai), GitHub, npm, PyPI, and Reddit in one call. Free preview: GET https://check.apimesh.xyz/preview?name=... returns .com availability only

NameTypeReqDescription
namestringyesThe brand or product name to check

No output schema declared.

No examples provided.

web_configuration_audit ~43

Comprehensive paid audit with detailed scoring, grade, meta tags, and .env leak detection

NameTypeReqDescription
urlstringyesURL to audit (http(s)://...)

No output schema declared.

No examples provided.

web_misconfiguration_scan ~38

Run a comprehensive security misconfiguration scan against the specified URL

NameTypeReqDescription
urlstringyesTarget URL to scan (http or https)

No output schema declared.

No examples provided.

web_resource_validator ~77

Validate presence and correctness of common web resources (robots.txt, sitemap.xml, openapi.json, agent.json) for any domain. Returns availability status for the requested resource.

NameTypeReqDescription
resourcestringyesThe web resource to validate
urlstringyesThe website URL to validate resources for (e.g. https://example.com)

No output schema declared.

No examples provided.

website_authenticity_assessment ~47

Comprehensive website authenticity assessment combining SSL cert validation, DNS records, redirect chain analysis, and server headers

NameTypeReqDescription
urlstringyesTarget website URL (http(s)://...)

No output schema declared.

No examples provided.

website_security_header_info ~84

Analyze security-related HTTP headers for any website. Checks Content-Security-Policy, Strict-Transport-Security, X-Content-Type-Options, X-Frame-Options, X-XSS-Protection, Referrer-Policy, and Permissions-Policy with issue detection.

NameTypeReqDescription
urlstringyesThe website URL to analyze (e.g. https://example.com)

No output schema declared.

No examples provided.

website_vulnerability_scan ~93

Comprehensive website security audit combining hostname analysis, SSL certificate validation, HTTP security headers, cookie security, and Content Security Policy analysis. Returns an overall security score (0-100) with actionable recommendations. Supports basic, detailed, and full scan levels.

NameTypeReqDescription
levelstring–Scan detail level (default: full)
urlstringyesThe website URL to scan (e.g. https://example.com)

No output schema declared.

No examples provided.

yaml_validator ~50

Validate YAML syntax and structure. Returns parsed result on success or detailed error with line/column on failure. Useful for CI pipelines and config file validation.

NameTypeReqDescription
yamlstringyesThe YAML string to validate

No output schema declared.

No examples provided.

Common questions

What is the io.github.mbeato/apimesh MCP server?

io.github.mbeato/apimesh is an MCP server listed in the public MCP registry as io.github.mbeato/apimesh. 74 paid web-analysis APIs (SEO, security, TLS, DNS, email) as MCP tools. USDC via x402. This page covers its npm package (@mbeato/apimesh-mcp-server).

Is the io.github.mbeato/apimesh MCP server safe to use?

io.github.mbeato/apimesh scores 77 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.mbeato/apimesh MCP server expose?

io.github.mbeato/apimesh exposes 76 tools: web_checker, http_status_checker, favicon_checker, microservice_health_check, robots_txt_parser, and 71 more. Their descriptions and schemas cost roughly 4,471 tokens of context every time the server is loaded.

Is the io.github.mbeato/apimesh MCP server still maintained?

io.github.mbeato/apimesh is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.mbeato/apimesh MCP server under?

io.github.mbeato/apimesh declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.