fidel-api-automation
Automate Fidel API tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:17
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-fidel-api-automation&locale=en&source=copy
Fidel API Automation Skills
Skill Overview
Using Composio’s Rube MCP server, automate Fidel API operations. Core capabilities include transaction data lookup, card monitoring, and merchant management.
Use Cases
Core Features
RUBE_SEARCH_TOOLS, avoiding outdated hardcoded tool definitions.RUBE_MANAGE_CONNECTIONS to ensure the connection is activated before making API calls.RUBE_MULTI_EXECUTE_TOOL, supporting session reuse and memory management.FAQs
What is Rube MCP?
Rube MCP is an MCP server provided by Composio. It can be used without an API key. Add
https://rube.app/mcp to your client configuration to connect, enabling features such as tool search, connection management, and batch execution.How do I connect to the Fidel API?
First, call
RUBE_MANAGE_CONNECTIONS and set the toolkit to fidel_api. If the connection is not activated, the system returns an authentication link. After completing authentication, the status will become ACTIVE and you can use the API.Will the tool architecture change?
Yes. Tool schemas may be updated. Before each execution, call
RUBE_SEARCH_TOOLS to get the latest tool definitions, and use the returned slug and parameter schema to avoid call failures due to schema changes.