Heista✓
co.heista/api · 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": "co.heista/api",
"description": "Decode video ads, load brand intelligence, generate ad scripts.",
"title": "Heista",
"repository": {
"url": "https://github.com/Heista-co/heista-mcp",
"source": "github"
},
"version": "1.0.0",
"websiteUrl": "https://www.heista.co",
"icons": [
{
"src": "https://www.heista.co/icon.png",
"mimeType": "image/png",
"sizes": [
"1280x1280"
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://www.heista.co/api/mcp/mcp",
"headers": [
{
"value": "Bearer {API_KEY}",
"isSecret": true,
"name": "Authorization"
}
],
"variables": {
"API_KEY": {
"description": "Optional Heista API key (hst_live_* or hst_test_*). Leave blank to use OAuth 2.1 — the server returns RFC 9728 metadata pointing to the authorization server.",
"format": "string",
"isSecret": true
}
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}