What is the io.github.pedrot95dev/recapfy MCP server?
Ask about a YouTube video or fetch its transcript. Paid per call in USDC on Solana via x402.
How to install io.github.pedrot95dev/recapfy
Copy-paste configuration for popular MCP clients.
SVM_PRIVATE_KEYrequiredsecretBase58-encoded Solana secret key. Pays per call (dynamic USDC price). Keep it funded; use a dedicated low-balance wallet.
RECAPFY_API_BASE_URLOverride the API base URL (defaults to https://api.recapfy.ai). For local dev only.
RECAPFY_ALLOW_INSECURE_TLSSet to 1 to accept self-signed TLS (localhost dev over https only).
{
"mcpServers": {
"recapfy": {
"command": "npx",
"args": [
"-y",
"recapfy-mcp"
],
"env": {
"SVM_PRIVATE_KEY": "<YOUR_SVM_PRIVATE_KEY>",
"RECAPFY_API_BASE_URL": "<YOUR_RECAPFY_API_BASE_URL>",
"RECAPFY_ALLOW_INSECURE_TLS": "<YOUR_RECAPFY_ALLOW_INSECURE_TLS>"
}
}
}
}{
"mcpServers": {
"recapfy": {
"command": "npx",
"args": [
"-y",
"recapfy-mcp"
],
"env": {
"SVM_PRIVATE_KEY": "<YOUR_SVM_PRIVATE_KEY>",
"RECAPFY_API_BASE_URL": "<YOUR_RECAPFY_API_BASE_URL>",
"RECAPFY_ALLOW_INSECURE_TLS": "<YOUR_RECAPFY_ALLOW_INSECURE_TLS>"
}
}
}
}{
"mcpServers": {
"recapfy": {
"command": "npx",
"args": [
"-y",
"recapfy-mcp"
],
"env": {
"SVM_PRIVATE_KEY": "<YOUR_SVM_PRIVATE_KEY>",
"RECAPFY_API_BASE_URL": "<YOUR_RECAPFY_API_BASE_URL>",
"RECAPFY_ALLOW_INSECURE_TLS": "<YOUR_RECAPFY_ALLOW_INSECURE_TLS>"
}
}
}
}{
"servers": {
"recapfy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"recapfy-mcp"
],
"env": {
"SVM_PRIVATE_KEY": "<YOUR_SVM_PRIVATE_KEY>",
"RECAPFY_API_BASE_URL": "<YOUR_RECAPFY_API_BASE_URL>",
"RECAPFY_ALLOW_INSECURE_TLS": "<YOUR_RECAPFY_ALLOW_INSECURE_TLS>"
}
}
}
}claude mcp add recapfy --env SVM_PRIVATE_KEY=<YOUR_SVM_PRIVATE_KEY> --env RECAPFY_API_BASE_URL=<YOUR_RECAPFY_API_BASE_URL> --env RECAPFY_ALLOW_INSECURE_TLS=<YOUR_RECAPFY_ALLOW_INSECURE_TLS> -- npx -y recapfy-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.