/discover
Find candidate services by capability, payment rail, price ceiling, latency target, and attestation requirement.
This public draft gives agents, LLMs, and developers the stable URLs and integration shape. The live API and MCP tools are the next build phase.
The MCP server will expose service discovery, routing, and audit tools. Until the server is live, clients should read this as the public contract draft.
{
"mcpServers": {
"stackbroker": {
"url": "https://mcp.stackbroker.xyz",
"transport": "streamable-http"
}
}
}Fast lookup and routing only. No long compute. No custody of buyer funds in the MVP.
Find candidate services by capability, payment rail, price ceiling, latency target, and attestation requirement.
Return the recommended seller endpoint, routing reason, price metadata, provenance, and audit token.
Query route decisions and verification events by request id, service id, or seller id.
curl "https://api.stackbroker.xyz/discover?capability=web.extract&max_price_usdc=0.01&latency_ms=200"
Stackbroker will start with a small tool surface designed for agent procurement.
| discover_service | Return ranked candidate services for a requested capability. |
|---|---|
| route_request | Return the recommended seller endpoint and payment/provenance metadata. |
| get_service | Fetch a service record, verification history, and attestation tier. |
| submit_verification_result | Record a test result, latency sample, or failure signal. |
| audit_route | Return route rationale and log references for a prior decision. |
Stackbroker is being designed around x402-style agent payments while staying routing-only at launch.
Public uptime and latency reporting will live at https://status.stackbroker.xyz. For now, this page is the canonical public status placeholder.
| Apex site | Live |
|---|---|
| Docs | Public draft |
| Directory | Seed catalog draft |
| API/MCP | Planned next build phase |
app.stackbroker.xyz and admin.stackbroker.xyz are reserved. Admin is intentionally not public.