OfflineCreator Studio
mcp.offlinecreatorstudio.com
· OfflineCreator Studio
Lists OfflineCreator Studio models and creates durable image or video generation tasks.
mcp.offlinecreatorstudio.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
C
Conformance score: 67/100
C-grade: usable but has clear conformance issues, review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 invocations 100.0% success Public aggregate · no PII recordedPer event type (7d)
Recent events (last 20)
| When | Event | Method | Status | Latency |
|---|---|---|---|---|
| 2026-09-08T18:26:58 | search_click | /agents |
— ok | 1ms |
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-22 01:33:13 current | b81a43c19420… |
view → |
Endpoints
| Agent card | https://mcp.offlinecreatorstudio.com/.well-known/agent-card.json |
| Provider | https://offlinecreatorstudio.com |
| Docs | https://offlinecreatorstudio.com/mcp-cli |
Skills · 2 declared · mapped to canonical taxonomy
Returns launch models, supported workflows, options, input requirements, and published credit costs.
Creates and tracks text-initiated image or video generations. File-upload model inputs are not accepted in this A2A release.
Health · last 13 probes
Who's calling this agent 30d
1 interactions captured (impressions + lookups + A2A calls)
web
1
Public teaser: top-3 per dimension only. Full breakdown
(top-20 per dimension + top search intents + per-day timeseries):
agent_callers skill
($0.05/call, $0 on
Enterprise).
Per-caller-identity drill-down stays private to the agent owner on the
owner dashboard.
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/mcp.offlinecreatorstudio.com) [](https://agenstry.com/agents/mcp.offlinecreatorstudio.com) [](https://agenstry.com/agents/mcp.offlinecreatorstudio.com) [](https://agenstry.com/agents/mcp.offlinecreatorstudio.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "OfflineCreator Studio",
"description": "Lists OfflineCreator Studio models and creates durable image or video generation tasks.",
"version": "0.1.3",
"documentationUrl": "https://offlinecreatorstudio.com/mcp-cli",
"provider": {
"organization": "OfflineCreator Studio",
"url": "https://offlinecreatorstudio.com"
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"supportedInterfaces": [
{
"url": "https://mcp.offlinecreatorstudio.com/mcp/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
}
],
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": false
},
"skills": [
{
"id": "offlinecreator.list-models.v1",
"name": "List generation models",
"description": "Returns launch models, supported workflows, options, input requirements, and published credit costs.",
"tags": [
"models",
"image-generation",
"video-generation"
],
"examples": [
"{\"operation\":\"list_models\"}"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"securityRequirements": [
{
"schemes": {
"studioOAuth": {
"list": [
"models"
]
}
}
}
]
},
{
"id": "offlinecreator.generate-media.v1",
"name": "Generate media",
"description": "Creates and tracks text-initiated image or video generations. File-upload model inputs are not accepted in this A2A release.",
"tags": [
"image-generation",
"video-generation",
"generative-media"
],
"examples": [
"{\"operation\":\"generate\",\"modelId\":\"flux-schnell\",\"prompt\":\"A product photograph\",\"aspectRatio\":\"16:9\"}"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"securityRequirements": [
{
"schemes": {
"studioOAuth": {
"list": [
"models",
"read",
"generate"
]
}
}
}
]
}
],
"securitySchemes": {
"studioOAuth": {
"oauth2SecurityScheme": {
"description": "OfflineCreator Studio OAuth with Authorization Code and PKCE.",
"oauth2MetadataUrl": "https://mcp.offlinecreatorstudio.com/.well-known/oauth-authorization-server",
"flows": {
"authorizationCode": {
"authorizationUrl": "https://mcp.offlinecreatorstudio.com/authorize",
"tokenUrl": "https://mcp.offlinecreatorstudio.com/oauth/token",
"scopes": {
"models": "List available generation models",
"read": "Read generation task status and outputs",
"generate": "Create and cancel generation tasks"
},
"pkceRequired": true
}
}
}
}
},
"securityRequirements": [
{
"schemes": {
"studioOAuth": {
"list": []
}
}
}
]
}