← Index

FormBro

io.github.jackyzhang69/formbro·v1.0.3·Other
Quality Score
95
/100

MCP server for FormBro Canadian immigration application automation.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.formbro.ca/mcp?toolsets=system,read,validate
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "formbro": {
      "command": "npx",
      "args": [
        "-y",
        "formbro-mcp-server"
      ],
      "env": {
        "FORMBRO_API_URL": "https://backend.formbro.ca",
        "FORMBRO_API_TOKEN": "<your-formbro_api_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "formbro": {
      "command": "npx",
      "args": [
        "-y",
        "formbro-mcp-server"
      ],
      "env": {
        "FORMBRO_API_URL": "https://backend.formbro.ca",
        "FORMBRO_API_TOKEN": "<your-formbro_api_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y formbro-mcp-server
§02  Environment variables
FORMBRO_API_URL
required

FormBro backend API URL.

FORMBRO_API_TOKEN
requiredsecret

FormBro API token from Settings > API Tokens.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other