agentic-commerce-catalog
Server Details
AI music, video, image, and voice tools callable by agents with USDC payments via x402 on Base.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 2.1/5 across 3 of 3 tools scored.
Each tool creates a distinct type of media (image, video, music), so there is no overlap in purpose. Agents can easily select the correct tool based on the desired output.
Two tools use the 'agent_' prefix (agent_image, agent_video) while one uses 'create_' (create_music), breaking the pattern. A consistent verb_noun style would improve predictability.
With exactly 3 tools, the set is well-scoped for a simple media creation catalog. It covers the primary media types without being overly heavy or sparse.
The tools cover creation of image, video, and music, which are core media types. However, there is no tool for listing, deleting, or managing created media, and other types like text or 3D models are missing. Still, the surface is functional for basic creation.
Available Tools
3 toolsagent_imageInspect
Generate a single still image from a text prompt — cover art, promo art, or a standalone visual for a track or campaign. Renders creator-owned artwork via Suede's programmable-IP stack. Async callers (?async=true or PAYMENT-SIGNATURE-authenticated requests, which auto-async) get back a jobId and pollUrl; poll GET /agent/image/{jobId} — no additional payment required — until status is 'completed' and imageUrl is set. — $0.15 USDC via x402 on Base (chain 8453).
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Image description — subject, style, composition. | |
| aspectRatio | No | Aspect ratio, e.g. '1:1', '16:9', '9:16'. |
agent_videoInspect
Generate a fully owned short-form music-video clip for a song, product, or campaign. Renders creator-owned video you can pair with Suede's full-length song endpoints. Async callers (?async=true or PAYMENT-SIGNATURE-authenticated requests, which auto-async) get back a jobId and pollUrl; poll GET /agent/video/{jobId} — no additional payment required — until status is 'completed' and videoUrl is set. — $6.99 USDC via x402 on Base (chain 8453).
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Optional random seed for reproducible renders. | |
| model | No | Optional model preset variant. Leave unset for the default. | |
| prompt | Yes | Narrative or visual prompt to drive the music video concept. | |
| asyncMode | No | If true, return immediately while the video renders asynchronously. | |
| resolution | No | Target rendering resolution. | |
| aspectRatio | No | Desired frame aspect ratio. | |
| durationSeconds | No | Clip length in seconds (default 8). |
create_musicInspect
Create a full-length, fully owned, rights-aware song from a prompt, with optional custom lyrics and style control. Returns a complete multi-minute track with verses, a chorus, and full arrangement, never a clip or preview. Suede generates and registers it inside the programmable-IP and licensing workflow. — $0.50 USDC via x402 on Base (chain 8453).
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Comma-separated keywords to tag the generated file. | |
| style | No | Specific musical style or genre tag (e.g., 'Hip Hop', 'Ambient', 'Rock'). Helping the AI focus on a specific sound. | |
| lyrics | No | Your custom lyrics. Required if custom_mode is true. | |
| prompt | Yes | 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'. | |
| custom_mode | No | Set to true to use your own lyrics provided in the 'lyrics' field. | |
| vocal_gender | No | Preferred gender for the vocalist ('m' for male, 'f' for female). | |
| durationSeconds | No | Duration of the track in seconds. Defaults to a full-length song. | |
| make_instrumental | No | If true, generates a track without vocals. |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!