← Registry

Security & Testing

botoi.com

Provides tools to look up IP geolocation, DNS records, WHOIS data, SSL certificates, and email validation.

1 endpoint49 known toolsFirst detected May 11, 2026Last detected September 6, 2026

ENDPOINT 1

https://api.botoi.com/mcp

No auth detected

MCP server metadata

Name
botoi
Version
1.0.0
Capabilities
tools.listChangedprompts.listChangedresources.listChanged

Known tools 49

lookup_ip

Look up geolocation, ISP, and network details for an IP address.

Inferred read-only
lookup_dns

Query DNS records (A, AAAA, MX, TXT, CNAME, NS) for a domain.

Inferred read-only
lookup_whois

Get WHOIS registration data for a domain.

Inferred read-only
lookup_ssl

Check SSL certificate details and expiry for a domain.

Inferred read-only
lookup_email

Validate an email address (syntax, MX record, disposable check).

Potential side effects
lookup_headers

Fetch HTTP response headers for a URL.

Inferred read-only
lookup_url_metadata

Extract title, description, OG tags, and favicon from a URL.

Inferred read-only
lookup_domain_availability

Check if a domain name is available for registration.

Inferred read-only
lookup_tech_detect

Detect technologies used by a website (frameworks, CMS, analytics).

Inferred read-only
lookup_vpn_detect

Check if an IP address is a VPN, proxy, or Tor exit node.

Inferred read-only
lookup_phone

Parse and validate a phone number, returning country, carrier, line type, and E.164 format.

Inferred read-only
lookup_company

Look up company information by domain name.

Inferred read-only
text_base64_encode

Encode a UTF-8 string to Base64.

Inferred read-only
text_base64_decode

Decode a Base64 string back to UTF-8 text.

Inferred read-only
text_json_format

Format and pretty-print a JSON string with configurable indentation.

Inferred read-only
text_json_validate

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

Inferred read-only
text_markdown_to_html

Convert Markdown text to HTML.

Inferred read-only
text_html_to_markdown

Convert HTML to clean Markdown.

Inferred read-only
text_csv_to_json

Parse CSV text into a JSON array of objects.

Inferred read-only
text_yaml_to_json

Convert YAML configuration or data to JSON.

Inferred read-only
text_json_to_yaml

Convert JSON data to YAML format.

Inferred read-only
text_xml_to_json

Convert XML documents to JSON.

Inferred read-only
dev_hash

Generate a hash (MD5, SHA-1, SHA-256, SHA-512) of input text.

Inferred read-only
dev_uuid

Generate one or more UUIDs (v4 or v7).

Inferred read-only
dev_jwt_sign

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

Potential side effects
dev_jwt_verify

Verify and decode a JWT.

Inferred read-only
dev_cron_describe

Convert a cron expression to a human-readable description.

Inferred read-only
dev_password_generate

Generate a random password with configurable length and complexity.

Inferred read-only
dev_url_encode

URL-encode a string by escaping special characters.

Inferred read-only
dev_url_decode

URL-decode a percent-encoded string back to readable text.

Inferred read-only
dev_regex_test

Test a regex pattern against a string and return matches.

Inferred read-only
dev_diff

Compute a unified diff between two text strings.

Inferred read-only
dev_semver_parse

Parse and validate a semver string into major, minor, patch, pre-release, and build components.

Inferred read-only
dev_timestamp_convert

Convert between Unix timestamps and ISO 8601 dates.

Inferred read-only
security_encrypt

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

Inferred read-only
security_decrypt

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

Inferred read-only
security_totp_generate

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

Inferred read-only
security_validate_credit_card

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

Inferred read-only
security_pii_detect

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

Inferred read-only
transform_minify_js

Minify JavaScript code by removing whitespace, comments, and shortening variable names.

Inferred read-only
transform_minify_css

Minify CSS stylesheets by removing whitespace, comments, and redundant rules.

Inferred read-only
transform_sql_format

Format and beautify SQL queries with proper indentation and keyword casing.

Inferred read-only
transform_code_format

Format source code with language-aware indentation and style rules.

Inferred read-only
transform_json_to_typescript

Generate TypeScript interfaces from a JSON sample.

Inferred read-only
lookup_address_validate

Validate a freeform address and return structured components (street, city, state, postal code, country), GPS coordinates, and confidence score.

Inferred read-only
lookup_breach_check

Check if a password has appeared in known data breaches using k-Anonymity.

Inferred read-only
lookup_ssl_cert_expiry

Check SSL certificate expiry for a domain.

Inferred read-only
lookup_dns_monitor

Check DNS records for a domain and compare against the previous snapshot.

Inferred read-only
lookup_accessibility

Run 10 basic accessibility checks on a webpage URL.

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.botoi]
url = "https://api.botoi.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "botoi": {
      "type": "http",
      "url": "https://api.botoi.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: botoi
Remote MCP URL: https://api.botoi.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": {
    "botoi": {
      "url": "https://api.botoi.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "botoi": {
      "type": "http",
      "url": "https://api.botoi.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "botoi",
  "transport": "streamable-http",
  "url": "https://api.botoi.com/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 botoi.com was fetched 2026-08-25T12:32:56.057Z and is being refreshed.

Trust status Trusted

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