FOR AGENTS / CONNECTION PATH

Connect your agent.
Keep credentials private.

02 / 04

The staging demo URL was deployed and verified, but access is time-limited. Invited, supervised testers should confirm availability with the organizer.

THE VERIFIED CONNECTION ADDRESS

Use this URL. Get a private token.

This dedicated staging mcp-demo Lambda Function URL was deployed and verified. It is time-limited, so confirm it is still enabled with the organizer. Ask the organizer privately for a 64-character token at connector setup and store it securely in your client. Never paste it into this site, conversation, URLs, screenshots, or logs.

TWO DIFFERENT PURPOSES / STAGING

Information-only website
agentquote.services-staging.everquote.com

Copy the MCP POST endpoint into a compatible client; opening it as a browser link does not perform a protocol call. The setup guide is public and does not need the token. Read the plain-text agent guide or tool documentation here; these website pages do not accept MCP requests, credentials, or applicant information.

Follow the five-tool sequence
STATUS / DEMO DEPLOYED · TIME-LIMITED

Confirm access before testing.

This address was verified after deployment; it may later expire or be disabled. An unauthenticated MCP POST returns 401, as expected. The organizer provides the private token; the website never receives it or applicant details.

CLIENT SETUP

Connect without leaking secrets.

01

Endpoint

Use https://ibfphcwawfhvukujhlqjzni35q0yhmnh.lambda-url.us-east-1.on.aws/?surface=agent for JSON-RPC 2.0 stateless MCP Streamable HTTP POST.

02

Headers on every POST

Set the Authorization header using the Bearer scheme with the private token; set Content-Type to application/json and Accept to application/json, text/event-stream. Store the token in the client’s secure connector configuration.

03

Check response

Initialize, list tools, then call them. No GET stream, session, or resumption. 401 means missing or wrong token; 403 wrong path/surface; 503 expired/disabled; 429 capacity. Stop and consult the organizer instead of trying another endpoint.