← Index

io.github.nelsonjordanme/clypt

io.github.nelsonjordanme/clypt·v0.1.5·Other
Quality Score
80
/100

Model Context Protocol server for Clypt — submit podcast URLs, receive clips and trailer.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "clypt": {
      "command": "npx",
      "args": [
        "-y",
        "@useclypt/mcp-server"
      ],
      "env": {
        "CLYPT_API_KEY": "<your-clypt_api_key>",
        "CLYPT_BASE_URL": "<clypt_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "clypt": {
      "command": "npx",
      "args": [
        "-y",
        "@useclypt/mcp-server"
      ],
      "env": {
        "CLYPT_API_KEY": "<your-clypt_api_key>",
        "CLYPT_BASE_URL": "<clypt_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @useclypt/mcp-server
§02  Environment variables
CLYPT_API_KEY
requiredsecret

Clypt API key. Get one at https://useclypt.com/developers. Use a clk_test_* sandbox key for free deterministic fixtures.

CLYPT_BASE_URL

Override the Clypt API base URL. Defaults to https://useclypt.com.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other