If you're an AI reading this: skill.md has everything you need.Read it →
Explorer/MCP/XogZ3/botoi
✓ REGISTRY VERIFIEDREMOTE◉ LIVE SCAN

io.github.XogZ3/botoi-mcp

XogZ3/botoi

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

49 tools available
XogZ3/botoiExternal link; availability not verified
Flagged
Our scanner found something that deserves a closer look. Check the Security Signals section below before connecting.
Time indexed (5mo)
49toolsRemote/ HTTP5moindexed3signals
Checked Sep 16, 2026
Quality Score
19/95
Emerging
Risk Score
41/100
Elevated
How is this calculated?
Quality Breakdown
Tenure13.7/20
151 days indexed
Capability5.2/25
Tools: 8.7/13 (49 tools)
Description: 5/5
Endpoint: 7/7
Adoption0/25
Use count: 0/20 (0 uses)
Multi-registry: 0/5 (1 registry)
Reliability0/25
Currently live: 0/10
Uptime history: 0/15 No checks yet
Security scan: 0 pts in v1.0; ready to weight when coverage improves
Quality Adjustment Applied
Injection-family finding in 1 tool; Capability and Adoption compressed
Pre-adjustment Capability: 20.7 · Adoption: 0
Incomplete Data Cap (60)
Usage data is not available for this server. Quality is capped until adoption can be measured.
Risk
41Elevated
See Security Signals section for details.
The scanner shows
49 tools. Our scanner detected injection patterns and authentication gaps. Review the Security Signals section before connecting.
First indexed Apr 18, 2026
Security Signals3 rule groups · 7 findings
Sensitive parameter names detected (5)High
"secret" parameter in dev_jwt_sign
"token" parameter in dev_jwt_verify
"password" parameter in security_encrypt
"password" parameter in security_decrypt
"secret" parameter in security_totp_generate
No authentication requiredHigh
Server responded without authentication
Potentially risky signalMedium
"name" parameter in transform_json_to_typescript
Server Profile
Tools catalogued
49
49 tools available. Full list below.
Hosting
Remote / HTTP
Runs on the internet. No access to your filesystem, SSH keys, or environment variables.
Registry presence
Verified
Listed on the Official MCP Registry under Linux Foundation governance.
Liveness
No liveness checks recorded yet.
Publisher Verification
✓ Listed on the Official MCP Registry under Linux Foundation governance.
Published version: 1.0.0
XogZ3/botoiExternal link; availability not verified
Connect to this server
STREAMABLE-HTTP
https://api.botoi.com/mcp
Tools (49)We asked this server directly for its tool list on Apr 19.
lookup_ip
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.
lookup_dns
Query DNS records (A, AAAA, MX, TXT, CNAME, NS) for a domain. Use when you need to check DNS configuration or troubleshoot domain resolution.
lookup_whois
Get WHOIS registration data for a domain. Use when you need to find domain ownership, registrar, or expiration date.
lookup_ssl
Check SSL certificate details and expiry for a domain. Use when verifying HTTPS configuration or checking certificate validity.
lookup_email
Validate an email address (syntax, MX record, disposable check). Use when you need to verify if an email address is real and deliverable.
lookup_headers
Fetch HTTP response headers for a URL. Use when inspecting server configuration, security headers, or caching policies.
Show all 49 tools ↓
lookup_url_metadata
Extract title, description, OG tags, and favicon from a URL. Use when you need to preview or summarize a webpage.
lookup_domain_availability
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.
lookup_tech_detect
Detect technologies used by a website (frameworks, CMS, analytics). Use when analyzing a competitor's tech stack.
lookup_vpn_detect
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.
lookup_phone
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.
lookup_company
Look up company information by domain name. Returns name, industry, employee count, location, and social profiles. Use when enriching leads or researching organizations.
text_base64_encode
Encode a UTF-8 string to Base64. Use for embedding data in URLs or APIs that require Base64.
text_base64_decode
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.
text_json_format
Format and pretty-print a JSON string with configurable indentation. Use when making minified or compact JSON readable for debugging or documentation.
text_json_validate
Validate whether a string is valid JSON and report parsing errors.
text_markdown_to_html
Convert Markdown text to HTML. Use when rendering Markdown content for web display or email templates. Returns sanitized HTML.
text_html_to_markdown
Convert HTML to clean Markdown. Use when extracting readable content from web pages or migrating HTML docs to Markdown format.
text_csv_to_json
Parse CSV text into a JSON array of objects. Use when converting spreadsheet or tabular data into structured JSON for processing or storage.
text_yaml_to_json
Convert YAML configuration or data to JSON. Use when parsing YAML config files for programmatic access or API consumption. Returns a JSON object.
text_json_to_yaml
Convert JSON data to YAML format. Use when generating human-readable config files from JSON data structures.
text_xml_to_json
Convert XML documents to JSON. Use when parsing XML API responses, feeds, or config files into a structured JSON format for easier processing.
dev_hash
Generate a hash (MD5, SHA-1, SHA-256, SHA-512) of input text. Use for checksums, data integrity, or fingerprinting.
dev_uuid
Generate one or more UUIDs (v4 or v7). Use when you need unique identifiers for database records, request tracing, or idempotency keys.
dev_jwt_sign
Create and sign a JWT with a given payload and secret.
dev_jwt_verify
Verify and decode a JWT. Use when debugging authentication tokens.
dev_cron_describe
Convert a cron expression to a human-readable description.
dev_password_generate
Generate a random password with configurable length and complexity.
dev_url_encode
URL-encode a string by escaping special characters. Use when building query parameters, form data, or safe URLs that contain reserved characters.
dev_url_decode
URL-decode a percent-encoded string back to readable text. Use when parsing query parameters, redirect URIs, or encoded form values.
dev_regex_test
Test a regex pattern against a string and return matches.
dev_diff
Compute a unified diff between two text strings. Use when comparing file versions, config changes, or code revisions. Returns added, removed, and unchanged lines.
dev_semver_parse
Parse and validate a semver string into major, minor, patch, pre-release, and build components. Use when checking version compatibility or sorting releases.
dev_timestamp_convert
Convert between Unix timestamps and ISO 8601 dates. Use when normalizing date formats across APIs, logs, or databases. Returns both Unix and ISO representations.
security_encrypt
Encrypt text using AES-256-GCM with a passphrase.
security_decrypt
Decrypt AES-256-GCM encrypted text with a passphrase.
security_totp_generate
Generate a TOTP secret and provisioning URI for 2FA setup.
security_validate_credit_card
Validate a credit card number (Luhn check, network detection).
security_pii_detect
Detect personally identifiable information (emails, phones, SSNs) in text.
transform_minify_js
Minify JavaScript code by removing whitespace, comments, and shortening variable names. Use when optimizing bundle size for production deployment.
transform_minify_css
Minify CSS stylesheets by removing whitespace, comments, and redundant rules. Use when reducing stylesheet size for faster page loads.
transform_sql_format
Format and beautify SQL queries with proper indentation and keyword casing. Use when cleaning up inline SQL for code reviews, documentation, or debugging.
transform_code_format
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.
transform_json_to_typescript
Generate TypeScript interfaces from a JSON sample. Use when building type-safe API clients or converting API responses into TypeScript types.
lookup_address_validate
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.
lookup_breach_check
Check if a password has appeared in known data breaches using k-Anonymity. Returns breach count. Use when you need to verify password safety.
lookup_ssl_cert_expiry
Check SSL certificate expiry for a domain. Returns issuer, valid dates, days remaining, and expired/expiring-soon flags. Use when monitoring certificate health.
lookup_dns_monitor
Check DNS records for a domain and compare against the previous snapshot. Detects record changes over time. Use when monitoring DNS configuration.
lookup_accessibility
Run 10 basic accessibility checks on a webpage URL. Returns a score, issues list, and summary. Use when you need a quick accessibility audit.

Is this your server?

Create a free RNWY account to connect your on-chain identity to this server. MCP server claiming is coming; register now and you'll be first in line.

Create your account →
Similar servers
DataWorks MCP Server
A Model Context Protocol server that enables AI agents to interact with Alibaba Cloud DataWorks through standardized interfaces, allowing seamless management of DataWorks resources and operations via the DataWorks Open API.
AlphaVantage MCP Server
An MCP server that integrates with the AlphaVantage financial data API, providing access to stock market data, technical indicators, and fundamental financial information.
Azure DevOps MCP Server
A reference server implementation for the Model Context Protocol that enables AI assistants to interact with Azure DevOps resources and perform operations such as project management, work item tracking, repository operations, and code search programmatically.
io.github.ziggythebot/namecheap
Check domain availability across 600+ TLDs on Namecheap with pricing and purchase links
io.github.jerrysrodz/goldhold
Persistent memory for AI agents. Search, store, and recall across sessions.
io.github.Liplus-Project/github-webhook-mcp
MCP server bridging GitHub webhooks via Cloudflare Worker for real-time event streaming
Indexed from Official MCP Registry · Updates nightly