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"
}
}
}
}
Recommend MCP Servers 💡
@vipbat/fmp-mcp-server
MCP server integrating Financial Modeling Prep API for financial analysis by Investment Banking Analysts and M&A professionals
metatrader-mcp-server
Model Context Protocol (MCP) to enable AI LLMs to trade using MetaTrader platform
monad-testnet
An MCP server that interacts with the Monad testnet to check MON token balances for a given address.
Veenoway/monad-mcp-server
A MCP server for interacting with the Monad blockchain, providing DeFi tools and blockchain functionalities.
paypal/agent-toolkit
The PayPal MCP server allows you to integrate with PayPal APIs through function calling. This protocol supports various tools to interact with different PayPal services.
Jupiter-MCP
An MCP server for executing token swaps on the Solana blockchain using Jupiter's new Ultra API.