{
  "protocolVersion": "0.3.0",
  "name": "Formswrite",
  "description": "Convert documents (Google Docs, PDFs, Word, images) into Google Forms and 20+ educational platforms, and create/manage forms programmatically.",
  "url": "https://mcp.formswrite.com/mcp",
  "preferredTransport": "streamable-http",
  "supportedInterfaces": [
    {
      "url": "https://mcp.formswrite.com/mcp",
      "transport": "streamable-http"
    },
    {
      "url": "https://api.formswrite.com/api/v1",
      "transport": "rest"
    }
  ],
  "provider": {
    "organization": "Formswrite",
    "url": "https://formswrite.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://formswrite.com/auth.md",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {
    "bearer": {
      "type": "http",
      "scheme": "bearer",
      "bearerFormat": "JWT",
      "description": "Formswrite JWT issued from the dashboard, sent as a Bearer token."
    }
  },
  "security": [
    {
      "bearer": []
    }
  ],
  "defaultInputModes": [
    "application/json",
    "multipart/form-data",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "convert-document",
      "name": "Convert a document to a form",
      "description": "Convert a Google Doc, PDF, Word doc, or image into a Google Form or Formswrite form.",
      "tags": [
        "forms",
        "conversion",
        "pdf",
        "google-forms",
        "quiz"
      ],
      "examples": [
        "Convert this PDF into a Google Form",
        "Turn my Google Doc quiz into a form"
      ]
    },
    {
      "id": "manage-forms",
      "name": "Create and manage forms",
      "description": "Create forms, edit questions, export to Google Forms, and publish via the MCP server.",
      "tags": [
        "forms",
        "mcp",
        "authoring",
        "publish"
      ],
      "examples": [
        "Create a 10-question biology quiz",
        "Publish my draft form"
      ]
    }
  ]
}