Skip to main content
Glama

Pagos Data MCP Server

by ampcome-mcps

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", "</path/to/pagos-mcp-server>", "run", "pagos-mcp-server.py" ], "env": { "PAGOS_API_KEY": "<your-pagos-api-key>", "ENHANCED_BIN_DATA": "true" } } } }
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Enables Claude to retrieve BIN (Bank Identification Number) data for payment cards, with options for basic or enhanced insights through the Pagos API.

  1. Capabilities
    1. Configuration
      1. Pagos API Key
      2. Enhanced BIN Data
      3. Clone the repository locally and install uv
      4. Add the MCP Server to Desktop Claude

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      Enables Claude to interact with Ethereum nodes, allowing users to check ENS token balances, view smart contract code, and decode transactions through natural language.
      Last updated -
      5
      1
      JavaScript
      MIT License
    • A
      security
      A
      license
      A
      quality
      Enables read and write interactions with 60+ blockchain networks through Claude Desktop, providing a standardized multi-chain API for transaction management, account insights, staking, and token interactions.
      Last updated -
      11
      13
      2
      TypeScript
      MIT License
      • Apple
    • -
      security
      F
      license
      -
      quality
      A Model Context Protocol server that enables Claude AI to interact with Paybyrd's payment processing API, allowing for creating payment links, processing refunds, and retrieving order information.
      Last updated -
      2
      TypeScript
    • -
      security
      F
      license
      -
      quality
      An MCP server that provides access to Mastercard's BIN Table Resource API, allowing users to look up and interact with Bank Identification Number data through natural language queries.
      Last updated -
      Python

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/ampcome-mcps/pagos-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server