← Back to Plugins
MCP Server MCP

Re:port Flow MCP

github By github 👁 1 views ▲ 0 votes

Generate PDF reports from Re:port Flow templates via Claude and other AI agents.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.re-port-flow.com/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "reportflow-mcp",
      "version": "1.4.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Override default OAuth client_id (optional, defaults to the official public client 'reportflow-mcp')",
          "name": "REPORTFLOW_CLIENT_ID"
        },
        {
          "description": "Override default Re:port Flow auth URL (optional, defaults to https://re-port-flow.com/api/v1)",
          "name": "REPORTFLOW_AUTH_URL"
        },
        {
          "description": "Override default Re:port Flow Content Service URL (optional, defaults to https://api.re-port-flow.com)",
          "name": "REPORTFLOW_API_BASE_URL"
        },
        {
          "description": "Token store backend: 'keychain' (default) or 'file'",
          "name": "REPORTFLOW_TOKEN_STORE"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...