AT
Agentic Terminal Directory
/search_merchants
search merchants
Search OP-verified merchants by rail, chain, category, agent-callable tier, trust tier, and free text. Ranked by trust tier then verification recency.
liveverifiedunknown~5s typical
mcpprobedagenticterminaldirectory
$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-ai-agenticterminal-directory /search_merchants for me.
Input
| Field | Type | Description |
|---|---|---|
| query | string | |
| rail | string (lightning | bolt12 | l402 | usdt) | |
| chain | string (tron | ethereum | solana | bsc | polygon | arbitrum) | |
| category | string | |
| agent_callable_tier | string (full-api | structured-handoff | human-checkout) | |
| trust_tier_min | number (1 | 2 | 3) | |
| accepts_usdc | boolean | |
| limit | integer |
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-ai-agenticterminal-directory","endpoint":"/search_merchants","input":{}}'cli
npx cracked-ai run -p mcp-ai-agenticterminal-directory -e /search_merchants -i '{}'mcp
run_tool({ provider: "mcp-ai-agenticterminal-directory", endpoint: "/search_merchants", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.