Fidel api MCP for AI Agents

Securely connect your AI agents and chatbots (Claude, ChatGPT, Cursor, etc) with Fidel api MCP or direct API to link payment cards, monitor transactions, trigger loyalty rewards, and automate card-linked offers through natural language.
Trusted by
AWS
Glean
Zoom
Airtable

30 min · no commitment · see it on your stack

Fidel api Logo
Gradient Top
Gradient Middle
Gradient Bottom
divider

Try Fidel api now

Enter a prompt below to test the integration in our Tool Router playground. You'll be redirected to sign in and try it live.

Supported Tools

Tools
Create BrandCreate a new brand in Fidel API.
Create Brand WebhookTool to create a webhook at the brand level for receiving real-time event notifications.
Create LocationCreate a new location for a program in Fidel API.
Create MID RequestTool to create a new MID (Merchant ID) request for a specific program and location.
Create OfferCreate a new offer in Fidel API.
Create ProgramCreates a new card-linked loyalty program in Fidel.
Create Program WebhookTool to register a new webhook for program-related events.
Delete LocationTool to delete a location by its ID.
Delete OfferTool to delete a specified offer by its ID.
Delete Program WebhookPermanently deletes a webhook by its ID.
Get BrandTool to retrieve information about a specific brand.
Get LocationTool to retrieve details of a specific location by its ID.
Get MIDTool to retrieve details of a specific MID (Merchant ID).
Get MID RequestTool to retrieve details of a specific MID request.
Get OfferRetrieves detailed information about a specific offer by its unique ID.
Get ProgramTool to retrieve details of a specific program.
Get TransactionTool to retrieve details of a specific transaction by its ID.
Get WebhookRetrieve details of a specific webhook by its unique identifier.
Link All Program Locations to OfferTool to link all brand locations in a program to an offer.
Link Location to OfferLink a location to an offer in Fidel API.
List BrandsRetrieves a paginated list of all brands associated with your Fidel API account.
List CardsList all payment cards linked to a Fidel program.
List Cards By MetadataTool to list payment cards filtered by metadata ID.
List Cards with Active OfferList all payment cards that have activated a specific offer.
List LocationsTool to list all locations for a program.
List Locations by BrandTool to list all locations for a specific brand within a program.
List Locations by OfferTool to list all locations linked to a specific offer.
List MID RequestsList all MID (Merchant ID) requests for a specific program.
List MIDsTool to list all MIDs (Merchant IDs) for a program.
List Missing Transaction RequestsTool to list all missing transaction requests for a specific program.
List OffersList all offers in the Fidel API.
List ProgramsList all Fidel programs in your account.
List Program WebhooksTool to list all registered webhooks for a specific program.
List TransactionsList transactions for a Fidel program with optional filtering and pagination.
Unlink Location From OfferTool to unlink a location from an offer by removing the location association.
Update BrandUpdate an existing brand's details in Fidel API.
Update OfferUpdates specific properties of an existing offer.
Update ProgramUpdates a Fidel API program's properties.
Update WebhookTool to update an existing webhook's configuration.
Python
TypeScript

Install Composio

python
pip install composio claude-agent-sdk
Install the Composio SDK and Claude Agent SDK

Create Tool Router Session

python
from composio import Composio
from claude_agent_sdk import ClaudeSDKClient, ClaudeAgentOptions

composio = Composio(api_key='your-composio-api-key')
session = composio.create(user_id='your-user-id')
url = session.mcp.url
Initialize the Composio client and create a Tool Router session

Connect to AI Agent

python
import asyncio

options = ClaudeAgentOptions(
    permission_mode='bypassPermissions',
    mcp_servers={
        'tool_router': {
            'type': 'http',
            'url': url,
            'headers': {
                'x-api-key': 'your-composio-api-key'
            }
        }
    },
    system_prompt='You are a helpful assistant with access to Fidel api tools.',
    max_turns=10
)

async def main():
    async with ClaudeSDKClient(options=options) as client:
        await client.query('Get program details for program ID 12345')
        async for message in client.receive_response():
            if hasattr(message, 'content'):
                for block in message.content:
                    if hasattr(block, 'text'):
                        print(block.text)

asyncio.run(main())
Use the MCP server with your AI agent

Why Use Composio?

AI Native Fidel api Integration

  • Supports both Fidel api MCP and direct API based integrations
  • Structured, LLM-friendly schemas for reliable tool execution
  • Rich coverage for reading, writing, and querying your Fidel api data

Managed Auth

  • Built-in API key handling with secure storage
  • Central place to manage, scope, and revoke Fidel api access
  • Per user and per environment credentials instead of hard-coded keys

Agent Optimized Design

  • Tools are tuned using real error and success rates to improve reliability over time
  • Comprehensive execution logs so you always know what ran, when, and on whose behalf

Enterprise Grade Security

  • Fine-grained RBAC so you control which agents and users can access Fidel api
  • Scoped, least privilege access to Fidel api resources
  • Full audit trail of agent actions to support review and compliance

Frequently Asked Questions

Do I need my own developer credentials to use Fidel api with Composio?

Yes, Fidel api requires you to configure your own API key credentials. Once set up, Composio handles secure credential storage and API request handling for you.

Can I use multiple toolkits together?

Yes! Composio's Tool Router enables agents to use multiple toolkits. Learn more.

Is Composio secure?

Composio is SOC 2 and ISO 27001 compliant with all data encrypted in transit and at rest. Learn more.

What if the API changes?

Composio maintains and updates all toolkit integrations automatically, so your agents always work with the latest API versions.

Used by agents from

Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai

Never worry about agent reliability

We handle tool reliability, observability, and security so you never have to second-guess an agent action.