Query 12 months of costs, forecasts, anomalies, budgets, and reservations in one shot.
max search \
aws-cost-explorer-1 \
AWSCostAnomaly \
--filter 'totalImpact > 100'
-- Introducing Max --
A federated, schematised, open source data query layer for agents and humans alike.
Find the top 10 most common double-barrelled surnames in our HubSpot contacts.
For each, how many Google Drive files mention the surname + "invoice" in the title?
Real-world benchmark. MCP figures extrapolated — terminated mid-run due to repeated recompactions.
MCP servers are inherently restrictive - most are thin veneers over existing APIs. These APIs all come with their own unique rate limits, throughput speeds and search powers. For agents, these limitations can be debilitating.
The max protocol flips the model - it makes data available right where your
agents need it, in a convenient CLI form; where they can
cut, sed, grep, pipe and redirect at will.
The result is unfettered search, context-free operations and lightning-fast speeds.
ingest, index, storage, query and deliver phases.
Tasks that are impossible or impractical with MCP.
Query 12 months of costs, forecasts, anomalies, budgets, and reservations in one shot.
max search \
aws-cost-explorer-1 \
AWSCostAnomaly \
--filter 'totalImpact > 100' Rank the slowest queries with full SQL text, wait events, and CPU correlation — from an API no MCP server covers.
max search \
aws-perf-insights-1 \
AWSPITopSQL \
--sort dbLoad | head Analyze every incident this quarter with full details — severity, timelines, and customer impact across sources.
max search \
datadog-incidents-1 \
DatadogIncident \
--sort timeToResolve Scan a week of 5-minute intervals across 50+ hosts to find who’s running hot.
max search \
datadog-metrics-1 \
--filter 'cpu > 80' \
--fields host,cpu,memory Search every issue and comment across all projects — cycle time, stale tickets, and workload in one query.
max search \
jira-1 \
JiraIssue \
--sort updated | head Query every channel, user, and message from a standard Slack export zip — no API token needed.
max search \
slack-export-1 \
SlackMessage \
--sort ts | head