📡 ip.brazya.ru MCP Server

Model Context Protocol endpoint. JSON-RPC 2.0 over HTTP POST.

Endpoint

POST https://ip.brazya.ru/mcp.php
Content-Type: application/json

Example: tool list

curl -X POST https://ip.brazya.ru/mcp.php \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'

Example: calling a tool

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"}}}'

Connecting to Claude Desktop

{
  "mcpServers": {
    "ipbrazya": {
      "url": "https://ip.brazya.ru/mcp.php"
    }
  }
}

Implemented tools

Spec: modelcontextprotocol.io