# Waiverfile — MCP server on mcp.ai > Connect your Waiverfile account and use 2 tools for forms and surveys straight from your AI agent. Connect with your own API key. WaiverFile is an electronic waiver form system that allows customers to sign release waivers from any device, streamlining the waiver management process. By: mcp.ai · official Page: https://mcp.ai/waiverfile ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_waiverfile?ms=1787291400000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/waiverfile/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/waiverfile/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/waiverfile/skill.md Postman collection (v2.1): https://mcp.ai/waiverfile/postman.json ## Tools - waiverfile_get_site_details() — Retrieve comprehensive configuration and metadata for a WaiverFile site. Returns site settings including name, welcome messages, field requirements, email configuration, age restrictions, and other si - waiverfile_ping_event_service(val: string) — Ping test for WaiverFile event service connectivity. Sends a test ping to verify that the event service is reachable and responding. Use this to validate API integration and event service health. ## Example prompts - "What can I do in Waiverfile?" - "Show me a summary of my Waiverfile account" ## Links Docs: https://mcp.ai/docs/mcps/waiverfile Website: https://mcp.ai/mcps/waiverfile