Skip to content

Add Lightning Rod Labs MPP services#780

Open
bartolomej wants to merge 2 commits into
tempoxyz:mainfrom
lightning-rod-labs:bart/add-lightningrod-api
Open

Add Lightning Rod Labs MPP services#780
bartolomej wants to merge 2 commits into
tempoxyz:mainfrom
lightning-rod-labs:bart/add-lightningrod-api

Conversation

@bartolomej

@bartolomej bartolomej commented Jul 10, 2026

Copy link
Copy Markdown

Summary

Adds LightningRod (Lightning Rod Labs) to the service directory — an AI forecasting API that predicts anything via OpenAI-compatible endpoints, with structured answers (binary, multiple-choice, continuous, free-response), optional web research, and low/medium/high reasoning effort.

Unlike a per-request proxy, LightningRod uses a credit + API-key model: agents pay once over MPP at POST /v1/mpp/topup to fund a balance and receive an API key, then call the forecasting endpoints with that key. Accepts Stripe and Tempo USDC.e.

Endpoints

Only POST /v1/mpp/topup carries an MPP payment (charge, dynamic, $1–$10,000, default $5). The forecasting endpoints (/v1/openai/chat/completions, /v1/openai/completions, /v1/openai/models) authenticate with the API key returned by top-up and draw down the prepaid balance — no per-request MPP payment — so they are listed without an amount (rendered as "—", no intent badge) purely to surface the product's API surface. Each description states the balance requirement. A code comment in the entry documents this so the routes aren't mistaken for missing prices.

Required checklist

  • Service is live and accepting payments via MPP (not a placeholder)
  • Entry added to schemas/services.ts
  • Types pass: pnpm check:types
  • Biome clean: pnpm check
  • Discovery regenerates: node scripts/generate-discovery.ts (LightningRod present in discovery.json + llms.txt)
  • Build succeeds: pnpm build (verified locally; static generation emits LightningRod into the services bundle. Requires an MPP_SECRET_KEY ≥ 32 bytes — CI supplies the real secret)

Recommended

  • Register on MPPScan — to be completed by Lightning Rod Labs

@vercel

vercel Bot commented Jul 10, 2026

Copy link
Copy Markdown

@bartolomej is attempting to deploy a commit to the Tempo Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions

Copy link
Copy Markdown

Thanks for submitting a service to the MPP directory!

If you want your service included in the curated mpp.dev/services list, complete this checklist before review:

Required

  • Your service is live and accepting payments via MPP (not a placeholder or coming-soon)
  • You've added your entry to schemas/services.ts following the contributing guide
  • Types pass: pnpm check:types
  • Build succeeds: pnpm build

Recommended

  • Register your service on MPPScan (by Merit Systems) — it follows the standard MPP discovery format and makes your service discoverable by agents immediately, no PR required

Review criteria

We prioritize services that are high quality and novel. We may not approve services that duplicate existing functionality or aren't yet production-ready.


Contributing guide · MPPScan · Protocol docs

@github-actions

Copy link
Copy Markdown

🔀 Changed Services

✅ Added

  • lightningrod

@bartolomej bartolomej marked this pull request as ready for review July 10, 2026 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant