The Aleph MCP
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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| thealeph_health_checkB | Check the health and operational status of The Aleph API |
| thealeph_current_statsB | Get current API usage statistics for the last N days |
| thealeph_daily_statsB | Get API usage statistics for a specific date |
| thealeph_summary_statsC | Get a quick summary of API usage statistics |
| thealeph_export_statsC | Export all monitoring data in specified format |
| thealeph_asn_classificationsC | Get classification information for a specific ASN |
| thealeph_asn_regexA | Get regex patterns associated with an ASN for PTR record parsing |
| thealeph_asn_hintsC | Get geographic and network hints for an ASN |
| thealeph_asn_infrastructure_mappingB | Map infrastructure locations for an ASN |
| thealeph_asn_hint_mappingB | Get hint-based location mapping for an ASN |
| thealeph_query_ptrA | Query reverse DNS (PTR) records and retrieve network intelligence including ASN, location, and geo hints |
| thealeph_batch_query_ptrB | Query multiple PTR records in a single batch request |
| thealeph_traceroute_mapperA | 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 | |
TDQS
Scored across 13 tools
Each tool targets a distinct aspect of network intelligence: ASN details, hints, mappings, regex, PTR queries (single and batch), traceroute enrichment, health check, and four different stats endpoints. No two tools have overlapping purposes.
All tools follow the consistent prefix 'thealeph_' followed by descriptive snake_case names (e.g., thealeph_asn_classifications, thealeph_batch_query_ptr). No mixing of camelCase or other conventions.
13 tools is well-scoped for the domain of network intelligence. Each tool provides a specific, necessary function without redundancy, and the count is within the ideal 3-15 range.
The tool set covers the full lifecycle of network intelligence: ASN lookups (classifications, hints, mappings, regex), PTR queries, traceroute enrichment, health monitoring, and comprehensive stats. No obvious gaps for the intended purpose.