Skip to content

feat: add mppgas — multi-chain gas price tracker#652

Open
Vanya13917 wants to merge 3 commits into
tempoxyz:mainfrom
Vanya13917:add/mppgas
Open

feat: add mppgas — multi-chain gas price tracker#652
Vanya13917 wants to merge 3 commits into
tempoxyz:mainfrom
Vanya13917:add/mppgas

Conversation

@Vanya13917
Copy link
Copy Markdown

Summary

Adds mppgas to the mpp.dev service catalog — a multi-chain gas price tracker deployed at https://mppgas.vercel.app.

  • Returns slow / standard / fast gas prices in gwei, native token USD price, and estimated 21,000-gas transfer cost in USD for 7 chains: Ethereum, Base, Arbitrum, Optimism, Polygon, BSC, and Tempo
  • $0.01 USDC.e per request via Tempo MPP
  • Gas-abstracted (feePayer sponsored) — agents only need USDC.e, no native Tempo gas required
  • Results cached 10s per chain
  • OpenAPI spec: https://mppgas.vercel.app/openapi.json

Changes

  • schemas/services.ts — adds mppgas entry with TEMPO_PAYMENT, two endpoints (GET /api/gas and GET /api/info), categories ["blockchain", "data"]

Test

curl https://mppgas.vercel.app/api/info

A live agent payment test was completed successfully (all 7 chains returned gas data).

@vercel
Copy link
Copy Markdown

vercel Bot commented May 18, 2026

Someone 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

github-actions Bot commented May 18, 2026

🔀 Changed Services

✅ Added

  • mppgas

Adds mppgas to the service catalog: returns slow/standard/fast gas prices
in gwei, native token USD price, and estimated 21k-gas transfer cost in USD
for Ethereum, Base, Arbitrum, Optimism, Polygon, BSC, and Tempo.
$0.01 USDC.e per request, gas-abstracted (feePayer sponsored).
@Vanya13917 Vanya13917 marked this pull request as ready for review May 18, 2026 11:00
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