← Back to Plugins
MCP Server MCP

FormBro

github By github 👁 1 views ▲ 0 votes

MCP server for FormBro Canadian immigration application automation.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.formbro.ca/mcp?toolsets=system,read,validate",
      "headers": [
        {
          "description": "Bearer token in the format: Bearer fb_xxx",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "formbro-mcp-server",
      "version": "1.0.3",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Enabled FormBro toolsets. The public beta default is read-oriented.",
          "value": "system,read,validate",
          "type": "named",
          "name": "--toolsets"
        }
      ],
      "environmentVariables": [
        {
          "description": "FormBro backend API URL.",
          "isRequired": true,
          "default": "https://backend.formbro.ca",
          "name": "FORMBRO_API_URL"
        },
        {
          "description": "FormBro API token from Settings > API Tokens.",
          "isRequired": true,
          "isSecret": true,
          "name": "FORMBRO_API_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...