Pagos Data MCP Server

by pagos-ai

298 downloads
Not rated
GitHub

About

Pagos Data MCP Server lets you retrieve BIN (Bank Identification Number) data for a given BIN number via the Pagos API. It is intended for users who need to look up card issuer details programmatically through an MCP-compatible client like Claude Desktop.

Details

Author
pagos-ai
Downloads
298
Categories
Search

- Get BIN data for a given BIN number.
- Integrates with Pagos BIN Data API.
- Runs locally via uv and a Python script.
- Easy to configure for Claude Desktop.

Clone the repository, install uv (e.g., via Homebrew on macOS), and add a bin-data server entry to your Claude Desktop configuration file with a Pagos API key set as the PAGOS_API_KEY environment variable. Once configured, you can ask Claude to get BIN data for a specific BIN number.

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.

Clone the repository locally and install uv

On MacOs, install uv with Homebrew:

`` bash
brew install uv


Clone the repository:

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

Add the MCP Server to Desktop Claude

On MacOs, ~/Library/Application\ Support/Claude/claude_desktop_config.json

json
{
"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"
}
}
}
}
``

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.