- Get BIN data for a given BIN number.
Follow the instructions in the Pagos API Key documentation to create an API key.
On MacOs, install uv with Homebrew:
brew install uv
Clone the repository:
git clone https://github.com/pagos-ai/pagos-mcp.git
On MacOs, ~/Library/Application\ Support/Claude/claude_desktop_config.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"
}
}
}
}