← Back to Plugins
MCP Server MCP

io.github.pedrot95dev/recapfy

github By github 👁 1 views ▲ 0 votes

Ask about a YouTube video or fetch its transcript. Paid per call in USDC on Solana via x402.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "recapfy-mcp",
      "version": "0.1.8",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base58-encoded Solana secret key. Pays per call (dynamic USDC price). Keep it funded; use a dedicated low-balance wallet.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SVM_PRIVATE_KEY"
        },
        {
          "description": "Override the API base URL (defaults to https://api.recapfy.ai). For local dev only.",
          "format": "string",
          "name": "RECAPFY_API_BASE_URL"
        },
        {
          "description": "Set to 1 to accept self-signed TLS (localhost dev over https only).",
          "format": "string",
          "name": "RECAPFY_ALLOW_INSECURE_TLS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...