# auth.md — prosurvey.app

Agent authentication & access metadata for **prosurvey.app**, following the auth.md convention (https://workos.com/auth-md).

## Audience
AI agents and answer engines connecting to this site's Model Context Protocol server.

## Connect
- MCP endpoint: `https://prosurvey.app/mcp` (JSON-RPC 2.0, streamable HTTP)
- Server card: `https://prosurvey.app/.well-known/mcp.json`
- Skills index: `https://prosurvey.app/.well-known/agent-skills/index.json`

## Registration & provisioning
No registration is required — the tools are public and read-only, except `submit_enquiry`, which forwards a contact message (also no credentials).

## Supported methods & credentials
Open access over HTTPS; no authentication or bearer token is needed. There is no protected resource on this site.

## Identity / signed requests
Agents may verify this origin via Web Bot Auth: `https://prosurvey.app/.well-known/http-message-signatures-directory`.

## Contact & data rights
Use the `submit_enquiry` or `get_contact_and_data_rights` tools, or the contact form on prosurvey.app.
