Skip to content

Add 5 Tempo MPP services: Price Feed, Gas Estimator, Token Info, Activity Score, Random Stable Fact#702

Open
dmitrykmak wants to merge 2 commits into
tempoxyz:mainfrom
dmitrykmak:add-tempo-mpp-services
Open

Add 5 Tempo MPP services: Price Feed, Gas Estimator, Token Info, Activity Score, Random Stable Fact#702
dmitrykmak wants to merge 2 commits into
tempoxyz:mainfrom
dmitrykmak:add-tempo-mpp-services

Conversation

@dmitrykmak

@dmitrykmak dmitrykmak commented Jun 15, 2026

Copy link
Copy Markdown

This PR adds five live, third-party MPP services on Tempo to the directory. All accept USDC.e via the tempo charge intent, require no API key, and are registered on MPPScan.

Services

Service Price Endpoint Description
Tempo Price Feed $0.01 GET /api/service Live USD prices for all Tempo stablecoins (Tempo token list + CoinGecko)
Tempo Gas Estimator $0.005 GET /api/service Stablecoin gas-cost estimates for common Tempo operations
Tempo Token Info $0.01 GET /api/service?token=0x... TIP-20 token metadata: symbol, name, decimals, total supply
Tempo Activity Score $0.01 GET /api/service?address=0x... Heuristic 0-100 wallet activity score
Random Stable Fact $0.005 GET /api/service A random sourced fact about stablecoins and Tempo

Checklist

  • Services are live and accepting payments via MPP (each returns 402 + WWW-Authenticate: Payment unpaid, 200 after payment)
  • Added entries to schemas/services.ts
  • Types pass: tsc --noEmit clean
  • node scripts/generate-discovery.ts succeeds (100 services, all entries present)
  • Registered on MPPScan

Each service pins its realm to its stable production domain so on-chain stats attribute correctly.

…e Fact

Three third-party MPP services on Tempo, all live and accepting USDC.e
payments via the tempo charge intent, registered on MPPScan:

- tempo-price-feed: live USD prices for all Tempo stablecoins ($0.01)
- tempo-gas-estimator: stablecoin gas cost estimates for common ops ($0.005)
- random-stable-fact: random sourced stablecoin facts ($0.005)
@vercel

vercel Bot commented Jun 15, 2026

Copy link
Copy Markdown

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

github-actions Bot commented Jun 15, 2026

Copy link
Copy Markdown

🔀 Changed Services

✅ Added

  • random-stable-fact
  • tempo-activity-score
  • tempo-gas-estimator
  • tempo-price-feed
  • tempo-token-info

Two more live third-party MPP services on Tempo (USDC.e, charge intent,
registered on MPPScan):

- tempo-token-info: TIP-20 token metadata lookup ($0.01)
- tempo-activity-score: heuristic 0-100 wallet activity score ($0.01)
@dmitrykmak dmitrykmak changed the title Add 3 Tempo MPP services: Price Feed, Gas Estimator, Random Stable Fact Add 5 Tempo MPP services: Price Feed, Gas Estimator, Token Info, Activity Score, Random Stable Fact Jun 16, 2026
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