How to integrate Fidel api MCP with Hermes

Hermes is a 24/7 autonomous agent that lives on your computer or server — it remembers what it learns and evolves as your usage grows. This guide explains the easiest and most robust way to connect your Fidel api account to Hermes. You can do this through either Composio Connect CLI or Composio Connect MCP. For personal use we recommend the CLI, but you won't go wrong with MCP either.

Fidel api logoFidel api
Api Key

Fidel api is a secure platform for linking payment cards to web and mobile apps. It enables real-time card transaction monitoring and event-based automation for businesses.

39 Tools

Introduction

Hermes is a 24/7 autonomous agent that lives on your computer or server — it remembers what it learns and evolves as your usage grows.

This guide explains the easiest and most robust way to connect your Fidel api account to Hermes. You can do this through either Composio Connect CLI or Composio Connect MCP. For personal use we recommend the CLI, but you won't go wrong with MCP either.

Also integrate Fidel api with

What is Composio Connect?

Composio Connect is a consumer offering that lets anyone plug 1,000+ applications directly into their agent harness — including Hermes. It can:

  • Search and load tools from relevant toolkits on-demand, reducing context usage.
  • Chain multiple tools to accomplish complex workflows via a remote workbench, without excessive back-and-forth with the LLM.
  • Manage app authentication end-to-end with zero manual overhead.

Integrating Fidel api with Hermes

Using Composio Connect CLI

1. Install the Composio CLI

Run the install script directly, or paste https://composio.dev/hermes into your Hermes chat box to have it installed for you.

bash
curl -fsSL https://composio.dev/install | bash
Hermes authenticating with Composio

2. Authenticate

Once the CLI is installed, ask Hermes to authenticate with Composio.

3. Connect to Fidel api

Ask your agent to connect to Fidel api, or simply request any Fidel api-related task. Hermes will prompt you to authenticate and authorize access.

4. Done. You're all set with a new Fidel api connection.


Using Composio Connect MCP

1. Get your MCP URL and API Key

Go to dashboard.composio.dev and copy your Connect MCP URL and API key.

Copy MCP URL and API key from Composio dashboard

2. Open the Hermes config file

bash
nano ~/.hermes/config.yaml

3. Add the Composio Connect MCP server

bash
mcp_servers:
  composio:
    url: "https://connect.composio.dev/mcp"
    headers:
      x-consumer-api-key: "YOUR_COMPOSIO_API_KEY"
    connect_timeout: 60
    timeout: 180

Save with Ctrl + O, Enter, then exit with Ctrl + X.

4. Restart your Hermes agent

Once restarted, ask your agent to connect to Fidel api or request any Fidel api-related task. It will prompt you to authenticate and authorize access.

5. Done!

What is the Fidel api MCP server, and what's possible with it?

The Fidel api MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your Fidel api account. It provides structured and secure access to your Fidel API tools, so your agent can perform actions like creating brands, managing programs, retrieving offers, handling webhooks, and more on your behalf.

  • Brand and program creation: Easily instruct your agent to register new brands or set up loyalty programs for your business, streamlining onboarding and expansion.
  • Real-time webhook management: Let your agent create or delete webhooks so you can receive instant notifications for important program events without manual setup.
  • Detailed entity retrieval: Have your agent fetch comprehensive details about brands, programs, offers, or webhooks whenever you need insights or verification.
  • Offer and webhook deletion: Direct your agent to remove outdated offers or webhooks, keeping your Fidel API environment clean and up-to-date.
  • End-to-end automation for payment integrations: Allow your agent to manage the full lifecycle of brands, programs, and event hooks, helping you build seamless payment-linked experiences with minimal effort.

Way Forward

With Fidel api connected, Hermes can now act on your behalf whenever it detects a relevant task or you ask it to.

From here, you can extend Hermes further:

  • Connect more apps: Calendar, Slack, Notion, Linear, and hundreds of others are available through the same Composio Connect setup. Each new integration compounds what Hermes can do for you.
  • Build workflows across tools: Once multiple apps are connected, Hermes can chain actions together — turn an email into a calendar invite, a Slack message into a Linear ticket, or a meeting note into a follow-up draft.
  • Let it learn your patterns: The more you use Hermes, the better it gets at anticipating how you'd handle recurring tasks. Give it feedback on drafts and decisions, and it will adapt.

If you run into trouble or want to share what you've built, join the community or check out the Docs for deeper configuration options.

TOOLS

Supported Tools

Every Fidel api action and event your agent gets out of the box.

Create Brand

Create a new brand in Fidel API.

Create Brand Webhook

Tool to create a webhook at the brand level for receiving real-time event notifications.

Create Location

Create a new location for a program in Fidel API.

Create MID Request

Tool to create a new MID (Merchant ID) request for a specific program and location.

Create Offer

Create a new offer in Fidel API.

Create Program

Creates a new card-linked loyalty program in Fidel.

Create Program Webhook

Tool to register a new webhook for program-related events.

Delete Location

Tool to delete a location by its ID.

Delete Offer

Tool to delete a specified offer by its ID.

Delete Program Webhook

Permanently deletes a webhook by its ID.

Get Brand

Tool to retrieve information about a specific brand.

Get Location

Tool to retrieve details of a specific location by its ID.

Get MID

Tool to retrieve details of a specific MID (Merchant ID).

Get MID Request

Tool to retrieve details of a specific MID request.

Get Offer

Retrieves detailed information about a specific offer by its unique ID.

Get Program

Tool to retrieve details of a specific program.

Get Transaction

Tool to retrieve details of a specific transaction by its ID.

Get Webhook

Retrieve details of a specific webhook by its unique identifier.

Link All Program Locations to Offer

Tool to link all brand locations in a program to an offer.

Link Location to Offer

Link a location to an offer in Fidel API.

List Brands

Retrieves a paginated list of all brands associated with your Fidel API account.

List Cards

List all payment cards linked to a Fidel program.

List Cards By Metadata

Tool to list payment cards filtered by metadata ID.

List Cards with Active Offer

List all payment cards that have activated a specific offer.

List Locations

Tool to list all locations for a program.

List Locations by Brand

Tool to list all locations for a specific brand within a program.

List Locations by Offer

Tool to list all locations linked to a specific offer.

List MID Requests

List all MID (Merchant ID) requests for a specific program.

List MIDs

Tool to list all MIDs (Merchant IDs) for a program.

List Missing Transaction Requests

Tool to list all missing transaction requests for a specific program.

List Offers

List all offers in the Fidel API.

List Programs

List all Fidel programs in your account.

List Program Webhooks

Tool to list all registered webhooks for a specific program.

List Transactions

List transactions for a Fidel program with optional filtering and pagination.

Unlink Location From Offer

Tool to unlink a location from an offer by removing the location association.

Update Brand

Update an existing brand's details in Fidel API.

Update Offer

Updates specific properties of an existing offer.

Update Program

Updates a Fidel API program's properties.

Update Webhook

Tool to update an existing webhook's configuration.

FAQ

Frequently asked questions

With a standalone Fidel api MCP server, the agents and LLMs can only access a fixed set of Fidel api tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from Fidel api and many other apps based on the task at hand, all through a single MCP endpoint.

Yes, you can. Hermes fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right Fidel api tools.

Yes, absolutely. You can configure which Fidel api scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your Fidel api data and credentials are handled as safely as possible.

Start with Fidel api.It takes 30 seconds.

Managed auth, hosted MCP servers, and every Fidel api tool your agent needs.Free to start.

Start building