- Explore MCP Servers
- fib-pay-mcp
Fib Pay Mcp
What is Fib Pay Mcp
fib-pay-mcp is a lightweight Model-Context-Protocol (MCP) server designed for interacting with the First Iraqi Bank’s Online Payment API, facilitating seamless online transactions.
Use cases
Use cases for fib-pay-mcp include integrating online payment solutions in retail websites, mobile applications for banking transactions, and automated payment systems for businesses.
How to use
To use fib-pay-mcp, install Java 21, set the required environment variables, download the JAR file, and configure it in the Claude Desktop App or run it manually using the command line with appropriate parameters.
Key features
Key features of fib-pay-mcp include compatibility with the First Iraqi Bank’s Online Payment API, lightweight architecture, ease of installation, and flexibility to be used with various clients beyond Claude.ai.
Where to use
fib-pay-mcp can be used in financial services, e-commerce platforms, and any application requiring online payment processing through the First Iraqi Bank.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Fib Pay Mcp
fib-pay-mcp is a lightweight Model-Context-Protocol (MCP) server designed for interacting with the First Iraqi Bank’s Online Payment API, facilitating seamless online transactions.
Use cases
Use cases for fib-pay-mcp include integrating online payment solutions in retail websites, mobile applications for banking transactions, and automated payment systems for businesses.
How to use
To use fib-pay-mcp, install Java 21, set the required environment variables, download the JAR file, and configure it in the Claude Desktop App or run it manually using the command line with appropriate parameters.
Key features
Key features of fib-pay-mcp include compatibility with the First Iraqi Bank’s Online Payment API, lightweight architecture, ease of installation, and flexibility to be used with various clients beyond Claude.ai.
Where to use
fib-pay-mcp can be used in financial services, e-commerce platforms, and any application requiring online payment processing through the First Iraqi Bank.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
FIB-MCP-SERVER
A lightweight Model-Context-Protocol (MCP) server for interacting with First Iraqi Bank's Online Payment API.
Requirements
- Java 21 installed
- A compatible client, such as Claude Desktop App
Installation (Claude.ai)
-
Set the required environment variables.
-
Download the JAR file, or build it on your system.
-
Update
claude_desktop_config.jsonin Claude Desktop App:- Navigate to File → Settings → Developer → Edit Config.
- Modify the configuration:
{ "mcpServers": { "fib-pay-mcp-server": { "command": "FULL_PATH_TO_JAVA_EXECUTABLE/java.exe", "args": [ "-jar", "FULL_PATH_TO_JAR/fib-pay-mcp-0.0.1.jar" ], "env": { "FIB_URL": "YOUR_FIB_URL", "FIB_CLIENT_SECRET": "YOUR_CLIENT_SECRET", "FIB_CLIENT_ID": "YOUR_CLIENT_ID" } } } } - If environment variables are already set in your system, you can omit the
envblock.
-
Alternatively, run the JAR manually:
java -jar -DFIB_URL=your-url -DFIB_CLIENT_ID=your-client-id -DFIB_CLIENT_SECRET=your-secret fib-pay-mcp-0.0.1.jar
NOTE
You can use any client, it’s not exclusive to Claude.ai
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










