# io.github.JasonColapietro/agentic-commerce-catalog (remote · app.suedeai.ai)

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

- Trust score: 63/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- remote · `app.suedeai.ai`: 63/100 (this document), [markdown](https://verifymcp.io/servers/jasoncolapietro-agentic-commerce-catalog/api-mcp.md), [page](https://verifymcp.io/servers/jasoncolapietro-agentic-commerce-catalog/api-mcp)

## Channel facts

- Endpoint: `https://app.suedeai.ai/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-04.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 3 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 59/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 655 tokens (~218/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 9/100
  - Stability check failed: schema churn in the 9 days we've observed: 0 tool removals, 1 breaking changes, 0 auth/transport breaks, 0 additions.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http jasoncolapietro-agentic-commerce-catalog https://app.suedeai.ai/api/mcp
```

### Codex

```toml
[mcp_servers.jasoncolapietro-agentic-commerce-catalog]
url = "https://app.suedeai.ai/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jasoncolapietro-agentic-commerce-catalog": {
      "type": "remote",
      "url": "https://app.suedeai.ai/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add jasoncolapietro-agentic-commerce-catalog --url https://app.suedeai.ai/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  jasoncolapietro-agentic-commerce-catalog:
    url: "https://app.suedeai.ai/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "jasoncolapietro-agentic-commerce-catalog": {
      "type": "http",
      "url": "https://app.suedeai.ai/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 2 to 6.

### 2026-08-02 (score 62, 0)

- [security] Tool “create_music” rewrote its description, which is the text the model reads
- [security] Tool “agent_video” rewrote its description, which is the text the model reads
- [security] Tool “agent_image” rewrote its description, which is the text the model reads
- [functional improvement] Schema quality: 728 → 655

### 2026-07-31 (score 62, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 60, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 60, −1)

- [security regression] Stability: 0.03 → fail

### 2026-07-27 (score 61, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 61)

First indexed and scored.

## MCP tools (3)

### `create_music` (~260 tokens)

Generate a song from a prompt with optional custom lyrics and style inputs. Returns JSON describing the generated track when the request succeeds. — $0.50 USDC via x402 on Base (chain 8453).

Input parameters:

- `custom_mode` (boolean): Set to true to use your own lyrics provided in the 'lyrics' field.
- `durationSeconds` (integer): Duration of the track in seconds. Defaults to a full-length song.
- `lyrics` (string): Your custom lyrics. Required if custom_mode is true.
- `make_instrumental` (boolean): If true, generates a track without vocals.
- `prompt` (string, required): 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…
- `style` (string): Specific musical style or genre tag (e.g., 'Hip Hop', 'Ambient', 'Rock'). Helping the AI focus on a specific sound.
- `tags` (string): Comma-separated keywords to tag the generated file.
- `vocal_gender` (string): Preferred gender for the vocalist ('m' for male, 'f' for female).

### `agent_video` (~186 tokens)

Generate a short video from a text prompt. PAYMENT-SIGNATURE-authenticated requests default to asynchronous execution. Asynchronous responses return a jobId and pollUrl. Poll GET /agent/video/{jobId} without another payment until status is 'completed' and videoUrl is available. — $6.99 USDC via x402 on Base (chain 8453).

Input parameters:

- `aspectRatio` (string): Desired frame aspect ratio.
- `asyncMode` (boolean): If true, return immediately while the video renders asynchronously.
- `durationSeconds` (integer): Clip length in seconds (default 8).
- `model` (string): Optional model preset variant. Leave unset for the default.
- `prompt` (string, required): Narrative or visual prompt to drive the music video concept.
- `resolution` (string): Target rendering resolution.
- `seed` (integer): Optional random seed for reproducible renders.

### `agent_image` (~125 tokens)

Generate a still image from a text prompt. PAYMENT-SIGNATURE-authenticated requests default to asynchronous execution. Asynchronous responses return a jobId and pollUrl. Poll GET /agent/image/{jobId} without another payment until status is 'completed' and imageUrl is available. — $0.15 USDC via x402 on Base (chain 8453).

Input parameters:

- `aspectRatio` (string): Aspect ratio, e.g. '1:1', '16:9', '9:16'.
- `prompt` (string, required): Image description — subject, style, composition.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/jasoncolapietro-agentic-commerce-catalog/api-mcp#diagnostics

## Score history

- 2026-08-04: 63
- 2026-08-03: 63
- 2026-08-02: 62
- 2026-08-01: 62
- 2026-07-31: 62
- 2026-07-30: 60
- 2026-07-29: 60
- 2026-07-28: 60
- 2026-07-27: 61
- 2026-07-26: 61

## Links

- Remote endpoint: https://app.suedeai.ai/api/mcp
- Repository: https://github.com/Suede-AI/Suede-AI-App
- Website: https://app.suedeai.ai/
- Changelog RSS feed: https://verifymcp.io/servers/jasoncolapietro-agentic-commerce-catalog/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/jasoncolapietro-agentic-commerce-catalog/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/jasoncolapietro-agentic-commerce-catalog/api-mcp
