Approval Studio✓
studio.approval/mcp · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "studio.approval/mcp",
"description": "Approval Studio is an online proofing software for creative teams and everyone working with designs",
"title": "Approval Studio",
"version": "1.0.0",
"websiteUrl": "https://approval.studio",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.approval.studio/",
"headers": [
{
"description": "Bearer token for authentication. Use the format: Bearer <your_token>",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}