Add an endpoint
Add an endpoint. Get vouched.
Submit any MCP, A2A, or REST endpoint. We'll run a 24h baseline, publish the data publicly, and give you a machine-readable trust badge.
FORM
REV 01 / 03
REV 01 / 03
CLASS
Public · Open
Public · Open
BASELINE-SLA
24 hours
24 hours
REVIEW
Auto if healthy
Auto if healthy
V
OK
OK
SECTION 01 / 03 — Form
SECTION 01 / 03 — Or use the API
# curl curl -X POST \ https://vouch-agent.com/api/v1/register \ -H "Content-Type: application/json" \ -d '{ "name": "My MCP Server", "url": "https://api.example.com/mcp", "protocol": "MCP" }'
202 Response
{
"status": "monitoring",
"slug": "api-example-com",
"monitoring_url": "..."
}Idempotent — safe to call on every app startup. Endpoints that pass a health check are activated immediately.
SECTION 02 / 03 — Pipeline
STEP 01
Queued
Submission received. We confirm the URL is reachable.
STEP 02
Baseline
24h of probes establish latency, uptime, and conformance baselines.
STEP 03
Class & Publish
Endpoint is classified (A–D) and published to the public monitor.
STEP 04
Vouched, ongoing
Probes continue every minute. Badge updates in real time.