Pagos Data MCP Server
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
Jump to
- 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
json~/Library/Application\ Support/Claude/claude_desktop_config.jsonAdd the MCP Server to Desktop Claude
On MacOs,
{
"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"
}
}
}
}
``
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

