Agentic Commerce Catalog
Official3 toolsby JasonColapietro
AI music, video, image, and voice tools callable by agents with USDC payments via x402 on Base.
AI tools for music, video, image, and voice generation with blockchain payments.
Captured live from the server via tools/list.
agent_music
agent_music — $0.20 USDC via x402 on Base (chain 8453).
Parameters (8)
- promptstringrequired
Creative prompt describing mood, genre, instrumentation, or lyrics guidance.
- durationSecondsinteger
Desired duration of the track in seconds (defaults to a full-length song).
- stylestring
Optional style or genre preset (for example, 'ambient', 'synthwave').
- custom_modeboolean
Enable advanced lyric control (requires lyrics).
- lyricsstring
Custom lyrics to sing when custom_mode is true.
- make_instrumentalboolean
Generate an instrumental version without vocals.
- vocal_genderstring
Preferred vocal gender ('m' or 'f') if vocals are enabled.
- tagsstring
Optional comma-separated tags stored with the generated asset.
create_music
create_music — $0.20 USDC via x402 on Base (chain 8453).
Parameters (8)
- promptstringrequired
Describe 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'.
- durationSecondsinteger
Duration of the track in seconds. Defaults to a full-length song.
- stylestring
Specific musical style or genre tag (e.g., 'Hip Hop', 'Ambient', 'Rock'). Helping the AI focus on a specific sound.
- custom_modeboolean
Set to true to use your own lyrics provided in the 'lyrics' field.
- lyricsstring
Your custom lyrics. Required if custom_mode is true.
- make_instrumentalboolean
If true, generates a track without vocals.
- vocal_genderstring
Preferred gender for the vocalist ('m' for male, 'f' for female).
- tagsstring
Comma-separated keywords to tag the generated file.
agent_video
agent_video — $1.50 USDC via x402 on Base (chain 8453).
Parameters (7)
- promptstringrequired
Narrative or visual prompt to drive the music video concept.
- durationSecondsinteger
Clip length in seconds (default 8).
- aspectRatiostring
Desired frame aspect ratio.
- resolutionstring
Target rendering resolution.
- modelstring
Optional model preset variant. Leave unset for the default.
- seedinteger
Optional random seed for reproducible renders.
- asyncModeboolean
If true, return immediately while the video renders asynchronously.
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://app.suedeai.ai/api/mcpclaude_desktop_config.json
{
"mcpServers": {
"agentic-commerce-catalog": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://app.suedeai.ai/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.