← botoi.com
INDIVIDUAL MCP TOOL
dev_password_generate
Generate a random password with configurable length and complexity.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent endpoint
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-com]
url = "https://api.botoi.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"botoi-com": {
"type": "http",
"url": "https://api.botoi.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: botoi-com
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-com": {
"url": "https://api.botoi.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"botoi-com": {
"type": "http",
"url": "https://api.botoi.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "botoi-com",
"transport": "streamable-http",
"url": "https://api.botoi.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
lookup_ip— Look up geolocation, ISP, and network details for an IP address.lookup_dns— Query DNS records (A, AAAA, MX, TXT, CNAME, NS) for a domain.lookup_whois— Get WHOIS registration data for a domain.lookup_ssl— Check SSL certificate details and expiry for a domain.lookup_email— Validate an email address (syntax, MX record, disposable check).lookup_headers— Fetch HTTP response headers for a URL.lookup_url_metadata— Extract title, description, OG tags, and favicon from a URL.lookup_domain_availability— Check if a domain name is available for registration.