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 💡
crypto-trending
null
Rootdata-MCP
An MCP server providing access to RootData's crypto asset data platform API for AI applications
@kukapay/crypto-projects-mcp
An MCP server that provides cryptocurrency project data to AI agents
@kukapay/crypto-feargreed-mcp
Providing real-time and historical Crypto Fear & Greed Index data
Trade Agent
Trade Agent is an AI-powered platform that allows users to execute stock and crypto trades instantly using natural language commands across various communication channels like DMs, social feeds, and AI chats, integrating seamlessly with major brokerages.
mcp-yahoo-finance
An MCP server for Yahoo Finance that provides financial data retrieval and visualization tools