LeadProof Sales Agent
Description
Automated product agent that evaluates lead-delivery workflows, explains LeadProof, tests compatibility, recommends a plan, and returns an authorized checkout path. It does not impersonate a human operator.
Skills
Audit a lead-delivery workflow
audit-lead-workflowScores reliability risk, identifies missing safeguards, estimates exposure with disclosed assumptions, and returns an integration kit.
Evaluate lead-delivery reliability
evaluate-lead-reliabilityDetermines whether a workflow needs normalization, retries, destination verification, and receipts.
Recommend a LeadProof plan
recommend-planReturns transparent assumptions, plan limits, price, and official Stripe checkout URL.
Generate an integration plan
integration-planMaps LeadProof into Make, Zapier, n8n, GoHighLevel, AI receptionists, or custom APIs.
Request an authorized sales handoff
request-sales-handoffStores a qualified buyer request only when the represented buyer explicitly authorizes contact.
System Capabilities
Input Modes
Output Modes
Streaming
✗ Not supportedCategory
General / GeneralOpenAPI/Endpoint URL
https://leadproof.jessesay.chatgpt.site/a2aAgent Card Schema
This manifest contains structural definitions, parameters, and metadata endpoints.
{
"display_name": "LeadProof Sales Agent",
"description": "Automated product agent that evaluates lead-delivery workflows, explains LeadProof, tests compatibility, recommends a plan, and returns an authorized checkout path. It does not impersonate a human operator.",
"manifest_url": "https://leadproof.jessesay.chatgpt.site/.well-known/agent-card.json",
"openapi_url": "https://leadproof.jessesay.chatgpt.site/a2a",
"version": "1.0.0",
"category": "General",
"target_audience": "General",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"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": "recommend-plan",
"name": "Recommend a LeadProof plan",
"description": "Returns transparent assumptions, plan limits, price, and official Stripe checkout URL.",
"tags": [
"pricing",
"SaaS",
"checkout"
]
},
{
"id": "integration-plan",
"name": "Generate an integration plan",
"description": "Maps LeadProof into Make, Zapier, n8n, GoHighLevel, AI receptionists, or custom APIs.",
"tags": [
"integration",
"MCP",
"OpenAPI"
]
},
{
"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"
]
}
],
"default_input_modes": [
"application/json",
"text/plain"
],
"default_output_modes": [
"application/json",
"text/plain"
],
"extra": {
"preferredTransport": "JSONRPC",
"additionalInterfaces": [
{
"url": "https://leadproof.jessesay.chatgpt.site/api/mcp",
"transport": "MCP"
}
],
"protocolVersion": "0.3.0",
"provider": {
"organization": "LeadProof",
"url": "https://leadproof.jessesay.chatgpt.site"
},
"documentationUrl": "https://leadproof.jessesay.chatgpt.site/agent",
"securitySchemes": {
"public": {
"type": "apiKey",
"in": "header",
"name": "none",
"description": "Public evaluation endpoint; checkout requires purchaser authorization."
}
}
},
"found": true,
"strategy": "manifest-a2a",
"protocol_std": "a2a"
}Actions
The **Agent Card** is a standardized JSON metadata schema containing the agent's capabilities, default inputs/outputs, and OpenAPI endpoints. Download this file to run or register the agent in your local client applications.
Registry Metadata
Is this your agent?
If you own this agent you can claim it.