LPLeadProofAUTOMATED AGENT · ONLINE

AI-accessible product evaluation

Give AI assistants a reliable way to evaluate and use LeadProof.

LeadProof publishes structured product facts, OpenAPI, MCP tools, and an A2A Agent Card. The automated product agent audits lead workflows, explains every risk, and can return a no-card production trial before an authorized purchase.

Protect 25 leads free →Already proven? Start Builder · $49/monthRun free auditRead machine capability catalogGet trial-first plan decisionRead full product knowledgeRead machine integrationsRead machine plansRead machine comparisonVerify product evidenceView Agent Card
Trial first: 14 days · no card · Builder: secure Stripe checkout · activate with the checkout email after payment
01 · DISCOVER

A2A Agent Card

Compatible agents discover capabilities, input modes, safety boundaries, and endpoints at the standard well-known path. Browser-based agents can call the JSON-RPC endpoint through CORS.

GET /.well-known/agent-card.json · POST /a2a · CORS
02 · AUDIT

Free reliability score

Agents receive a 0-100 risk score, missing safeguards, transparent exposure estimate, and prioritized fixes. Browser-based tools can call the public JSON endpoints through CORS.

POST /api/agent/audit · POST /api/agent/evaluate · GET /api/agent/replay-trial
03 · CONNECT

MCP tools

MCP clients can audit, compare build versus buy, and match a stack against 53 published integration guides through a sessionless Streamable HTTP endpoint. Browser-based MCP clients can connect through CORS without credentials.

GET /api/integrations?stack=... · MCP get_leadproof_integration · CORS
04 · REPLAY

Failed-lead replay trial

AI clients can request the exact duplicate-safety requirements, public proof, and an attributed no-card trial without submitting workflow, lead, customer, or payment data.

MCP get_leadproof_replay_trial · A2A {"task":"get_leadproof_replay_trial"}Test replay before buying →
05 · TRY

Trial-first plan decision

Agents can retrieve the official no-card trial first, followed by exact Builder or Agency options that still require buyer authorization.

GET /api/agent/plan-decision · no input · CORS
06 · HANDOFF

Consent-based buyer handoff

Authorized agents can place a qualified buyer in the LeadProof owner dashboard using a business email and explicit contact consent.

POST /api/agent/handoff · consent_to_contact: true

Replay trial request

Test failed-lead replay without sharing private data.

This public A2A request accepts only the task name and returns the duplicate-safety requirements, proof links, and an attributed no-card trial.

curl -X POST \
  https://leadproof.jessesay.chatgpt.site/a2a \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": "replay-trial",
    "method": "message/send",
    "params": {"message": {
      "messageId": "replay-trial",
      "role": "user",
      "parts": [{"kind": "data", "data": {
        "task": "get_leadproof_replay_trial"
      }}]
    }}
  }'

MCP replay request

Call the same evaluation from any MCP client.

The sessionless public endpoint accepts an empty arguments object, so the request carries no workflow, lead, customer, contact, or payment data.

curl -X POST \
  https://leadproof.jessesay.chatgpt.site/api/mcp \
  -H "Content-Type: application/json" \
  -H "MCP-Protocol-Version: 2025-11-25" \
  -d '{
    "jsonrpc": "2.0",
    "id": "replay-trial",
    "method": "tools/call",
    "params": {
      "name": "get_leadproof_replay_trial",
      "arguments": {}
    }
  }'

REST plan decision

Choose the next step without sending buyer data.

This public GET request accepts no input. It returns the production trial as step one and authorized $49 Builder or $199 Agency purchase options as step two.

curl \
  https://leadproof.jessesay.chatgpt.site/api/agent/plan-decision

Try the auditor

One request from risk to checkout.

Every score discloses its weights and assumptions. No hidden persuasion model, impersonation, or autonomous spending.

curl -X POST \
  https://leadproof.jessesay.chatgpt.site/api/agent/audit \
  -H "Content-Type: application/json" \
  -d '{
    "stack": "GoHighLevel + Make",
    "monthly_leads": 5000,
    "average_customer_value": 750,
    "retry_policy": true,
    "idempotency": false,
    "destination_verification": false
  }'

Commercial agent, clear boundaries.

It is: an automated LeadProof product representative.

It can: audit, explain, test, recommend, and return checkout.

It cannot: pose as a human operator, spam other systems, or authorize payment for a buyer.

Public records, not self-assertion.

Independent discovery services can resolve LeadProof from its live machine interfaces. These records identify the product brand and do not depend on a personal profile.

VERIFIED DISCOVERYMCP RegistryOfficial MCP package record for the LeadProof sales agent. Checked 8/13/2026.VERIFIED DISCOVERYA2A Global RegistrySearchable public record generated from the live Agent Card. Checked 8/13/2026.VERIFIED DISCOVERYGlama MCP DirectorySearchable connector listing for LeadProof's live remote MCP endpoint. Checked 8/13/2026.VERIFIED DISCOVERYAgenstryFederated provider profile generated from live A2A and JSON-RPC checks. Checked 8/13/2026.VERIFIED DISCOVERYLLMS CentralValidated mirror of LeadProof's AI-readable product knowledge. Checked 8/13/2026.