Conversation
|
@marcel is attempting to deploy a commit to the Tempo Team on Vercel. A member of the Team first needs to authorize it. |
|
Thanks for submitting a service to the MPP directory! Complete the service pull request template in your PR description before review. It contains the current submission requirements and review criteria. |
🔀 Changed Services✅ Added
|
Author
|
Replying to the submission checks:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Particle exposes podcast, people, and company intelligence through its own REST API and MCP server. Agents can search shows and episode dialogue, retrieve transcripts, discover guests and advertisers, and follow relationships across a connected knowledge graph. Both surfaces accept native MPP
evm/chargepayments in USDC on Base without an account or prepaid credits.Summary
Adds entries for all 104 paid REST endpoints and the MCP endpoint. REST prices are copied from the public OpenAPI document in atomic USDC units. MCP pricing is the sum of the billable tool calls in a request; initialization and tool discovery are free. Each entry links to its own live OpenAPI document, agent guidance, and documentation.
The catalog import needs an explicit intermediate
unknownassertion because TypeScript infers optionalundefinedkeys across the generated JSON's heterogeneous payment-method maps whenevmjoinstempoandstripe. The schema tests validate the generated catalog; this adjustment leaves runtime behavior unchanged.schemas/services.ts.pnpm generate:discoverysucceeds.pnpm check:typespasses.pnpm buildsucceeds (Node 25 with--no-experimental-webstorage).pnpm check:cipasses.Key design considerations
evm,charge; USDC on Base mainnet, chain ID 8453; currency0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913, six decimals. x402 remains available alongside MPP.Production verification on 2026-09-12:
mppx/discoveryvalidator.mppxREST and MCP calls each settled 0.01 USDC on Base, returned HTTP 200 andPayment-Receipt, and did not fall back to x402.