New • Use via SMAPP

Turn MPP support into distribution, demos, and merchant revenue.

SMAPP should not just settle machine payments. It should be the public surface where agents discover services, operators watch live demos, and merchants get onboarded with copy-paste integration paths.

Discovery-firstDemo-readyMerchant growth loop
What ships first

The public growth layer for MPP

Registry

Curated top services with agent-ready routes.

Live demos

Weather, search, browsing, email, and models.

Merchant kit

Copy-paste onboarding and integration snippets.

Revenue view

Mock dashboard to sell the merchant upside.

Top services to route through SMAPP

Start with the categories agents need every day. Each listing should tell an operator what it does, what outcome it enables, and why it belongs in the default SMAPP workflow.

01Weather & Data

OpenWeather via Locus turns weather lookups into paid machine-to-machine API calls.

Agent-ready
OpenWeatherAviationStackGoogle Maps
Best for

Planning, logistics, and real-world agent context.

Why it matters

Agents pay only when they need fresh external data.

02Search & Research

Search, retrieval, and structured extraction without prepaid vendor accounts.

Agent-ready
ParallelBrave SearchExaFirecrawl
Best for

Research agents, lead gen, and web intelligence.

Why it matters

One spend rail across search, browsing, and extraction.

03Browsing & Execution

Use paid browsing and execution tools when the task requires real web state.

Agent-ready
BrowserbaseOxylabsBuild With Locus
Best for

Web automation, browser tasks, and ephemeral infra.

Why it matters

Agents buy capability only at the moment of execution.

04Messaging & Outreach

Email and communication services that an agent can trigger without manual billing setup.

Agent-ready
AgentMailStableEmailStablePhone
Best for

Outbound workflows, inboxes, replies, and notifications.

Why it matters

A sales or support agent can run as a business process, not a demo.

05Models & Media

Switch between model providers and media endpoints while keeping one payment control plane.

Agent-ready
OpenAIAnthropicOpenRouterGroqfal.ai
Best for

Inference routing, media generation, and fallback strategies.

Why it matters

SMAPP becomes the router between agents and paid intelligence.

Polished demo stack

These are the first five demos to productize. Together they prove that SMAPP is not just compatible with MPP, but useful as the operator layer around it.

Live demo 01

Weather Ops

01

Agent geocodes a city, pays OpenWeather over MPP, and returns live conditions.

OpenWeather via Locus
request402payretryresult
Live demo 02

Research Sprint

02

Agent buys search + extraction in sequence to answer a time-sensitive research task.

Parallel / Brave / Firecrawl
request402payretryresult
Live demo 03

Browser Task

03

Agent opens a paid browser session only when a task needs real interaction.

Browserbase
request402payretryresult
Live demo 04

Email Action

04

Agent creates or uses an inbox, drafts a reply, and sends a message with machine payment.

AgentMail / StableEmail
request402payretryresult
Live demo 05

Model Router

05

Agent selects the right paid model endpoint for a task and settles the request through SMAPP.

OpenAI / Anthropic / OpenRouter
request402payretryresult

Without SMAPP

  • Developers hunt through docs, links, and payment setup for each vendor.
  • Agents need vendor-specific accounts, credits, and fragmented billing.
  • Merchants get protocol support but not distribution, packaging, or demos.

With SMAPP

  • Agents discover live MPP services in one curated surface.
  • Paid requests route through one execution layer with wallet, limits, and receipts.
  • Merchants get onboarding, demos, operator docs, and a repeatable demand channel.

Merchant onboarding kit

Keep the first merchant surface brutally simple: explain the flow, show the integration code, and give a revenue-oriented reason to onboard now instead of waiting for the ecosystem to mature on its own.

Merchant journey

01
Publish

Create a merchant profile with pricing, endpoint metadata, supported assets, and one canonical “use via SMAPP” listing.

02
Integrate

Drop in a payment-aware wrapper or use the SMAPP API surface so your endpoint accepts MPP requests without a custom billing layer.

03
Grow

Get distribution through the public registry, demo pages, and agent-ready snippets that make your service easier to adopt.

Why merchants say yes

Distribution is the product

  • One public listing instead of fragmented docs and scattered examples.
  • Agent-ready snippets that shorten time-to-first-paid-request.
  • Distribution through demos, social content, and curated workflows.
  • Receipts, pricing visibility, and spend-aware routing for buyers.
SDK

Use via SMAPP SDK

import { fetchWithAgentMpp } from '@/app/_lib/agentApi'; const result = await fetchWithAgentMpp(agentId, apiKey, { url: 'https://openweather.mpp.paywithlocus.com/openweather/current-weather', method: 'POST', headers: { 'Content-Type': 'application/json' }, body: { lat: 12.9716, lon: 77.5946, units: 'metric', lang: 'en' } }); console.log(result.response.bodyJson);
cURL

Use via SMAPP cURL

curl -X POST "$AGENT_API_BASE/agent/mpp/fetch" \ -H "Content-Type: application/json" \ -H "X-API-Key: $API_KEY" \ -d "{ \"agentId\": \"$AGENT_ID\", \"url\": \"https://openweather.mpp.paywithlocus.com/openweather/current-weather\", \"method\": \"POST\", \"headers\": { \"Content-Type\": \"application/json\" }, \"body\": { \"lat\": 12.9716, \"lon\": 77.5946, \"units\": \"metric\", \"lang\": \"en\" } }"

Merchant revenue dashboard preview

The pitch to merchants gets stronger when they can see monetization as a product surface, not just as a protocol capability.

Merchant revenue$2,840

+18% WoW

Paid requests14,218

+31% WoW

Top endpoint/openweather/current-weather

21% of volume

Agent retention67%

7-day repeat usage

Top monetized endpoints

Preview
EndpointRequestsRevenueRepeat agents
/openweather/current-weather4,982$42861%
/search/query3,441$39254%
/browser/session1,124$61148%
/messages/send2,607$17372%

Social content system

To make this mainstream, ship the distribution loop with the product. Each clip should make the before and after obvious in under thirty seconds.

Clip 01

Open with the old world: API keys, dashboards, credits, and vendor sprawl.

Clip 02

Cut to an SMAPP agent hitting a paid endpoint, receiving a `402`, settling on Tempo, and completing automatically.

Clip 03

End on the registry and merchant dashboard: discovery on one side, revenue on the other.

One-line framing

Without SMAPP, agents find services manually. With SMAPP, they discover, pay, and execute in one flow.

Publish the story