Security & Testing
botoi.com
Provides tools to look up IP geolocation, DNS records, WHOIS data, SSL certificates, and email validation.
ENDPOINT 1
https://api.botoi.com/mcp
MCP server metadata
- Name
- botoi
- Version
- 1.0.0
Known tools 49
lookup_tech_detectDetect technologies used by a website (frameworks, CMS, analytics).
Inferred read-onlylookup_phoneParse and validate a phone number, returning country, carrier, line type, and E.164 format.
Inferred read-onlytext_json_formatFormat and pretty-print a JSON string with configurable indentation.
Inferred read-onlytext_json_validateValidate whether a string is valid JSON and report parsing errors.
Inferred read-onlydev_password_generateGenerate a random password with configurable length and complexity.
Inferred read-onlydev_semver_parseParse and validate a semver string into major, minor, patch, pre-release, and build components.
Inferred read-onlysecurity_validate_credit_cardValidate a credit card number (Luhn check, network detection).
Inferred read-onlysecurity_pii_detectDetect personally identifiable information (emails, phones, SSNs) in text.
Inferred read-onlytransform_minify_jsMinify JavaScript code by removing whitespace, comments, and shortening variable names.
Inferred read-onlytransform_minify_cssMinify CSS stylesheets by removing whitespace, comments, and redundant rules.
Inferred read-onlytransform_sql_formatFormat and beautify SQL queries with proper indentation and keyword casing.
Inferred read-onlytransform_code_formatFormat source code with language-aware indentation and style rules.
Inferred read-onlylookup_address_validateValidate a freeform address and return structured components (street, city, state, postal code, country), GPS coordinates, and confidence score.
Inferred read-onlylookup_breach_checkCheck if a password has appeared in known data breaches using k-Anonymity.
Inferred read-onlylookup_dns_monitorCheck DNS records for a domain and compare against the previous snapshot.
Inferred read-onlyCONNECT 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.
botoi.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.