Labsco
MCP SERVER

Folderr MCP Server

by folderr-tech

Authenticate to Folderr from the session, put a question to one of its assistants, and run a workflow after asking the workflow itself what inputs it needs.

Workflow Automation & iPaaSVerified
Summary
The workflow states its own inputs, so a call is composed from the workflow rather than from a guess at its shape.

get_workflow_inputs sitting between listing and executing is the difference between an agent that can run any workflow in the account and one that can only run the workflow it was written against. Authentication is itself a tool rather than configuration, so the credential arrives in-session. Everything here consumes what Folderr already holds: assistants and workflows can be listed, asked and executed, and none of them can be created or edited from here.

What it is

A Folderr client of 7 tools: authentication by token or by login, an assistant question path, and a workflow path that reports its own required inputs before execution.

What you get
  • Authentication as a tool rather than a config file — set_api_token for a token, or login with an email and password.
  • list_assistants, and ask_assistant, which puts a question to a named assistant_id.
  • list_workflows, get_workflow_inputs, which returns the inputs a specific workflow requires, and execute_workflow, which runs it with those inputs supplied.
Requirements

A Folderr account, reached either with an API token through set_api_token or with the email and password login takes. Assistants and workflows already defined in that account, since nothing here creates one.

Setup effort

One command plus a key — npx -y @folderr/folderr-mcp-server, then supply credentials