Card snapshot
leadproof.jessesay.chatgpt.site
·
2026-07-29 09:56:13 UTC
·
3e0397a3ff22184a793d2f62e739ae50720ad07f9e6609bc30d0bb52d85ea88b
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "LeadProof Sales Agent",
"description": "Automated product agent that evaluates lead-delivery workflows, explains LeadProof, offers a no-card production trial, recommends a plan, and returns an authorized checkout path. It does not impersonate a human operator.",
"url": "https://leadproof.jessesay.chatgpt.site/a2a",
"preferredTransport": "JSONRPC",
"version": "1.0.4",
"protocolVersion": "0.3.0",
"provider": {
"organization": "LeadProof",
"url": "https://leadproof.jessesay.chatgpt.site"
},
"iconUrl": "https://leadproof.jessesay.chatgpt.site/favicon.svg",
"documentationUrl": "https://leadproof.jessesay.chatgpt.site/agent",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"security": [],
"skills": [
{
"id": "audit-lead-workflow",
"name": "Audit a lead-delivery workflow",
"description": "Scores reliability risk, identifies missing safeguards, estimates exposure with disclosed assumptions, and returns an integration kit.",
"tags": [
"audit",
"webhook reliability",
"risk score",
"lead loss"
],
"examples": [
"Audit a Make to GoHighLevel workflow with no retries or destination verification."
]
},
{
"id": "evaluate-lead-reliability",
"name": "Evaluate lead-delivery reliability",
"description": "Determines whether a workflow needs normalization, retries, destination verification, and receipts.",
"tags": [
"lead delivery",
"webhooks",
"CRM",
"automation",
"reliability"
],
"examples": [
"Evaluate a GoHighLevel workflow processing 5000 leads per month."
]
},
{
"id": "start-production-trial",
"name": "Start a free LeadProof production trial",
"description": "Returns the official 14-day trial for 25 live lead deliveries with no card required.",
"tags": [
"free trial",
"production",
"lead delivery",
"no card"
],
"examples": [
"{\"task\":\"get_leadproof_trial\"}"
]
},
{
"id": "recommend-plan",
"name": "Recommend a LeadProof plan",
"description": "Returns transparent assumptions, plan limits, price, and official Stripe checkout URL.",
"tags": [
"pricing",
"SaaS",
"checkout"
],
"examples": [
"{\"task\":\"get_leadproof_checkout\",\"plan\":\"agency\"}"
]
},
{
"id": "integration-plan",
"name": "Generate an integration plan",
"description": "Matches a stack against 47 published guides and returns the strongest canonical LeadProof integration paths.",
"tags": [
"integration",
"MCP",
"OpenAPI",
"platform guides"
],
"examples": [
"{\"task\":\"get_leadproof_integration\",\"stack\":\"Vapi to GoHighLevel\"}"
]
},
{
"id": "compare-leadproof-vs-in-house",
"name": "Compare LeadProof with an in-house build",
"description": "Returns a proof-backed build-versus-buy comparison with pricing, limitations, purchase boundaries, and the complete public example audit URL.",
"tags": [
"build versus buy",
"comparison",
"pricing",
"reliability evidence"
],
"examples": [
"{\"task\":\"compare_leadproof_vs_in_house\"}"
]
},
{
"id": "request-sales-handoff",
"name": "Request an authorized sales handoff",
"description": "Stores a qualified buyer request only when the represented buyer explicitly authorizes contact.",
"tags": [
"sales handoff",
"buyer intent",
"consent",
"checkout"
]
}
]
}