Automate Docupost document and delivery workflows via Rube MCP with schema-first tool discovery.
The material itself is a prompt-style document and does not declare local code execution, file access, or direct API key handling. However, it is designed to connect to remote Rube MCP/Composio services and operate Docupost workflows, so it warrants moderate caution rather than high risk.
The material says there are no API keys, but it requires an active Docupost connection via `RUBE_MANAGE_CONNECTIONS` and asks the user to follow an auth link. This implies third-party account authorization or session credentials are involved; no explicit credential abuse is shown, but the authorization scope should be reviewed.
The README explicitly instructs adding the remote MCP endpoint `https://rube.app/mcp` and using Composio/Rube to invoke Docupost-related tools. User requests, tool arguments, and workflow context will likely be sent to these declared external services. The endpoint is identified, so this is normal egress rather than suspicious exfiltration, but it still merits caution.
The system flags this as prompt-only, and the material only describes a tool-calling workflow. It does not state that local executables, scripts, or elevated system privileges are required; based on the provided material, no local code execution surface is apparent.
The document does not declare local file or system data access, but it performs 'Docupost operations' through remote tools. The effective data scope depends on the connected Docupost account and the discovered tool schemas, so there is a normal business-data access surface that should be constrained by least privilege.
The source is an open GitHub repository with strong community adoption (64.7k stars), which is a meaningful risk-reducing signal. The material itself is auditable and does not show obfuscated install scripts, suspicious dependencies, or misleading high-risk instructions. The missing license declaration and unknown maintenance status do not by themselves justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "docupost-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/docupost-automation/SKILL.md 2. Save it as ~/.claude/skills/docupost-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Docupost operations through Composio's Docupost toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/docupost
RUBE_MANAGE_CONNECTIONS with toolkit docupostRUBE_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 docupostAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Docupost 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 Docupost task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["docupost"]
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 Docupost-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit docupost |
| 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
Automate Sendlane marketing and customer engagement tasks through Rube MCP.
Automate ShipEngine shipping and label workflows through Rube MCP tools.
Automate SmartRecruiters hiring tasks and workflow actions through Rube MCP.
Automate Countdown API workflows via Rube MCP using current tool schemas first.
Automate TimelinesAI tasks through Rube MCP to streamline messaging workflows.
Automate Timely task workflows through Rube MCP for faster time operations.
Automate Documint document generation and processing tasks through Rube MCP.
Search current schemas first, then automate Docupilot document generation workflows.
Automate Docugenerate document generation workflows through Rube MCP for faster operations.
Automate Documenso signing, templates, and status tracking through Rube MCP.
Automate Docuseal signing, templates, and document workflows through Rube MCP.
Automate PostGrid tasks through Rube MCP for faster mailing workflows.