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.XogZ3/botoi-mcp

REMOTE · API.BOTOI.COM · SCANNED AUG 3

49 developer tools via MCP: DNS, WHOIS, IP lookup, JWT, hashing, QR, and more.

Available components

+3 this week 69 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 Security57
Transport & Reachability100
Schema Quality & AI Usability84
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 2772 tokens (~55/item across 50 items; 49 tools + 1 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 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
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 · api.botoi.com

# add to Claude Code
claude mcp add --transport http xogz3-botoi-mcp https://api.botoi.com/mcp
# ~/.codex/config.toml
[mcp_servers.xogz3-botoi-mcp]
url = "https://api.botoi.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "xogz3-botoi-mcp": {
      "type": "remote",
      "url": "https://api.botoi.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add xogz3-botoi-mcp --url https://api.botoi.com/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  xogz3-botoi-mcp:
    url: "https://api.botoi.com/mcp"
// mcp.json
{
  "mcpServers": {
    "xogz3-botoi-mcp": {
      "type": "http",
      "url": "https://api.botoi.com/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 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 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 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.

  • 31 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
  • 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
  • 28 Jul 26 +1

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

  • 27 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
  • 26 Jul 26 65

    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://api.botoi.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=botoi.com CN=WE1,O=Google Trust Services,C=US 20 Jul 2026 18 Oct 2026 ECDSA 256 ECDSA-SHA256 e1423b6f3b7b50ee1361ecd57bffca99
SANs: botoi.com, api.botoi.com, *.api.botoi.com
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 insecure

Validation of api.botoi.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
botoi.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://api.botoi.com/mcp Verified 200
http (plaintext) http://api.botoi.com/mcp HTTPS enforced 301 https://api.botoi.com/mcp
MCP tools — 49 exposed · ~2,748 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
dev_cron_describe ~32

Convert a cron expression to a human-readable description.

NameTypeReqDescription
expressionstringyesFive-field cron expression

No output schema declared.

No examples provided.

dev_diff ~57

Compute a unified diff between two text strings. Use when comparing file versions, config changes, or code revisions. Returns added, removed, and unchanged lines.

NameTypeReqDescription
modifiedstringyesModified text
originalstringyesOriginal text

No output schema declared.

No examples provided.

dev_hash ~62

Generate a hash (MD5, SHA-1, SHA-256, SHA-512) of input text. Use for checksums, data integrity, or fingerprinting.

NameTypeReqDescription
algorithmstringyesHash algorithm
textstringyesText to hash

No output schema declared.

No examples provided.

dev_jwt_sign ~62

Create and sign a JWT with a given payload and secret.

NameTypeReqDescription
expires_innumberToken expiration time in seconds
payloadobjectyesJSON payload to encode in the token
secretstringyesHMAC secret key for signing

No output schema declared.

No examples provided.

dev_jwt_verify ~33

Verify and decode a JWT. Use when debugging authentication tokens.

NameTypeReqDescription
tokenstringyesJWT token to decode

No output schema declared.

No examples provided.

dev_password_generate ~113

Generate a random password with configurable length and complexity.

NameTypeReqDescription
countnumberNumber of passwords to generate (1-50)
excludeAmbiguousbooleanExclude ambiguous characters (0, O, I, l, 1, |)
lengthnumberPassword length (4-256)
lowercasebooleanInclude lowercase letters
numbersbooleanInclude digits
symbolsbooleanInclude special characters
uppercasebooleanInclude uppercase letters

No output schema declared.

No examples provided.

dev_regex_test ~61

Test a regex pattern against a string and return matches.

NameTypeReqDescription
flagsstringRegex flags (e.g. "gi")
patternstringyesRegular expression pattern (without delimiters)
testStringstringyesString to test against

No output schema declared.

No examples provided.

dev_semver_parse ~51

Parse and validate a semver string into major, minor, patch, pre-release, and build components. Use when checking version compatibility or sorting releases.

NameTypeReqDescription
versionstringyesVersion string to validate

No output schema declared.

No examples provided.

dev_timestamp_convert ~91

Convert between Unix timestamps and ISO 8601 dates. Use when normalizing date formats across APIs, logs, or databases. Returns both Unix and ISO representations.

NameTypeReqDescription
fromstringSource format hint (unix, unix_ms, iso)
timestampstringyesTimestamp to convert (Unix seconds, Unix ms, or ISO 8601 string)
tostringTarget format hint

No output schema declared.

No examples provided.

dev_url_decode ~68

URL-decode a percent-encoded string back to readable text. Use when parsing query parameters, redirect URIs, or encoded form values.

NameTypeReqDescription
componentbooleanUse decodeURIComponent (true) or decodeURI (false)
textstringyesURL-encoded string to decode

No output schema declared.

No examples provided.

dev_url_encode ~64

URL-encode a string by escaping special characters. Use when building query parameters, form data, or safe URLs that contain reserved characters.

NameTypeReqDescription
componentbooleanUse encodeURIComponent (true) or encodeURI (false)
textstringyesString to encode

No output schema declared.

No examples provided.

dev_uuid ~40

Generate one or more UUIDs (v4 or v7). Use when you need unique identifiers for database records, request tracing, or idempotency keys.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

lookup_accessibility ~58

Run 10 basic accessibility checks on a webpage URL. Returns a score, issues list, and summary. Use when you need a quick accessibility audit.

NameTypeReqDescription
urlstringyesURL to check (must start with http:// or https://)

No output schema declared.

No examples provided.

lookup_address_validate ~60

Validate a freeform address and return structured components (street, city, state, postal code, country), GPS coordinates, and confidence score. Use when you need to verify or parse an address.

NameTypeReqDescription
addressstringyesFreeform address to validate

No output schema declared.

No examples provided.

lookup_breach_check ~49

Check if a password has appeared in known data breaches using k-Anonymity. Returns breach count. Use when you need to verify password safety.

NameTypeReqDescription
passwordstringyesPassword to check

No output schema declared.

No examples provided.

lookup_company ~50

Look up company information by domain name. Returns name, industry, employee count, location, and social profiles. Use when enriching leads or researching organizations.

NameTypeReqDescription
domainstringyesCompany domain to look up

No output schema declared.

No examples provided.

lookup_dns ~65

Query DNS records (A, AAAA, MX, TXT, CNAME, NS) for a domain. Use when you need to check DNS configuration or troubleshoot domain resolution.

NameTypeReqDescription
domainstringyesDomain name to look up
typestringDNS record type

No output schema declared.

No examples provided.

lookup_dns_monitor ~57

Check DNS records for a domain and compare against the previous snapshot. Detects record changes over time. Use when monitoring DNS configuration.

NameTypeReqDescription
domainstringyesDomain to monitor
typesarrayDNS record types to check

No output schema declared.

No examples provided.

lookup_domain_availability ~59

Check if a domain name is available for registration. Use when brainstorming project names or validating domain ideas. Returns availability status and WHOIS data if registered.

NameTypeReqDescription
domainstringyesThe domain name to check (e.g. "example.com")

No output schema declared.

No examples provided.

lookup_email ~48

Validate an email address (syntax, MX record, disposable check). Use when you need to verify if an email address is real and deliverable.

NameTypeReqDescription
emailstringyesEmail address to validate

No output schema declared.

No examples provided.

lookup_headers ~29

Fetch HTTP response headers for a URL. Use when inspecting server configuration, security headers, or caching policies.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

lookup_ip ~66

Look up geolocation, ISP, and network details for an IP address. Use when you need to determine the physical location, internet provider, or AS number for a given IP.

NameTypeReqDescription
ipstringIP address to look up. If omitted, the caller's IP is used.

No output schema declared.

No examples provided.

lookup_phone ~54

Parse and validate a phone number, returning country, carrier, line type, and E.164 format. Use when normalizing user-submitted phone numbers or verifying contact data.

NameTypeReqDescription
phonestringyesPhone number to validate

No output schema declared.

No examples provided.

lookup_ssl ~38

Check SSL certificate details and expiry for a domain. Use when verifying HTTPS configuration or checking certificate validity.

NameTypeReqDescription
domainstringyesDomain to check

No output schema declared.

No examples provided.

lookup_ssl_cert_expiry ~53

Check SSL certificate expiry for a domain. Returns issuer, valid dates, days remaining, and expired/expiring-soon flags. Use when monitoring certificate health.

NameTypeReqDescription
domainstringyesDomain to check

No output schema declared.

No examples provided.

lookup_tech_detect ~54

Detect technologies used by a website (frameworks, CMS, analytics). Use when analyzing a competitor's tech stack.

NameTypeReqDescription
urlstringyesThe full URL to analyze (must start with http:// or https://)

No output schema declared.

No examples provided.

lookup_url_metadata ~48

Extract title, description, OG tags, and favicon from a URL. Use when you need to preview or summarize a webpage.

NameTypeReqDescription
urlstringyesURL to fetch and extract metadata from

No output schema declared.

No examples provided.

lookup_vpn_detect ~57

Check if an IP address is a VPN, proxy, or Tor exit node. Use when assessing connection trustworthiness or flagging suspicious traffic. Returns detection type and provider details.

NameTypeReqDescription
ipstringyesIPv4 address to check

No output schema declared.

No examples provided.

lookup_whois ~46

Get WHOIS registration data for a domain. Use when you need to find domain ownership, registrar, or expiration date.

NameTypeReqDescription
domainstringyesDomain name to look up

No output schema declared.

No examples provided.

security_decrypt ~48

Decrypt AES-256-GCM encrypted text with a passphrase.

NameTypeReqDescription
ciphertextstringyesBase64-encoded ciphertext to decrypt
passwordstringyesPassword used during encryption

No output schema declared.

No examples provided.

security_encrypt ~46

Encrypt text using AES-256-GCM with a passphrase.

NameTypeReqDescription
passwordstringyesEncryption password (used to derive the key)
plaintextstringyesText to encrypt

No output schema declared.

No examples provided.

security_pii_detect ~39

Detect personally identifiable information (emails, phones, SSNs) in text.

NameTypeReqDescription
textstringyesThe text to scan for PII

No output schema declared.

No examples provided.

security_totp_generate ~61

Generate a TOTP secret and provisioning URI for 2FA setup.

NameTypeReqDescription
digitsnumberNumber of digits in the code
periodnumberTime step in seconds
secretstringyesBase32-encoded shared secret

No output schema declared.

No examples provided.

security_validate_credit_card ~35

Validate a credit card number (Luhn check, network detection).

NameTypeReqDescription
numberstringyesCredit card number to validate

No output schema declared.

No examples provided.

text_base64_decode ~72

Decode a Base64 string back to UTF-8 text. Use when extracting data from Base64-encoded API responses, tokens, or email headers. Returns the original plaintext string.

NameTypeReqDescription
encodedstringyesThe Base64 string to decode
urlSafebooleanInput uses URL-safe alphabet

No output schema declared.

No examples provided.

text_base64_encode ~68

Encode a UTF-8 string to Base64. Use for embedding data in URLs or APIs that require Base64.

NameTypeReqDescription
textstringyesThe string to encode
urlSafebooleanUse URL-safe alphabet (- instead of +, _ instead of /, no padding)

No output schema declared.

No examples provided.

text_csv_to_json ~73

Parse CSV text into a JSON array of objects. Use when converting spreadsheet or tabular data into structured JSON for processing or storage.

NameTypeReqDescription
csvstringyesCSV data as a string
delimiterstringColumn delimiter character
has_headerbooleanWhether the first row contains column headers

No output schema declared.

No examples provided.

text_html_to_markdown ~46

Convert HTML to clean Markdown. Use when extracting readable content from web pages or migrating HTML docs to Markdown format.

NameTypeReqDescription
htmlstringyesHTML string to convert to Markdown

No output schema declared.

No examples provided.

text_json_format ~62

Format and pretty-print a JSON string with configurable indentation. Use when making minified or compact JSON readable for debugging or documentation.

NameTypeReqDescription
indentnumberNumber of spaces for indentation (0-8)
jsonstringyesRaw JSON string to format

No output schema declared.

No examples provided.

text_json_to_yaml ~52

Convert JSON data to YAML format. Use when generating human-readable config files from JSON data structures.

NameTypeReqDescription
dataobjectyesJSON object to convert
indentnumberNumber of spaces for indentation

No output schema declared.

No examples provided.

text_json_validate ~32

Validate whether a string is valid JSON and report parsing errors.

NameTypeReqDescription
jsonstringyesJSON string to validate

No output schema declared.

No examples provided.

text_markdown_to_html ~79

Convert Markdown text to HTML. Use when rendering Markdown content for web display or email templates. Returns sanitized HTML.

NameTypeReqDescription
gfmbooleanEnable GitHub Flavored Markdown
markdownstringyesMarkdown source text
sanitizebooleanStrip script tags, event handlers, iframes, objects, and embeds

No output schema declared.

No examples provided.

text_xml_to_json ~48

Convert XML documents to JSON. Use when parsing XML API responses, feeds, or config files into a structured JSON format for easier processing.

NameTypeReqDescription
xmlstringyesXML string to convert

No output schema declared.

No examples provided.

text_yaml_to_json ~48

Convert YAML configuration or data to JSON. Use when parsing YAML config files for programmatic access or API consumption. Returns a JSON object.

NameTypeReqDescription
yamlstringyesYAML string to convert

No output schema declared.

No examples provided.

transform_code_format ~78

Format source code with language-aware indentation and style rules. Supports JS, TS, Python, Go, Rust, and more. Use when standardizing code style or preparing snippets for documentation.

NameTypeReqDescription
codestringyesSource code to format
languagestringyesProgramming language (javascript, json, html, css, sql, xml)

No output schema declared.

No examples provided.

transform_json_to_typescript ~76

Generate TypeScript interfaces from a JSON sample. Use when building type-safe API clients or converting API responses into TypeScript types.

NameTypeReqDescription
jsonobjectyesAny valid JSON value to convert (object, array, string, number, etc.)
namestringName for the generated interface (default: "Root")

No output schema declared.

No examples provided.

transform_minify_css ~47

Minify CSS stylesheets by removing whitespace, comments, and redundant rules. Use when reducing stylesheet size for faster page loads.

NameTypeReqDescription
codestringyesCSS code to minify

No output schema declared.

No examples provided.

transform_minify_js ~48

Minify JavaScript code by removing whitespace, comments, and shortening variable names. Use when optimizing bundle size for production deployment.

NameTypeReqDescription
codestringyesJavaScript code to minify

No output schema declared.

No examples provided.

transform_sql_format ~65

Format and beautify SQL queries with proper indentation and keyword casing. Use when cleaning up inline SQL for code reviews, documentation, or debugging.

NameTypeReqDescription
indentnumberNumber of spaces for indentation (default: 2)
sqlstringyesSQL query to format

No output schema declared.

No examples provided.