Automate Parseur workflows through Rube MCP with tool discovery and execution.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "parseur-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/parseur-automation/SKILL.md 2. Save it as ~/.claude/skills/parseur-automation/SKILL.md 3. Reload skills and tell me it's ready
Developers or automation users can search for currently available tools and parameter schemas before building a Parseur workflow, reducing failures caused by changing interfaces.
Before executing any Parseur operation, users can verify that the parseur connection is ACTIVE and follow the returned authorization link if setup is incomplete.
When a workflow requires search, connection checks, and tool execution, users can reuse the same session ID to organize the full flow and handle pagination when needed.
The README explains how to automate Parseur operations through Rube MCP using Composio's Parseur toolkit. It covers prerequisites, connection and authorization setup, the required search-first workflow, and key execution practices such as session reuse, strict schema compliance, always including the memory parameter, and handling pagination. It also provides a quick reference for discovering tools, checking connections, and running execution calls.
Automate Parseur operations through Composio's Parseur toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/parseur
RUBE_MANAGE_CONNECTIONS with toolkit parseurRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit parseurAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Parseur operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Parseur task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["parseur"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Parseur-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit parseur |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
It automates Parseur operations through Rube MCP using Composio's Parseur toolkit. The docs emphasize searching tools first, checking the connection, and then executing with the discovered schema.
Your client must have Rube MCP connected, and RUBE_SEARCH_TOOLS must be available. You also need an active connection for the parseur toolkit via RUBE_MANAGE_CONNECTIONS.
Because tool schemas may change, the docs explicitly say not to hardcode tool slugs or arguments. You should call RUBE_SEARCH_TOOLS first to get the current schema before proceeding.
Automate Amara tasks through Rube MCP after checking current tool schemas first.
Automate API Bible tasks via Rube MCP with schema lookup first.
Automate Repairshopr tickets, customers, and workflows through Rube MCP.
Automate Api2pdf workflows for PDF generation, conversion, and document handling.
Automate API Labz tasks via Rube MCP using current tool schemas.
Automate Ragic workflows via Rube MCP while checking current tool schemas first.
Automate Parsera tasks via Rube MCP for faster data extraction workflows.
Automate Parsehub tasks through Rube MCP for faster web data extraction.
Run parallel automated workflows across tools with Rube MCP for faster execution
Manage Parseur mailboxes, parsed fields, documents, exports, and webhook workflows.
Automate curated workflows with Rube MCP after checking current tool schemas first.
Automate Mapulus tasks via Rube MCP using the latest tool schemas.