# Fairing — MCP server on mcp.ai > Connect your Fairing account and use 2 tools for forms and surveys straight from your AI agent. Connect with your own API key. Fairing provides post-purchase attribution surveys, question management, and response data for measuring marketing performance. By: mcp.ai · official Page: https://mcp.ai/fairing ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_fairing?ms=1787293500000 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/fairing/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/fairing/ 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/fairing/skill.md Postman collection (v2.1): https://mcp.ai/fairing/postman.json ## Tools - fairing_list_questions(include_targeting?: boolean) — Return the connected shop's complete Fairing question stream, optionally including targeting rules. - fairing_list_responses(sort?: string, limit?: integer, next_cursor?: string, question_id?: integer, updated_at_max?: string, updated_at_min?: string, inserted_at_max?: string, inserted_at_min?: string) — Return one page of the connected shop's survey responses, with optional question, time-window, and sort filters. ## Example prompts - "What can I do in Fairing?" - "Show me a summary of my Fairing account" ## Links Docs: https://mcp.ai/docs/mcps/fairing Website: https://mcp.ai/mcps/fairing