Agenty

Agenty

Agenty is a web scraping and automation platform that enables users to extract data, monitor changes, and automate browser tasks without coding.

48VIEWS
2901USERS

Install MCP Server

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

npx @composio/cli add cursor --app agentynpx @composio/cli add cursor --app agentynpx @composio/cli add cursor --app agentynpx @composio/cli add cursor --app agenty

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

Available Tools

Clone Agent By Id

Tool to clone an existing agent by its id. use when you need to duplicate an agent's configuration and optionally start the clone immediately.

Create Agent

Tool to create a new agent. use when you need to add an agent with configuration and optional auto-start.

Get Agent Templates

Tool to fetch all public agent templates and sample agents. use when listing available templates for users to select.

Delete Agent By Id

Tool to delete a single agent by its id. use when you need to permanently remove an agent after confirming it exists.

Fetch All Agents

Tool to fetch all active agents under an account. use after authenticating when you need to list agents with pagination and sorting.

Get Agent By Id

Tool to fetch details of a specific agent by its id. use when you need full agent configuration before taking further actions.

Update Agent By Id

Tool to update an agent's configuration and settings by agent id. use when you need to modify an existing agent after retrieving its current settings. example: "update agent 123 with new name and tags."

Create Api Key

Tool to create a new api key. use when you need to provision access credentials for the api.

Delete Api Key By Id

Tool to delete an api key by its key id. use when revoking access for a specific api key after confirming the correct key id.

Download Api Keys

Tool to download all api keys under an account in csv format. use when you need a complete list of api keys for export or backup.

Get All Api Keys

Tool to retrieve all api keys under an account. use after authentication when you need to list api keys with pagination and sorting.

Get Api Key By Id

Tool to get an api key by key id. use when retrieving details of a specific api key after identifying its id.

Reset Api Key By Id

Tool to reset an api key by key id. use when you need to regenerate the secret for an api key after compromise or rotation.

Update Api Key By Id

Tool to update an api key by its id. use when you need to modify name, role, or enabled state after confirming the api key's identifier.

Change Api Key Status By Id

Tool to enable or disable an api key by its id. use when you need to toggle the activation state of an existing api key after retrieving its identifier.

Get All Connections

Tool to get all connections. use after authenticating when you need to list connections with pagination and sorting.

Create Api Key

Tool to create a new api key. use when you need to provision access credentials for the api.

Get Dashboard Reports And Usage

Tool to fetch account reports like pages used by agent, date, and product. use when analyzing usage over a date range.

Get Agent Input By Id

Tool to get agent input by agent id. use when you need to inspect or validate an agent's current input configuration before updating or starting jobs.

Update Input By Agent Id

Tool to update agent input by agent id. use when you need to modify an agent's input source (url, manual data, list, or agent) after verifying the agent id.

20 actions available