Serversio.github.makloai/mcp-server-dashform
D

Dashform MCP Server

io.github.makloai/mcp-server-dashform · v1.0.0
● Remote
v1.0.0remote🌐 https://getaiform.com/api/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.makloai/mcp-server-dashform",
  "description": "Connect AI assistants to Dashform — build and manage AI-powered forms, funnels, quizzes.",
  "title": "Dashform MCP Server",
  "repository": {
    "url": "https://github.com/makloai/mcp-server-dashform",
    "source": "github"
  },
  "version": "1.0.0",
  "websiteUrl": "https://getaiform.com",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://getaiform.com/api/mcp",
      "headers": [
        {
          "description": "OAuth 2.1 bearer token. Obtained via the authorization code flow with dynamic client registration.",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}