Agent Traffic Lab
AT
Agent Traffic Lab
/atl_decide

atl decide

Find the right tool, MCP server, or provider to execute a task. Call this when you need a tool for a task, need to find a provider, need to choose an MCP server

liveverifiedunknown~5s typical
mcpprobedagenttrafficlab
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-agenttrafficlab-atl /atl_decide for me.

Input

FieldTypeDescription
task*stringNatural-language task. ATL infers the required capability when possible.
required_capabilitystringCapability the selected provider must support.
desired_outcomestringOptional result the caller wants from the task.
constraintsobjectOptional hard requirements the selected provider must meet.
preferencesobjectOptional trade-offs such as cost, latency, or reliability.
auth_availablebooleanWhether the caller can authenticate to the selected provider.
max_retriesintegerOptional maximum retries allowed for the decision request.
timeout_msintegerOptional time limit for the decision request in milliseconds.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-agenttrafficlab-atl","endpoint":"/atl_decide","input":{"task":"..."}}'
cli
npx cracked-ai run -p mcp-com-agenttrafficlab-atl -e /atl_decide -i '{"task":"..."}'
mcp
run_tool({ provider: "mcp-com-agenttrafficlab-atl", endpoint: "/atl_decide", input: {"task":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.