Fillout forms

Fillout forms

Fillout is a platform that allows users to create and manage forms, offering a REST API for programmatic access to form data.

43VIEWS
2463USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app fillout_formsnpx @composio/cli add cursor --app fillout_formsnpx @composio/cli add cursor --app fillout_formsnpx @composio/cli add cursor --app fillout_forms

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Authorize Oauth

Tool to initiate the oauth authorization process for third-party applications. use when you need to generate the url to redirect your users to the fillout consent page.

Get Forms

Tool to retrieve a list of all forms in your account. use when you need to list your forms after authenticating with fillout.

Invalidate Access Token

Tool to revoke an existing oauth access token. use when the user logs out or you need to programmatically invalidate a token after deauthorization. example: "invalidate token abcdefg123456". this endpoint does not return a json body. successful calls return http 200 or 204.

3 actions available