Verified Burst
verified-burst broker
Sell verified inference bursts on Cerebras. An agent hits a hard / irreversible / low-confidence decision and buys more thinking: escalate to fast silicon → best-of-N → verify → pay per burst over x402, charged only if the answer passes. Budget-capped per agent.
BYOK passthrough: the customer's tokens are billed to their own Cerebras key — we never mark up tokens. We charge a small service fee for routing + verification + the burst guarantee. (Legal-clean: selling our application, not reselling their API.)
The wedge — one line for an agent builder
{ "mcpServers": { "verified-burst": {
"command": "python3", "args": ["/root/inference-burst/mcp_server.py"] } } }Their agent gains one tool, buy_verified_burst(request, strategy, n, verifier, answer_key),
that returns a verified answer + receipt and bills per burst.
Related MCP server: the402-mcp-server
Files
file | role |
| BYOK Cerebras call (OpenAI-compatible). Key never stored/logged. |
| verified-burst core: best-of-N + self-consistency / deterministic-check / judge verifiers. |
| service-fee quote (not a token markup). |
| x402 challenge + facilitator verify/settle. Settle only on |
| orchestration: quote → authorize → burst → settle-IF-verified, + per-agent budget cap. |
| HTTP surface ( |
| MCP stdio surface — the one-liner. |
| the 1-day BYOK measurement harness (offline + live). |
Run
# offline measurement / shape
python3 measure.py --offline
# live (needs .env with CEREBRAS_API_KEY)
python3 measure.py
# HTTP broker
PORT=8402 python3 server.py
# MCP server is launched by the MCP client via the config aboveConfig (.env, gitignored)
CEREBRAS_API_KEY=csk-... # required (BYOK)
CEREBRAS_MODEL=gpt-oss-120b # this account: gpt-oss-120b | zai-glm-4.7 (NOT llama)
# x402 (REAL mode — omit for SIM):
X402_FACILITATOR_URL=... # facilitator that verifies/settles payments
X402_PAY_TO=0x... # seller wallet that receives USDC
X402_USDC_ASSET=0x... # USDC contract on the chosen network
X402_NETWORK=base-sepoliaGo-live checklist
x402 creds: facilitator URL + seller wallet (
X402_PAY_TO) + USDC asset. Until set, payments run in SIM (flow is real, settlement is stubbed).Verify pricing:
gpt-oss-120bper-token rate (current placeholder is UNVERIFIED) and setFEESinpricing.pyto a margin you've checked.Pick the verifier per use case:
self_consistency(cheap, default),judge(adversarial, costs an extra call), or a callerdeterministic_check(gold standard).Budget cap:
broker.DEFAULT_BUDGET_USD— wire to the AgentsPrice margin governor for real per-agent caps.Cerebras gotcha: requests need a browser-ish
User-Agentor Cloudflare returns 403 error 1010 (already handled).
Status (2026-06-15)
Core + both surfaces run live against real Cerebras. Verified→charged, failed→not charged, no-payment→402, budget-cap→refused — all confirmed. x402 in SIM pending creds.
Maintenance
Tools
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ericutility-prog/verified-burst-broker'
If you have feedback or need assistance with the MCP directory API, please join our Discord server