Search RIPE Atlas Probes
atlas_search_probesSearch for RIPE Atlas probes worldwide using filters like location, network, and status to identify measurement targets.
Instructions
Search for RIPE Atlas probes worldwide with filters for location, network, and status.
Args:
country (string): Two-letter ISO country code (e.g. 'DE', 'US', 'AU')
asn (number): Filter by ASN (IPv4)
asn_v6 (number): Filter by ASN (IPv6)
prefix (string): Filter by IPv4 prefix (e.g. '193.0.0.0/21')
prefix_v6 (string): Filter by IPv6 prefix
status (1|2|3): 1=Connected, 2=Disconnected, 3=Abandoned
is_anchor (bool): Only anchor probes
tags (string): Comma-separated tag slugs
search (string): Free-text search
sort (string): Sort field (e.g. 'id', '-id')
page/page_size: Pagination
Returns: Paginated list of probes with ID, country, ASN, status, tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| page_size | No | Results per page (1-500, default: 25) | |
| asn | No | Filter by ASN (v4) | |
| asn_v6 | No | Filter by ASN (v6) | |
| prefix | No | Filter by IPv4 prefix | |
| prefix_v6 | No | Filter by IPv6 prefix | |
| country | No | Filter by two-letter ISO country code | |
| status | No | Probe status: 1=Connected, 2=Disconnected, 3=Abandoned | |
| is_anchor | No | Filter for anchor probes only | |
| tags | No | Comma-separated tag slugs to filter by | |
| search | No | Free-text search across probe fields | |
| sort | No | Sort field (e.g. 'id', '-id' for descending) | |
| response_format | No | Output format: 'json' for structured data or 'markdown' for human-readable | json |