Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add prizmad/agent-skills --skill mcp-servergit clone --depth 1 https://github.com/prizmad/agent-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/prizmad/agent-skills/mcp-server)<a href="https://agentmods.dev/skills/prizmad/agent-skills/mcp-server"><img src="https://agentmods.dev/badge/skills/prizmad/agent-skills/mcp-server/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/prizmad/agent-skills/mcp-server"><img src="https://agentmods.dev/badge/skills/prizmad/agent-skills/mcp-server.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00060 | $0.02056 |
| Opus 5 | $0.00030 | $0.01028 |
| Sonnet 5 | $0.00012 | $0.00411 |
| Haiku 4.5 | $0.00006 | $0.00206 |
Grade A, and why
mcp-server scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 160 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Prizmad MCP Server
Prizmad exposes a remote Model Context Protocol (MCP) server. Any MCP-compatible host (Claude Desktop, Claude.ai web, ChatGPT, Cursor, Continue, Zed, Claude Code CLI, n8n, custom SDKs) connects and drives the full UGC video studio programmatically.
- Endpoint:
https://prizmad.com/api/mcp - Transport:
streamable-http - Server card: https://prizmad.com/.well-known/mcp/server-card.json
- Source code (stdio bridge for stdio-only clients): https://github.com/prizmad/Prizmad-MCP-server
Connect (primary path — OAuth Connect button)
Modern MCP clients click Add custom connector → enter the MCP URL and the OAuth flow runs automatically:
- Client probes
https://prizmad.com/api/mcp→ 401 withWWW-Authenticate: Bearer resource_metadata="…". - Client reads
/.well-known/oauth-protected-resourceand/.well-known/oauth-authorization-server. - Client
POST /oauth/register(RFC 7591 Dynamic Client Registration) — no manual app pre-registration needed. - Browser opens
https://prizmad.com/oauth/authorize→ user signs in (NextAuth) → consent screen → redirect back withcode. - Client exchanges
codefor an RS256 JWT (audiencehttps://prizmad.com/api/mcp). - Client calls
https://prizmad.com/api/mcpwithAuthorization: Bearer <jwt>. Refresh tokens rotate; PKCE S256 mandatory.
Compatible clients: Claude Desktop, Claude.ai, ChatGPT, Cursor, Zed, Claude Code CLI. Same-origin design (authorize/token/register all live on prizmad.com) sidesteps the Claude.ai web bug that ignores cross-origin authorization endpoints.
Streamable HTTP config (when manual config is needed)
{
"mcpServers": {
"prizmad": {
"transport": "streamable-http",
"url": "https://prizmad.com/api/mcp"
}
}
}
The Connect flow handles the Bearer token automatically. To pre-fill an existing API key instead, add "headers": { "Authorization": "Bearer przmad_sk_live_..." }.
stdio-only clients (via the published bridge)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 160 lines · 60 tokens per session scan A 638a768006ea
mcp-server is a skill published in the GitHub repository prizmad/agent-skills (2 stars, last pushed 4mo ago), licensed MIT. It adds 60 tokens to every session and 2,056 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
ads-creative-development
How to produce ad creative that converts at performance scale. Hook patterns, format selection, video pacing, variation systems, sequential testing methodology, fatigue detection, brand-voice alignment without conversion dilution, and platform-specific creative norms. Triggers on ad creative, ad design, hook patterns…
seedance-testimonial-story
Generate customer testimonial and social proof video prompts for Seedance 2.0 on Higgsfield. Use for customer stories, case study videos, review showcases, social proof content, success story videos, or any content featuring customer results and experiences. Triggers on testimonial, review, case study, social proof…
seedance-ai-avatar
Generate AI avatar and digital persona video prompts for Seedance 2.0 on Higgsfield. Use for virtual spokesperson content, digital twin videos, AI presenter clips, avatar-based marketing, virtual influencer content, or any video featuring a digital/AI-generated character as the main subject. Triggers on avatar…
seedance-course-promo
Generate online course and coaching program promotional video prompts for Seedance 2.0 on Higgsfield. Use for course trailers, coaching ads, educational content promos, masterclass teasers, webinar promotions, or any educational product video. Triggers on course, coaching, masterclass, webinar, tutorial, education…
seedance-luxury-aesthetic
Generate luxury and premium aesthetic video prompts for Seedance 2.0 on Higgsfield. Use for luxury brand content, premium product showcases, high-end lifestyle, minimalist aesthetic, elegant brand videos, or any content requiring sophisticated visual treatment. Triggers on luxury, premium, high-end, elegant…
seedance-before-after
Generate before-and-after transformation video prompts for Seedance 2.0 on Higgsfield. Use for transformation reveals, glow-ups, makeovers, renovation reveals, fitness transformations, design before-after, business growth visuals, or any content showing dramatic change. Triggers on before after, transformation…