Fidel api

Fidel api

Fidel API provides a developer-friendly, secure, and reliable API for businesses to link payment cards with mobile and web applications, enabling real-time transaction monitoring and event-based experiences.

1VIEWS
2356USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app fidel_apinpx @composio/cli add cursor --app fidel_apinpx @composio/cli add cursor --app fidel_apinpx @composio/cli add cursor --app fidel_api

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Brand

Tool to create a new brand on fidel. use when you have brand details and need to register it. this tool sends a post request to /v1/brands with the provided brand data.

Create Program

Tool to create a new program. use when registering an offline or online store. use after confirming program name and any optional metadata.

Create Program Webhook

Tool to register a new webhook for program-related events. use when you need to receive real-time notifications for specific program events in your application.

Delete Offer

Tool to delete a specified offer by its id. use after confirming the correct offer id.

Delete Program Webhook

Tool to delete a specified webhook for a program. use when you need to remove a program webhook after confirming programid and hookid.

Delete Webhook

Tool to delete a specified webhook. use when you need to remove a webhook by its id.

Get Brand

Tool to retrieve information about a specific brand. use when you have a brand id and need its details.

Get Offer

Tool to fetch details of a specific offer. use when you have an offer id and need its full details.

Get Program

Tool to retrieve details of a specific program. use when you have a program id and need its full details.

Get Webhook

Tool to retrieve details of a specific webhook. use when you have a webhook id and need its full details.

List Brands

Tool to list all brands. use when you need to retrieve a paginated list of all available brands.

List Cards

Tool to list all cards for a specific program. use when you have a programid and need to retrieve associated card records.

List Locations

Tool to list all locations for a program. use when you need to retrieve paginated store locations within a specific program.

List Offers

Tool to list all offers. use when you need to retrieve offers after applying optional filters.

List Programs

Tool to list fidel programs. use when you need to retrieve available programs with optional pagination.

List Program Webhooks

Tool to list all registered webhooks for a specific program. use when you need to retrieve existing webhooks after confirming the programid.

List Transactions

Tool to list transactions. use when you need to page through and/or filter transactions.

Update Program

Tool to update a program's name, icon, metadata, or status. use after confirming the program id and desired updates.

18 actions available