Your Reddit lead pipeline, inside Claude
Connect PluckLead to Claude, Cursor, VS Code, and any MCP-compatible assistant. Eleven tools for lead discovery, pipeline management, and AI drafts. No Reddit API keys, nothing to self-host.
{
"mcpServers": {
"plucklead": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://scrupulous-starling-514.convex.site/mcp",
"--header",
"Authorization:Bearer YOUR_API_KEY"
]
}
}
}Three steps to connect
- 01
Generate an API key
Settings, API keys, New key. Copy the lv_live_ token once. Only the hash is stored.
- 02
Add the server
Paste the config below into your MCP client and drop your key into the Authorization header.
- 03
Just ask
"Show me high-intent r/SaaS leads from this week" gets answered inline, no dashboard.
Everything the dashboard does, as tools
Lead pipeline
Read, search, and move leads through your funnel.
list_leadsList captured leads. Filter by platform, status, or minimum intent score.
search_leadsCase-insensitive search across lead name, headline, and content.
get_leadFetch one lead with full content, AI draft, and metadata.
update_lead_statusMove a lead from new to converted (or not_interested) and attach a note.
delete_leadPermanently delete a single lead. Hard delete, no undo.
Reddit monitors
Inspect and spin up the watches that feed your pipeline.
list_monitorsList your Reddit monitors and whether each is active.
create_reddit_monitorCreate a monitor from keywords and subreddits. Starts inactive.
get_monitor_resultsReturn recent leads attributed to a specific monitor.
AI & account
Draft replies and check your plan limits without leaving chat.
generate_draftGenerate and save a fresh AI reply for a lead. Counts toward your daily cap.
get_usage_statsLive counters: leads this month, active monitors, AI drafts today, with limits.
list_api_keysList your API keys (previews, names, scopes). Never returns plaintext.
Connect from any MCP client
Claude Desktop
via mcp-remote bridge
Claude Code
HTTP transport
Cursor
native HTTP server
VS Code
mcp.json config
Windsurf
MCP config
Any MCP client
Bearer token auth
Paste, swap the key, restart
Claude Desktop bridges remote servers through mcp-remote. Cursor and VS Code take the URL and header natively. Your endpoint:
https://scrupulous-starling-514.convex.site/mcp
curl -sS -X POST https://scrupulous-starling-514.convex.site/mcp \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'{
"mcpServers": {
"plucklead": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://scrupulous-starling-514.convex.site/mcp",
"--header",
"Authorization:Bearer YOUR_API_KEY"
]
}
}
}Ask in plain English
Show me high-intent r/SaaS leads from this week.
Search my leads for anyone asking for a hubspot alternative.
Draft a reply to my newest lead and save it.
Create a Reddit monitor for cold email in r/sales and r/Entrepreneur.
What is my lead and AI draft usage this month?
Mark the top lead as contacted with a short note.
MCP, answered
Does Reddit have an MCP server?
Reddit does not ship one. PluckLead hosts a remote MCP server over your scored lead pipeline, so you get Reddit lead tools in Claude with no Reddit API keys and nothing to self-host.
Which clients work?
Anything that speaks MCP over HTTP with a bearer token: Claude Desktop (via mcp-remote), Claude Code, Cursor, VS Code, and Windsurf. The endpoint is plain JSON-RPC, so custom clients work too.
How is it secured?
Every request needs an lv_live_ API key sent as a bearer token. Keys are scoped, team-bound, and stored only as a hash. Each key has its own rate-limit bucket to stop runaway agent loops.
Do I need the Pro plan?
API keys and the MCP server are a Pro feature. AI draft generation through the server respects the same daily cap as the dashboard.
Start finding leads today.
3-day free trial. Cancel anytime before it ends - no charge today.
Built in public by Furkan.
Hit reply at hello@plucklead.com with feedback - I read every message.