Skip to main content
The Influship API supports the Machine Payments Protocol (MPP) on its paid public data endpoints. AI agents can pay per-request via Stripe cards (Shared Payment Tokens) or USDC on Tempo, no API key required. MPP coexists with x402 on the same endpoints. Pick whichever your client supports — we accept both.

How it works

  1. Your agent makes a request to a supported paid endpoint without an X-API-Key header.
  2. The API responds with 402 Payment Required and a WWW-Authenticate: Payment ... header advertising the supported MPP methods.
  3. Your agent attaches an Authorization: Payment <credential> header proving payment authorization (signed by the user’s wallet or backed by a Stripe SPT).
  4. The API verifies, runs the request, and returns the response with a Payment-Receipt header.
The same 402 response includes both MPP and x402 challenges, so the client can pick.

Pricing

MPP prices match x402 pricing — same 20% surcharge over the credit-based pricing. You pay for what you ask for — limits and array sizes determine the price, not what we deliver.

Supported rails

Both are advertised in the same WWW-Authenticate header. Your client picks based on which rails it supports.

Quickstart

Use any MPP-compatible client. The reference SDK is mppx by wevm:
Or use AgentCash for a turnkey CLI wallet that speaks both x402 and MPP:

Discovery

Influship endpoints are listed in the MPP services directory. Search for “Influship” or “influencer search” to find them programmatically.

Pick your protocol

Need higher rate limits or volume pricing?

Get an API key — same endpoints, lower per-request cost, no x402/MPP surcharge.