Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| THEALEPH_API_URL | No | Set custom API URL (optional) | https://thealeph.ai |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| thealeph_health_check | Check the health and operational status of The Aleph API |
| thealeph_current_stats | Get current API usage statistics for the last N days |
| thealeph_daily_stats | Get API usage statistics for a specific date |
| thealeph_summary_stats | Get a quick summary of API usage statistics |
| thealeph_export_stats | Export all monitoring data in specified format |
| thealeph_asn_classifications | Get classification information for a specific ASN |
| thealeph_asn_regex | Get regex patterns associated with an ASN for PTR record parsing |
| thealeph_asn_hints | Get geographic and network hints for an ASN |
| thealeph_asn_infrastructure_mapping | Map infrastructure locations for an ASN |
| thealeph_asn_hint_mapping | Get hint-based location mapping for an ASN |
| thealeph_query_ptr | Query reverse DNS (PTR) records and retrieve network intelligence including ASN, location, and geo hints |
| thealeph_batch_query_ptr | Query multiple PTR records in a single batch request |
| thealeph_traceroute_mapper | Enrich traceroute hops with network intelligence including ASN, PTR records, and geographic locations |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |