Manage videos and live streams, inspect captions, players and webhooks, and read play analytics.
claude mcp add apivideo --transport http https://apivideo.usefulapi.io/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"apivideo": {
"url": "https://apivideo.usefulapi.io/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"apivideo": {
"serverUrl": "https://apivideo.usefulapi.io/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"apivideo": {
"type": "http",
"url": "https://apivideo.usefulapi.io/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"apivideo": {
"url": "https://apivideo.usefulapi.io/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"apivideo": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://apivideo.usefulapi.io/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://apivideo.usefulapi.io/mcp | none |
Did the job but rate limits kicked in under heavy use.
Used it in a multi-step workflow; results were consistent.
Solid tool — did exactly what the schema promised on the first call.
Solid tool — did exactly what the schema promised on the first call.
Clean install config, worked in Claude Code out of the box.
Reliable across a long session; no dropped connections.
POST /mcp