mcpbeat Sign in

Dashform MCP Server

answering

Dashform MCP Server is answering right now. Last checked 1 min ago. It exposes 72 tools. Last commit 31 Mar 2026.

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

Uptime history 47 days of history · worst day 9%
47 days agonow
100.0%
Uptime 24h
92 of 92 checks
72
Tools
read from the server
344 ms
Response time
average over 24h
0
Stars
last commit 31 Mar 2026

What changed 24

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 19 August 2026. No other catalogue keeps this.

24 Aug 9 tools disappeared clear_messages, create_quiz_credits_checkout, delete_chat and 6 more
24 Aug 3 tools changed the parameters they ask for analytics_chat, chat_form_editor, create_webhook_connection
24 Aug 2 tool descriptions were rewritten analytics_chat, chat_form_editor
19 Aug 9 tools changed the parameters they ask for create_form, create_integration, create_integration_from_config and 6 more
19 Aug a tool disappeared run_ax_audit

Tools have disappeared from this server

A tool that vanishes takes a piece of your agent with it, and the change arrives silently. Watch this server and every such change lands in your inbox.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 1 min ago.

run in your terminal
claude mcp add mcp-server-dashform --transport http https://getaiform.com/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-dashform": {
      "url": "https://getaiform.com/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server-dashform]
url = "https://getaiform.com/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-dashform": {
      "url": "https://getaiform.com/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server-dashform": {
      "url": "https://getaiform.com/api/mcp"
    }
  }
}

This endpoint answered with an authorization challenge. The server is running, and it signs you in through your browser: there is no API key to paste.

Available tools 72

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

form
create_form
Create a complete form in one call — name, steps, theme and settings together. 'structured' is a Logic Funnel (default), 'dynamic' is an AI Funnel. Start and end screens are added automatically unless you supply your own. Call publish_form afterwards to take it live.
delete_form
Permanently delete a form and all its versions and replies. Pass confirm: true to proceed.
get_form
Get a form by ID in the authoring vocabulary — the same shape update_form accepts, so a result can be edited and sent straight back. Unset attributes are omitted.
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.
get_form_scoring_state
Get a form's lead-scoring state: pending hot-lead count, whether criteria are active, and last criteria update.
get_form_version
Get a specific form version by its version ID.
update_form
Update a form. Include only what you want to change under `form` — everything else is left untouched, including nested objects: sending one theme colour leaves the other theme settings alone. Steps are merged by key by default, so editing one question needs only that step; pass stepsMode 'replace' to send a complete new list.
integration
create_integration
Create a spreadsheet-style integration (Google Sheets/Airtable/Notion) on a form, mapping form answers to columns.
create_integration_from_config
Create a message-style integration (Webhook/Discord/Slack/HubSpot/Mailchimp) on a form from a full action config.
delete_integration
Permanently delete an integration from a form. Pass confirm: true to proceed.
get_integration
Get a single integration by ID.
list_integration_events
List recent delivery events for an integration.
custom
add_custom_domain
Add a custom domain to the active org (returns DNS instructions). Owner/admin only.
list_custom_domains
List the active organization's custom domains and their status.
remove_custom_domain
Remove a custom domain from the active org. Owner/admin only. Pass confirm: true to proceed.
set_custom_domain_default_form
Pin (or clear, with null) the default form a custom domain serves at its root. Owner/admin only.
org
get_org_branding
Get the active organization's white-label branding (logo, favicon, brand color).
get_org_email_config
Get the active org's white-label email config (sender name, reply-to).
update_org_branding
Update the active org's white-label branding. Owner/admin only. Returns the updated branding.
update_org_email_config
Update the active org's white-label email config. Owner/admin only.
reply
create_reply
Create a reply on the form's latest published version. Optionally seed respondent info and answers (question key -> value).
delete_reply
Permanently delete a single reply. Pass confirm: true to proceed.
get_reply
Get a single reply by ID, including answers and scoring.
connection
delete_connection
Permanently delete a connection and its integrations. Pass confirm: true to proceed.
get_connection
Get a single connection by ID.
replies
get_replies_insights
Get aggregate insights for a form's replies over a time range (completion, drop-off, answer distributions).
list_replies
List replies for a form (paginated). Returns respondent data, status, and scoring verdict.
services
get_services
Get the list of services or products offered by a business through this funnel. Optionally filter by category.
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.
toggle
toggle_integration
Activate or pause an integration. Returns the updated integration.
toggle_zapier_hook
Activate or pause a Zapier webhook subscription.
zapier
delete_zapier_hook
Permanently delete a Zapier webhook subscription. Pass confirm: true to proceed.
list_zapier_hooks
List Zapier webhook subscriptions for a form.
airtable
list_airtable_bases
List Airtable bases available to a connection.
analytics
analytics_chat
Ask one natural-language question about a form's replies. Returns the analytics assistant's answer after querying the form's data.
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.
batch
batch_delete_replies
Permanently delete up to 100 replies of a form. Pass confirm: true to proceed.
blob
delete_blob
Delete a blob by its URL. Pass confirm: true to proceed.
book
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.
business
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.
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.
chat
chat_form_editor
Edit a form from one focused instruction. The assistant reads the form, saves the requested draft edits, and returns a summary plus the updated form.
connections
list_connections
List integration connections (webhook, Slack, HubSpot, etc.) in the active organization. Optionally filter by provider.
fit
check_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.
forms
list_forms
List forms in the active organization, with status and share/edit URLs. Supports search, sort, and pagination.
hubspot
list_hubspot_contact_properties
List HubSpot contact properties available to a connection.
import
import_agent_profile
Extract a business/agent profile from a website URL (for marketplace discovery). Returns the extracted profile; use update_form to persist it.
integrations
list_integrations
List integrations configured on a form.
mailchimp
list_mailchimp_audiences
List Mailchimp audiences available to a connection.
mark
mark_actioned
Mark a reply as actioned (followed up on).
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.
organization
list_organization_hot_lead_counts
List per-form hot-lead counts across the active organization.
organizations
list_organizations
List all organizations the authenticated user belongs to, with their role in each. Use switch_active_org to change which one MCP acts on.
override
override_verdict
Manually set or reset a reply's lead verdict (hot/warm/cold). Returns the updated reply.
photos
search_photos
Search Pexels for background photos (welcome/end screens, questions).
publish
publish_form
Publish the form's current draft as a new live version. Required before a form can receive replies.
published
get_published_form_version
Get the latest published version of a form (the live snapshot respondents see).
reconnect
reconnect_quota_precheck
Check the backfill backlog for a connection before reconnecting it.
refine
refine_prompt
AI-refine a form-building prompt for the given funnel type. Returns the refined prompt text (single-shot).
replay
replay_integration_event
Re-enqueue a failed or past integration delivery event.
rescore
rescore_form_replies
Re-run AI lead scoring across a form's replies. Returns the number marked for scoring.
revoke
revoke_connection
Revoke a connection (stops future deliveries). Pass confirm: true to proceed.
scoring
update_scoring_criteria
Set a form's hot/warm/cold lead-scoring criteria. Returns the updated form.
slack
list_slack_channels
List Slack channels available to a connection.
suggest
suggest_scoring_criteria
AI-generate suggested hot/warm/cold lead-scoring criteria for a form.
switch
switch_active_org
Set which organization MCP acts on for subsequent tool calls. The selection is verified against your memberships and persists for this connection.
transcribe
transcribe
Transcribe base64-encoded audio to text.
upload
upload_blob
Upload a file (base64) to blob storage for use in forms. Returns the blob URL.
user
get_user_info
Get the authenticated user's ID, email, name, and the active organization MCP is acting on. Identity comes from the OAuth token — no parameters needed.
verify
verify_custom_domain
Re-check a custom domain's DNS/verification and promote it to active when healthy. Owner/admin only.
videos
search_videos
Search Pexels for background videos (welcome/end screens, questions).
webhook
create_webhook_connection
Create a webhook or Discord connection (no OAuth). For Slack/HubSpot/Mailchimp/etc., connect via the dashboard's OAuth flow first.

Tools removed

Tools this server used to expose. Anything built against them stopped working on the day they went.

run_ax_audit
removed 19 Aug 2026
clear_messages
removed 24 Aug 2026
create_quiz_credits_checkout
removed 24 Aug 2026
delete_chat
removed 24 Aug 2026
get_ai_provider_status
removed 24 Aug 2026
get_chat
removed 24 Aug 2026
get_quiz_credits_status
removed 24 Aug 2026
load_messages
removed 24 Aug 2026
remove_ai_provider_key
removed 24 Aug 2026
save_ai_provider_key
removed 24 Aug 2026

Endpoints

URLTransportStateLatencyChecked
https://getaiform.com/api/mcp streamable-http sign-in 217 ms 1 min ago

Alternatives to Dashform MCP Server

same job, measured the same way
Outline MCP Server
by vortiago

Connect AI assistants to Outline for document search, reading, and management

482 installs/wk local only
LeadDelta MCP Server
by leaddelta

MCP server for LeadDelta — manage LinkedIn connections and CRM data via AI assistants.

answering
openLCA MCP Server
by below280

Connect AI assistants to openLCA. 31 tools for database search, model building, and LCIA.

4 503 installs/wk local only
Manticore Search
by manticoresoftware

MCP server for Manticore Search — lets AI assistants query and manage search databases.

75 installs/wk local only
Telitask MCP
by karanivincent

TeliTask MCP server — manage contacts, tasks, and calls from AI assistants

37 installs/wk local only
eToro MCP Server
by gabrielcerutti

Connect AI assistants to eToro for portfolio analysis, market research, and trading.

74 installs/wk local only
Stellary Project Management MCP Server
by anymfah

Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.

answering
ClaudeR - RStudio MCP Server
by imnmv

Connect RStudio to AI assistants for interactive R coding and data analysis.

1 670 installs/wk local only

Dashform MCP Server — questions

Answers built from our own checks of this server.

What can Dashform MCP Server do?
It exposes 72 tools, read directly from the server on our last check. Among them: add_custom_domain, analytics_chat, batch_delete_replies, book_appointment, chat_form_editor, check_fit and 66 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Dashform MCP Server mostly used for?
Its tools cluster around form, integration and org. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Dashform MCP Server working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 344 ms. The bar chart above shows every period we have measured.
Did Dashform MCP Server ever remove tools?
Yes. run_ax_audit, clear_messages, create_quiz_credits_checkout, delete_chat and 6 more are no longer exposed — we recorded the date each one disappeared. A tool vanishing usually means a breaking change for anything that depended on it.
How do I connect Dashform MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address. You sign in through your browser once and the client keeps the session: no key to copy, and it refuses anonymous clients.
How do you sign in to Dashform MCP Server?
No API key is involved. Dashform MCP Server answers our knock with an OAuth challenge, so you authorise it once in your browser and the client keeps the session. That is also why we see no tool list: it will not describe itself to an anonymous client, and that is the server working as intended, not a fault.
How fast is Dashform MCP Server?
It answers our handshake in 344 ms on average, which is faster than 45% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Dashform MCP Server open source?
Yes — it is published under the MIT licence, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.