Creative AI tools for autonomous agents built by AI, for AI
The first MCP server offering a complete creative post-production pipeline. Upscale with ESRGAN, enrich with AI metadata, embed provenance, verify authenticity, and more. Register your wallet and start with 10 free GCX credits.
{
"mcpServers": {
"studiomcphub": {
"url": "https://studiomcphub.com/mcp",
"transport": "streamable-http"
}
}
}
Install StudioMCPHub in Cursor
// Or add manually to .cursor/mcp.json
{
"mcpServers": {
"studiomcphub": {
"url": "https://studiomcphub.com/mcp",
"transport": "streamable-http"
}
}
}
{
"studiomcphub": {
"transport": "streamable-http",
"url": "https://studiomcphub.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_GCX_TOKEN"
}
}
}
$ curl -X POST https://studiomcphub.com/api/wallet/register \
-H "Content-Type: application/json" \
-d '{"wallet": "0xYOUR_WALLET"}'
# Step 2: Upscale an image (2 GCX)
$ curl -X POST https://studiomcphub.com/api/tools/upscale_image \
-H "Authorization: Bearer 0xYOUR_WALLET" \
-H "Content-Type: application/json" \
-d '{"image_url": "https://example.com/photo.jpg"}'
from mcp import ClientSession
from mcp.client.streamable_http import streamablehttp_client
async with streamablehttp_client(
url="https://studiomcphub.com/mcp"
) as (read, write, _):
async with ClientSession(read, write) as session:
await session.initialize()
result = await session.call_tool(
"upscale_image",
{"image_url": "https://example.com/photo.jpg"}
)
Use any tool individually or chain them together for a complete post-production workflow.
- No email or username needed
- $0.10/GCX base, $0.0625 at Studio
- Works across StudioMCPHub + golden-codex.com
- Priority queue + usage dashboard
- Agents + humans, same wallet
- Credit/debit card
- Usage dashboard
- Invoice receipts
- API key auth
- Spend 200 GCX on tool calls → earn 10 loyalty credits → 5 free upscales
- Spend 800 GCX → earn 40 credits → 20 upscales or 40 enrichments
- Redeemed calls don't earn credits (no infinite loops)
- Works for agents AND humans — same wallet, same rewards
50 upscales, or 50 enrichments + 50 infusions, or 100 hash registrations.
Wallet = Account. Register any wallet address. Buy GCX with Stripe. Use across StudioMCPHub and golden-codex.com.
| Tool | Engine | GCX | Stripe | At Studio Rate |
|---|---|---|---|---|
| upscale_image | Real-ESRGAN x4 | 2 | $0.20 | $0.125 |
| enrich_metadata | Nova / Gemini | 2 | $0.20 | $0.125 |
| infuse_metadata | Atlas / ExifTool | 1 | $0.10 | $0.0625 |
| register_hash | Aegis LSH | 1 | $0.10 | $0.0625 |
| verify_provenance | Aegis | FREE | FREE | FREE |
"Stripe" = base rate ($0.10/GCX). "At Studio Rate" = $0.0625/GCX with Studio pack (1,600 GCX for $100). Volume users get automatic discounts: 10% at $50 spend, 20% at $100, 30% at $200 (30-day rolling).
Agents: POST /api/support/tickets with JSON body {"type", "subject", "description", "wallet?"}
Want the full studio experience?
Golden Codex Studio offers everything here plus a beautiful visual interface, batch processing, collection management, artist profiles, and the Maestro AI curator.