Skip to content

feat: add LoneStarOracle — 11 financial data services (Stripe MPP + x402 Base USDC)#604

Open
Homie4570 wants to merge 1 commit intotempoxyz:mainfrom
Homie4570:add-lonestaroracle-services
Open

feat: add LoneStarOracle — 11 financial data services (Stripe MPP + x402 Base USDC)#604
Homie4570 wants to merge 1 commit intotempoxyz:mainfrom
Homie4570:add-lonestaroracle-services

Conversation

@Homie4570
Copy link
Copy Markdown

LoneStarOracle — 11 Financial Data Services

Adds 11 production services from LoneStarOracle, a financial intelligence API suite for AI agents.

Services added

Service URL Category Price
TokenScope token.lonestaroracle.xyz blockchain/data $0.50/session
WeatherOracle weather.lonestaroracle.xyz data $0.50/session
WalletRisk wallet.lonestaroracle.xyz blockchain/data $0.51/session
ContractCheck contract.lonestaroracle.xyz blockchain $0.50/session
NewsSentiment news.lonestaroracle.xyz ai/data $0.51/session
EquityScope equity.lonestaroracle.xyz data $0.50/session
OptionsFlow options.lonestaroracle.xyz data $0.50/session
PortfolioRisk portfolio.lonestaroracle.xyz data $0.50/session
MacroPulse macro.lonestaroracle.xyz data $0.50/session
EarningsCalendar earnings.lonestaroracle.xyz data $0.50/session
InsiderFlow insider.lonestaroracle.xyz data $0.51/session

Payment methods

  • Primary: Stripe MPP (WWW-Authenticate: Payment / STRIPE_PAYMENT)
  • Secondary: x402 Base mainnet USDC — added BASE_USDC_PAYMENT constant for method: "x402" on Base (USDC 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913)

Notes

  • All services live and verified — both payment headers (payment-required and WWW-Authenticate) confirmed on every gated route
  • Session pricing: Stripe minimum $0.50, so sessions are sized as ceil(0.50 / per_query_price) queries
  • All services respond on *.lonestaroracle.xyz subdomains behind nginx reverse proxy on a DigitalOcean droplet

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 25, 2026

@Homie4570 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

🔀 Changed Services

✅ Added

  • lonestaroracle-contractcheck
  • lonestaroracle-earningscalendar
  • lonestaroracle-equityscope
  • lonestaroracle-insiderflow
  • lonestaroracle-macropulse
  • lonestaroracle-newssentiment
  • lonestaroracle-optionsflow
  • lonestaroracle-portfoliorisk
  • lonestaroracle-tokenscope
  • lonestaroracle-walletrisk
  • lonestaroracle-weatheroracle

@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

@Homie4570
Copy link
Copy Markdown
Author

Hi team — thanks for the quick checklist response!

Just a note on the pnpm check:types item: running it against the current branch produces one error:

src/pages/_api/api/services.ts(1,23): error TS2307: Cannot find module '../../../../schemas/discovery.json'

This error exists on main before our changes (the discovery.json file is only generated during pnpm build). Our additions are limited to schemas/services.ts — no changes to any source files.

pnpm build completes cleanly (✓ built in 1.70s). Happy to make any adjustments to the service entries if needed!

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