MCP ExplorerExplorer

Fib Pay Mcp

@Lunatix01on a year ago
4 MIT
FreeCommunity
AI Systems
Lightweight MCP server for interacting with the First Iraqi Bank Online Payment API.

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.

Content

FIB-MCP-SERVER

A lightweight Model-Context-Protocol (MCP) server for interacting with First Iraqi Bank's Online Payment API.

Requirements

  1. Java 21 installed
  2. A compatible client, such as Claude Desktop App

Installation (Claude.ai)

  1. Set the required environment variables.

  2. Download the JAR file, or build it on your system.

  3. Update claude_desktop_config.json in 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 env block.
  4. 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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers