
Agentic Commerce Catalog
Agentic Commerce Catalog is a MCP remote that exposes Suede AI media tools with USDC x402 payments on Base for agent callers.
About
Agentic Commerce Catalog is a remote Model Context Protocol server exposing Suede AI’s creative stack—music, video, image, and voice capabilities—so developers can let agents purchase and invoke media generation in one flow. Payments use USDC via the x402 pattern on Base, which suits agentic products that meter API usage per call instead of flat subscriptions. Connect through streamable HTTP at app.suedeai.ai without a local PyPI install; register the remote in Claude Code, Cursor, or similar clients when you are building content pipelines, marketing assets, or agent storefronts. It sits in Build integrations, not Launch distribution strategy. You still own wallet funding, spend limits, and content review; the catalog is the commerce-aware tool surface agents call.
- Callable AI tools for music, video, image, and voice generation
- USDC payments through x402 protocol on Base network
- Streamable HTTP remote at app.suedeai.ai/api/mcp
- Catalog version 0.1.0 tied to Suede-AI-App repository
- Agent-native commerce pattern for media micro-purchases
Agentic Commerce Catalog by the numbers
- Exposes 3 verified tools (MCP introspection)
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http agentic-commerce-catalog https://app.suedeai.ai/api/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
| Tools | 3 |
What it does
Give your agent paid access to Suede AI media APIs—music, video, image, and voice—with USDC settlement via x402 on Base.
Who is it for?
Best when you're building agentic content products, creative automation, or pay-per-use media features on Base.
Skip if: Skip if you need fiat-only billing, non-crypto compliance stacks, or self-hosted open-weight models without per-call commerce.
What you get
After registering the Suede remote MCP endpoint, your agent can invoke music, video, image, and voice tools with USDC settlement through x402 on Base.
- Remote MCP connection to app.suedeai.ai/api/mcp
- Agent-accessible music, video, image, and voice tool surface
- USDC x402 payment path for metered agent commerce
By the numbers
- Catalog version 0.1.0
- Remote URL: https://app.suedeai.ai/api/mcp
- Modalities listed: music, video, image, voice
Tools 3
Public tool metadata - what this server can do for an agent.
agent_music8 paramsagent_music — $0.20 USDC via x402 on Base (chain 8453).
promptstringrequiredCreative prompt describing mood, genre, instrumentation, or lyrics guidance.durationSecondsintegerDesired duration of the track in seconds (defaults to a full-length song).stylestringOptional style or genre preset (for example, 'ambient', 'synthwave').custom_modebooleanEnable advanced lyric control (requires lyrics).lyricsstringCustom lyrics to sing when custom_mode is true.make_instrumentalbooleanGenerate an instrumental version without vocals.vocal_genderstringPreferred vocal gender ('m' or 'f') if vocals are enabled.tagsstringOptional comma-separated tags stored with the generated asset.
create_music8 paramscreate_music — $0.20 USDC via x402 on Base (chain 8453).
promptstringrequiredDescribe the song you want to create. Include genre, mood, instruments, and any specific vibe. Example: 'Upbeat 80s synthwave with driving bass and neon atmosphere' or 'A melancholic acoustic guitar ballad about rain'.durationSecondsintegerDuration of the track in seconds. Defaults to a full-length song.stylestringSpecific musical style or genre tag (e.g., 'Hip Hop', 'Ambient', 'Rock'). Helping the AI focus on a specific sound.custom_modebooleanSet to true to use your own lyrics provided in the 'lyrics' field.lyricsstringYour custom lyrics. Required if custom_mode is true.make_instrumentalbooleanIf true, generates a track without vocals.vocal_genderstringPreferred gender for the vocalist ('m' for male, 'f' for female).tagsstringComma-separated keywords to tag the generated file.
agent_video7 paramsagent_video — $1.50 USDC via x402 on Base (chain 8453).
promptstringrequiredNarrative or visual prompt to drive the music video concept.durationSecondsintegerClip length in seconds (default 8).aspectRatiostringDesired frame aspect ratio.resolutionstringTarget rendering resolution.modelstringOptional model preset variant. Leave unset for the default.seedintegerOptional random seed for reproducible renders.asyncModebooleanIf true, return immediately while the video renders asynchronously.
Recommended MCP Servers
How it compares
Paid multimodal MCP commerce catalog, not a generic image skill or traditional Stripe checkout integration.
FAQ
Who is Agentic Commerce Catalog for?
Developers shipping agent-driven creative apps who want USDC-metered access to music, video, image, and voice APIs via MCP.
When should I use Agentic Commerce Catalog?
Use it during Build integrations when you are prototyping agent workflows that must purchase and run Suede AI media tools programmatically.
How do I add Agentic Commerce Catalog to my agent?
Add the streamable-http remote https://app.suedeai.ai/api/mcp in your MCP client configuration and ensure your agent wallet can pay USDC via x402 on Base per Suede app docs.