← Registry

Content Tools

keptbits.com

Keptbits is a content tool that manages uploaded videos and generates short vertical clips from them.

1 endpoint5 known toolsFirst detected September 12, 2026Last detected September 12, 2026

ENDPOINT 1

https://keptbits.com/api/mcp

No auth detected

MCP server metadata

Name
keptbits
Version
1.0.0
Capabilities
tools
Server instructions

Keptbits turns long videos into short vertical clips with captions burned in. How it is priced, which is the thing most often got wrong: one token is one clip. It is NOT minutes of footage, not video length, and not a per-minute rate. A three-hour episode and a ten-minute one cost the same for the same number of clips. The user chooses how many clips a run makes and pays one token for each. Never tell the user their balance is in minutes or that it depends on how long their video is. Re-exporting a clip they already have, in a different caption style or aspect ratio, is free and costs no token. Call get_account for the real balance rather than estimating one. Ask how many clips they want before calling create_clips, since it spends tokens. A run takes several minutes; return the job id and poll check_job rather than waiting. If a tool comes back with an unknown-tool error, re-list the tools instead of guessing a name — the tool set has changed before.

Known tools 5

get_account

The signed-in Keptbits account: plan and how many tokens are left.

Inferred read-only
list_sources

Videos already uploaded or linked on this account, newest first.

Inferred read-only
create_clips

Start finding and rendering short vertical clips from a video.

Inferred read-only
check_job

Progress of a clip run, and the finished clips once it is done.

Inferred read-only
list_clips

Clips made on this account recently, newest first.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.keptbits]
url = "https://keptbits.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "keptbits": {
      "type": "http",
      "url": "https://keptbits.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: keptbits
Remote MCP URL: https://keptbits.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "keptbits": {
      "url": "https://keptbits.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "keptbits": {
      "type": "http",
      "url": "https://keptbits.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "keptbits",
  "transport": "streamable-http",
  "url": "https://keptbits.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.