# Dashform MCP Server MCP server

Connect AI assistants to Dashform — build and manage AI-powered forms, funnels, quizzes.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-makloai-mcp-server-dashform
- Repository: https://github.com/makloai/mcp-server-dashform
- Website: https://getaiform.com

## Install
- Endpoint: https://getaiform.com/api/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://getaiform.com/api/mcp
- Header: Authorization

## Tools
- get_user_info (Get User Info) - Get user ID and organization ID. When connected via OAuth, no parameters are needed. For session-based auth, provide the sessionToken. Endpoint: https://getaiform.com/api/mcp
- list_organizations (List Organizations) - List all organizations the user belongs to Endpoint: https://getaiform.com/api/mcp
- list_forms (List Forms) - List all forms of an organization with status and reply counts Endpoint: https://getaiform.com/api/mcp
- get_form (Get Form) - Get full details of a form including questions, theme, and configuration Endpoint: https://getaiform.com/api/mcp
- create_form (Create Form) - Create a new form with full configuration support Endpoint: https://getaiform.com/api/mcp
- update_form (Update Form) - Update a form's configuration, questions, theme, and other settings. Only provided fields are updated. Endpoint: https://getaiform.com/api/mcp
- delete_form (Delete Form) - Permanently delete a form and all its associated data (versions, replies, etc.) Endpoint: https://getaiform.com/api/mcp
- create_reply (Create Reply) - Create a new reply for a form Endpoint: https://getaiform.com/api/mcp
- list_categories (List Categories) - List all available service categories on the Dashform marketplace with merchant counts. Use this to understand what types of services are available before searching. Endpoint: https://getaiform.com/api/mcp
- search_merchants (Search Merchants) - Search for businesses and service providers on the Dashform marketplace. Filter by category, location, or keyword. Each result includes a funnel_id you can use with get_business_info, get_services, check_fit, and book_appointment. Endpoint: https://getaiform.com/api/mcp
- search_services (Search Services) - Search for specific services across all marketplace merchants. Find services by name, category, price range, or location. Each result includes the provider funnel_id for booking. Endpoint: https://getaiform.com/api/mcp
- get_business_info (Get Business Info) - Get business information for a Dashform funnel, including description, industry, location, services, and booking link. Use this to understand what a business offers before checking lead fit. Endpoint: https://getaiform.com/api/mcp
- get_services (Get Services) - Get the list of services or products offered by a business through this funnel. Optionally filter by category. Endpoint: https://getaiform.com/api/mcp
- get_form_questions (Get Form Questions) - Get the list of questions for this funnel. Returns question keys, types, descriptions, and options. Call this BEFORE check_fit or book_appointment to understand what information to collect from leads. Endpoint: https://getaiform.com/api/mcp
- check_fit (Check Lead Fit) - Evaluate lead fit against this business. Provide answers keyed by question keys from get_form_questions. Returns a score (0-100), fit assessment, confidence level, reasoning, and recommended next action. Also accepts legacy lead object for backwards compatibility. Endpoint: https://getaiform.com/api/mcp
- get_availability (Get Availability) - Get booking availability for this business. Returns a booking link (e.g. Calendly) if configured, or a message about how to schedule. Endpoint: https://getaiform.com/api/mcp
- book_appointment (Book Appointment) - Submit a lead's information to request an appointment. Provide answers keyed by question keys from get_form_questions. Creates a reply record visible in the dashboard and triggers connected integrations (CRM, email, webhooks). Also accepts legacy lead object for backwards compatibility. Endpoint: https://getaiform.com/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.makloai
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Mar 31, 2026
- Source: https://registry.modelcontextprotocol.io
