Model Context Protocol endpoint. JSON-RPC 2.0 over HTTP POST.
POST https://ip.brazya.ru/mcp.php Content-Type: application/json
curl -X POST https://ip.brazya.ru/mcp.php \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'
curl -X POST https://ip.brazya.ru/mcp.php \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"ip_info","arguments":{"ip":"8.8.8.8"}}}'
{
"mcpServers": {
"ipbrazya": {
"url": "https://ip.brazya.ru/mcp.php"
}
}
}
get_my_ip — visitor's IPip_info — geo lookup by IP/hostnamedns_lookup — DNS recordswhois_domain — WHOIS/RDAPping_host — ICMP pinghttp_headers — HTTP headersssl_check — SSL infosite_card — combined reportSpec: modelcontextprotocol.io