asn_neighbours
Pack: ripe-stat · Endpoint: https://gateway.pipeworx.io/ripe-stat/mcp
BGP neighbours of an AS — observed via RIS route collectors.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
asn | string | yes | AS number |
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":"asn_neighbours","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.