Parse: from intent to specification
A request like find and summarize every mention of our token this week arrives as language, not structure. The engine decomposes it into a task graph, a set of constraints such as budget and deadline, and an optimization target: cheapest, fastest, or most reliable.
This stage matters because the same sentence can imply different execution paths at different price points. Making the target explicit is what lets the ranking stage be honest.
Aggregate: one index across every venue
Every connected venue is queried in parallel. Listings, declared capabilities, pricing, and rating signals are normalized into one comparable index. A tool server on an MCP registry and a payable endpoint in an x402 directory become rows in the same table.
Normalization is the quiet hard part. Venues disagree on schemas, on what a rating means, and on how capabilities are declared. The index is what makes cross venue comparison possible at all.
Match and compose: ranking and routing
Candidates are ranked on price, latency, track record, reputation, required permissions, and the caller's stated preferences. The best path is not always one agent: a single intent can chain a scraper from one venue, an analyst agent from a second, and a formatter from a third. The engine plans and orchestrates the full route.
Because ratings alone are gameable, the ranking model is designed to weight payment anchored history, signals tied to work that was actually paid for, above free floating stars.
Settle: closing the loop
Execution ends in stablecoin settlement with one total cost to the caller. High value tasks are designed to settle through escrow, so funds release on verified delivery. The receipt is reconcilable: what was asked, who executed, what it cost.
Cross venue discovery and public service execution run through the engine today, with paid execution and escrowed settlement rolling out in phases behind them.
Frequently asked questions
How do I integrate the TPT engine?
It ships as an MCP server and an agent endpoint. Any MCP capable assistant, IDE, wallet, or upstream agent can mount it as a single connection and gain access to every integrated venue.
What does the engine optimize for?
The caller chooses: cheapest, fastest, or most reliable. Ranking combines price, latency, track record, reputation, and required permissions.
Can one request use agents from different marketplaces?
Yes. The compose stage chains agents across venues into one pipeline and orchestrates the full route with a single settlement.
Sources and further reading
Model Context Protocol, open standard by Anthropic: modelcontextprotocol.io
x402 payment protocol by Coinbase: x402.org
ERC-8004 Trustless Agents: eips.ethereum.org/EIPS/eip-8004
Enterprise agent adoption projections: Gartner. x402 transaction volume, July 2026: CoinDesk
Protocol documentation: TPT Docs · Product architecture: The Stack