MCP Server
MCP
Re:port Flow MCP
Generate PDF reports from Re:port Flow templates via Claude and other AI agents.
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
By
Comments
Sign in to leave a comment