by pagos-ai
Provides BIN lookup capabilities via the Pagos API, returning either basic or enhanced BIN data depending on configuration.
The server enables retrieval of BIN (Bank Identification Number) information using the Pagos API. Users can request basic BIN details or, by enabling the enhanced mode, obtain richer insights such as additional attributes and analytics.
brew install uv # macOS example
git clone https://github.com/pagos-ai/pagos-mcp.git
cd pagos-mcp
{
"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"
}
}
}
}
Set ENHANCED_BIN_DATA
to "false"
for basic responses.ENHANCED_BIN_DATA
flag.Q: Do I need a paid contract for enhanced BIN data?
A: Yes, check your Pagos contract for any additional costs before enabling ENHANCED_BIN_DATA
.
Q: What happens if ENHANCED_BIN_DATA
is omitted?
A: The server defaults to basic BIN data ("false"
).
Q: Which environment variable holds the API key?
A: PAGOS_API_KEY
.
Q: Can I run the server on Windows? A: Yes, install UV for Windows and follow the same clone‑run steps.
Q: Is there a rate limit for BIN queries? A: Rate limits are defined by your Pagos API agreement; refer to the Pagos documentation.
Follow the instructions in the Pagos API Key documentation to create an API key.
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"
.
On MacOs, install uv with Homebrew:
brew install uv
Clone the repository:
git clone https://github.com/pagos-ai/pagos-mcp.git
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"
}
}
}
}
Please log in to share your review and rating for this MCP.
Discover more MCP servers with similar functionality and use cases
by stripe
Enables popular agent frameworks to integrate with Stripe APIs via function calling, providing tools for MCP, Python, and TypeScript.
by goat-sdk
GOAT is the largest agentic finance toolkit for AI agents, enabling them to become economic actors by leveraging blockchains, cryptocurrencies, and wallets.
by financial-datasets
Provides AI assistants with tools to retrieve income statements, balance sheets, cash flow statements, stock prices, market news, and crypto information via the Model Context Protocol.
by razorpay
Enables seamless interaction with Razorpay APIs via Model Context Protocol, allowing developers and AI agents to capture payments, manage orders, process refunds, handle settlements, and more through a unified MCP interface.
by armorwallet
Armor Crypto MCP provides a unified interface for AI agents to interact with the crypto ecosystem, including wallet management, swaps, staking, and multi-chain operations.
by alpacahq
Alpaca’s MCP server lets you trade stocks and options, analyze market data, and build strategies through Alpaca's Trading API.
by XeroAPI
Provides a bridge between the Model Context Protocol and Xero's API, enabling standardized access to Xero accounting and business features.
by kukapay
Integrates the Freqtrade cryptocurrency trading bot with an MCP server, exposing the bot's REST API as tools that AI agents can call for fully automated trading operations.
by kukapay
Offers over 50 cryptocurrency technical analysis indicators and corresponding trading strategies, enabling AI agents and developers to assess market trends and generate buy, hold, or sell signals.