Back to Browse

Dashform MCP Server

by Makloai
Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://getaiform.com/api/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

17 tools verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-makloai-mcp-server-dashform": {
      "url": "https://getaiform.com/api/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Dashform MCP Server

Connect AI assistants to Dashform — build and manage AI-powered forms, funnels, quizzes, and lead qualification workflows through the Model Context Protocol.

Features

  • Form Management — Create, read, update, and delete forms and AI funnels programmatically
  • Reply Collection — Submit and retrieve form responses
  • AI Lead Qualification — Use built-in AI to check if a lead is a good fit for a business
  • Service Marketplace — Search merchants, services, and categories
  • Booking — Check availability and book appointments through AI agents
  • OAuth 2.1 — Secure authentication with dynamic client registration

Quickstart

Dashform MCP is a hosted remote server. No local installation is required — just add the endpoint URL to your MCP client.

Endpoint: https://getaiform.com/api/mcp

Transport: Streamable HTTP

Authentication: OAuth 2.1 with dynamic client registration (RFC 7591)

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "dashform": {
      "url": "https://getaiform.com/api/mcp"
    }
  }
}

Claude Desktop will handle OAuth authorization automatically.

Cursor

Add to your Cursor MCP settings (.cursor/mcp.json):

{
  "mcpServers": {
    "dashform": {
      "url": "https://getaiform.com/api/mcp"
    }
  }
}

VS Code / GitHub Copilot

Add to your VS Code settings (.vscode/mcp.json):

{
  "servers": {
    "dashform": {
      "url": "https://getaiform.com/api/mcp"
    }
  }
}

Windsurf

Add to your ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "dashform": {
      "serverUrl": "https://getaiform.com/api/mcp"
    }
  }
}

MCP Inspector

npx @modelcontextprotocol/inspector --url https://getaiform.com/api/mcp

Tools

Form Management (requires authentication)

ToolDescription
get_user_infoGet current user profile (userId, organizationId, name, email)
list_organizationsList all organizations for a user
list_formsList all forms in an organization with reply counts
get_formGet full form details including config, questions, and theme
create_formCreate a new form (structured or dynamic AI type)
update_formUpdate form config, questions, endings, or theme
delete_formPermanently delete a form and all its data
create_replySubmit a new reply/response to a form

Marketplace Discovery (no authentication required)

ToolDescription
list_categoriesList marketplace service categories with merchant counts
search_merchantsSearch merchants by keyword, category, or location
search_servicesSearch services across all merchants with price filtering

Agent Booking (no authentication required)

ToolDescription
get_business_infoGet business profile for a published funnel
get_servicesList available services for a funnel
get_form_questionsGet question schema (keys, types, options) for a funnel
check_fitAI-powered lead qualification — checks if a lead matches the business criteria
get_availabilityGet booking availability and scheduling link
book_appointmentSubmit a lead record and book an appointment

Authentication

Dashform MCP uses OAuth 2.1 with the Authorization Code flow and supports dynamic client registration (RFC 7591). This means MCP clients like Claude Desktop and Cursor can automatically register and authenticate without manual API key setup.

OAuth Endpoints

EndpointURL
Authorizationhttps://getaiform.com/oauth/authorize
Tokenhttps://getaiform.com/api/auth/oauth2/token
Client Registrationhttps://getaiform.com/api/auth/oauth2/register
Resource Metadatahttps://getaiform.com/.well-known/oauth-protected-resource
MCP Discoveryhttps://getaiform.com/.well-known/mcp.json

Scopes

ScopeDescription
openidOpenID Connect identity
profileUser profile information
emailUser email address
read:formsRead forms and form data
write:formsCreate and update forms
read:submissionsRead form submissions
write:submissionsCreate form submissions
read:webhooksRead webhook configurations
offline_accessRefresh token for long-lived sessions

MCP Discovery

The server exposes a discovery endpoint at /.well-known/mcp.json that returns the server manifest, including all available tools and the endpoint URL.

curl https://getaiform.com/.well-known/mcp.json

Use Cases

  • Build forms with natural language — "Create a customer feedback form with a rating scale and open-ended questions"
  • Manage forms at scale — List, update, or delete forms across organizations
  • Collect responses — Submit test data or integrate with automated pipelines
  • AI-powered lead qualification — "Check if this lead is a good fit for my consulting business"
  • Service discovery — "Find yoga studios in San Francisco that offer private sessions"
  • Appointment booking — "Book a free consultation with the nearest available therapist"

Support

License

MIT

Reviews

No reviews yet

Be the first to review this server!

Dashform MCP Server - Connect AI assistants to Dashform — build and manage | MCP Marketplace