# agentic-commerce-catalog MCP server

AI music, video, image, and voice tools callable by agents with USDC payments via x402 on Base.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-jasoncolapietro-agentic-commerce-catalog
- Repository: https://github.com/Suede-AI/Suede-AI-App
- Website: https://app.suedeai.ai

## Install
- Endpoint: https://app.suedeai.ai/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://app.suedeai.ai/api/mcp

## Tools
- create_music - Generate a song from a prompt with optional custom lyrics and style inputs. Returns JSON describing the generated track when the request succeeds. PAYMENT-SIGNATURE-authenticated requests default to asynchronous execution. Asynchronous responses return 202 Accepted with a songId and pollUrl. Poll GET /api/songs/{songId} without another payment until model_version leaves 'pending' ('failed' is terminal); audio_url is a placeholder image until then and the finished MP3 after. — $0.50 USDC via x402 on Base (chain 8453). Endpoint: https://app.suedeai.ai/api/mcp
- agent_video - Text-to-video generation for agents. Returns an 8-second 720p clip with native audio. Use for short-form video, b-roll, product shots, music-video visuals, and social clips. Audio is generated from the scene, so include sound cues in the prompt (instruments, voices, weather, movement) for an audible result — a still, silent scene renders near-silent by design. PAYMENT-SIGNATURE-authenticated requests default to asynchronous execution. The queued response is 202 Accepted carrying a jobId and pollUrl. Poll GET /agent/video/{jobId} without another payment until status is 'completed' and videoUrl is available. Pass ?async=false to block for the clip instead. — $4.99 USDC via x402 on Base (chain 8453). Endpoint: https://app.suedeai.ai/api/mcp
- agent_image - Generate a still image from a text prompt. PAYMENT-SIGNATURE-authenticated requests default to asynchronous execution. The queued response is 202 Accepted carrying a jobId and pollUrl. Poll GET /agent/image/{jobId} without another payment until status is 'completed' and imageUrl is available. Pass ?async=false to block for the image instead. — $0.15 USDC via x402 on Base (chain 8453). Endpoint: https://app.suedeai.ai/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.JasonColapietro
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 27, 2026
- Source: https://registry.modelcontextprotocol.io
