io.github.floomhq/floom✓
io.github.floomhq/floom · v0.1.6
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.floomhq/floom",
"description": "Deploy Python functions as web apps with auto-generated UI, REST API, and shareable links.",
"repository": {
"url": "https://github.com/floomhq/floom",
"source": "github"
},
"version": "0.1.6",
"packages": [
{
"registryType": "npm",
"identifier": "@floomhq/mcp-server",
"version": "0.1.6",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the Floom control plane",
"isRequired": true,
"format": "string",
"name": "FLOOM_BASE_URL"
},
{
"description": "API key for authenticating with Floom",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FLOOM_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}