as_overview
Pack: ripe-stat · Endpoint: https://gateway.pipeworx.io/ripe-stat/mcp
ASN summary — holder, country, type, block range.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
asn | string | yes | AS number (e.g. “AS15169” or “15169”) |
Example call
curl -X POST https://gateway.pipeworx.io/ripe-stat/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"as_overview","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"ripe-stat": {
"url": "https://gateway.pipeworx.io/ripe-stat/mcp"
}
}
}
See Getting Started for client-specific install steps.