INDIVIDUAL MCP TOOL
get_leadproof_evidence
Return the public LeadProof evidence manifest with live checks, published contracts, buyer protections, and explicit product limitations.
LIVE ENDPOINT
https://leadproof.jessesay.chatgpt.site/api/mcp
Connect to this endpoint to inspect the live schema for get_leadproof_evidence and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.leadproof-sales-agent]
url = "https://leadproof.jessesay.chatgpt.site/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"leadproof-sales-agent": {
"type": "http",
"url": "https://leadproof.jessesay.chatgpt.site/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: leadproof-sales-agent
Remote MCP URL: https://leadproof.jessesay.chatgpt.site/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": {
"leadproof-sales-agent": {
"url": "https://leadproof.jessesay.chatgpt.site/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"leadproof-sales-agent": {
"type": "http",
"url": "https://leadproof.jessesay.chatgpt.site/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "leadproof-sales-agent",
"transport": "streamable-http",
"url": "https://leadproof.jessesay.chatgpt.site/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
audit_lead_workflow— Run a free reliability audit of a lead-delivery workflow.evaluate_leadproof_fit— Evaluate whether a lead automation workflow would benefit from LeadProof and return an integration path, transparent ROI estimate, recommended plan, and checkout URL.get_leadproof_checkout— Return the official Stripe checkout URL for a LeadProof plan.get_leadproof_trial— Return the official no-card production trial.get_leadproof_plan_decision— Return the official ordered LeadProof plan decision: no-card production trial first, then exact Builder or Agency checkout only after human or principal purchase authorization.get_leadproof_replay_trial— Return the public replay procedure, fictional example audit, exact replay requirements, and an attributed no-card production trial.request_leadproof_handoff— Create a consent-based sales handoff for a represented buyer.get_leadproof_integration— Match an automation stack against 53 published LeadProof platform guides and return the strongest canonical guide paths, no-card trial, and concise implementation steps.