mboum-automation
Automate Mboum tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:25
Download and extract to your skills directory
Copy command and send to AI Agent for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-mboum-automation&locale=en&source=copy
Mboum Automation - Automate Mboum Tasks with Composio’s Rube MCP
Skills Overview
Mboum Automation is a Claude skill that automates Mboum financial data operations via Composio’s Rube MCP server. It supports tool discovery, connection management, and bulk task execution.
Use Cases
Core Features
RUBE_SEARCH_TOOLS to search Mboum tool sets in real time, retrieving the latest tool schemas and execution recommendations. This avoids hard-coding outdated tool definitions.RUBE_MANAGE_CONNECTIONS to manage Mboum account connection states. It supports connection activation, status checks, and authentication flows to ensure connections are available before running workflows.RUBE_MULTI_EXECUTE_TOOL to run multiple Mboum operations within a single session. It supports batch tasks such as data retrieval and account management, automatically handling pagination and memory management.Frequently Asked Questions
What is the Mboum Automation skill?
Mboum Automation is a Claude skill that lets you automate operations on the Mboum financial data platform—such as data queries, account management, and batch task processing—by using the Rube MCP server provided by Composio.
How do I set up the Rube MCP connection for Mboum?
First, add the
https://rube.app/mcp server address to your MCP client configuration (no API key required). Then call RUBE_MANAGE_CONNECTIONS and specify the tool bundle mboum. Complete the connection setup using the returned authentication link, and finally confirm that the connection status is ACTIVE to start using it.What prerequisites does the Mboum skill require?
To use this skill, your environment must already be connected to the Rube MCP server (verify via
RUBE_SEARCH_TOOLS), and you must have completed the authorized connection for your Mboum account (the connection status must be ACTIVE). Additionally, before running any workflow, it’s recommended to call tool search first to obtain the latest schema definitions.How can I search for available Mboum tools?
Use
RUBE_SEARCH_TOOLS and provide a description of your specific use case. The system will return a list of available tools, input schemas, recommended execution plans, and known considerations. This ensures you always use the latest tool definitions and avoids call failures caused by schema changes.How are Mboum batch operations executed?
Use
RUBE_MULTI_EXECUTE_TOOL to execute multiple Mboum tools in a single call. Each tool must be provided with the correct tool schema and parameters retrieved from the search results. It’s also recommended to include a memory parameter to support session state management. For large datasets, pagination tokens must be handled.What should I do if the Mboum connection fails?
First, call
RUBE_MANAGE_CONNECTIONS to check the connection status. If it’s not ACTIVE, re-complete authorization using the returned authentication link. If the connection is active but tools still can’t be executed, call RUBE_SEARCH_TOOLS to verify tool availability, or check your network connection and the MCP server status.What operations does the Mboum skill support?
This skill supports all available operations in the Mboum tool bundle. The具体 tool list is discovered dynamically via
RUBE_SEARCH_TOOLS. Common operations include financial data queries, investment portfolio management, and market data retrieval. The exact supported functionality depends on the Mboum platform’s currently available APIs.How can I avoid common Mboum tool-calling errors?
Always call
RUBE_SEARCH_TOOLS before executing to obtain the latest schema, and strictly use field names and types from the search results. Ensure the connection status is ACTIVE. For batch operations, include the memory parameter. When handling paginated data, check pagination markers in the response to avoid missing data.