PA

Pagos

Created 6 months ago

Pagos Data MCP Server for retrieving BIN data.

development documentation public

What is Pagos?

Interact with the Pagos API. Query Credit Card BIN Data with more to come.

Documentation

Pagos Data MCP Server

Capabilities

  • Get BIN data for a given BIN number.

Configuration# Pagos API Key

Follow the instructions in the Pagos API Key documentation to create an API key.

Enhanced BIN Data

Set to "true" for enhanced BIN response attributes which will provide the richest insights on the BIN. Set to "false" for basic BIN data. Defaults to "false" if value is not provided. Check your contract for any additional costs associated with enhanced bin data calls before setting to "true".

Clone the repository locally and install uv

On MacOs, install uv with Homebrew:

brew install uv

Clone the repository:

git clone https://github.com/pagos-ai/pagos-mcp.git

Add the MCP Server to Desktop Claude

On MacOs, update config file ~/Library/Application Support/Claude/claude_desktop_config.json and update elements with your systems specific values.

{
  "mcpServers": {
    "bin-data": {
      "command": "uv",
      "args": [ "--directory", "", "run", "pagos-mcp-server.py" ],
      "env": {
        "PAGOS_API_KEY": "",
        "ENHANCED_BIN_DATA": "true"
      }
    }
  }
}

Server Config

{
  "mcpServers": {
    "pagos-server": {
      "command": "npx",
      "args": [
        "pagos"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Pagos AI
Category: official
Tags:
development documentation public