by pagos-ai
Provides BIN lookup functionality by querying the Pagos API, optionally returning enhanced data attributes.
The server exposes a single capability: retrieve information for a given Bank Identification Number (BIN) using the Pagos API. It can return basic BIN details or an enriched set of attributes when the ENHANCED_BIN_DATA flag is set to true.
brew install uv.git clone https://github.com/pagos-ai/pagos-mcp.git
{
"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"
}
}
}
}
ENHANCED_BIN_DATA) to control response richness.Q: Do I need a paid Pagos subscription? A: Yes, an API key is required; consult your contract for pricing, especially for enhanced BIN calls.
Q: What format is the response? A: JSON containing standard BIN fields (bank name, card scheme, country, etc.) and, when enhanced, additional insights such as merchant category, risk scores, and processing limits.
Q: Can I run the server on Linux or Windows? A: The repository is platform‑agnostic; install uv for your OS and follow the same steps.
Q: How do I switch between basic and enhanced data?
A: Set the ENHANCED_BIN_DATA environment variable to "true" or "false" before launching the server.
Q: What if I exceed my API quota? A: The server will forward the error from Pagos; monitor usage and adjust your plan as needed.
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.
Explore related MCPs that share similar capabilities and solve comparable challenges
by stripe
Provides SDKs and tools to integrate Stripe's billing and API services with large language models, agent frameworks, and token‑metering for AI‑powered products and businesses.
by goat-sdk
Enables AI agents to send and receive payments, purchase goods and services, execute investment strategies, tokenize assets, and obtain financial insights by leveraging blockchains, stablecoins, and wallets.
by financial-datasets
Provides access to income statements, balance sheets, cash flow statements, stock prices, market news, and cryptocurrency data through MCP tools for AI assistants.
by alpacahq
Enables large language models to trade stocks and options, retrieve real‑time and historical market data, and manage portfolios using plain English commands through a local or remote MCP server.
by stefanoamorelli
Provides an MCP server that connects AI models to SEC EDGAR filings, enabling real‑time retrieval of company filings, financial statements, and insider‑trading data with exact XBRL precision and verifiable filing references.
by ariadng
Enables AI LLMs to execute trades on the MetaTrader 5 platform through the Model Context Protocol.
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
Provides a comprehensive set of cryptocurrency technical analysis indicators and ready‑to‑use trading strategies through an MCP interface, enabling AI agents and applications to generate buy, hold, or sell signals.
by kukapay
Integrates the Freqtrade cryptocurrency trading bot with MCP, exposing its REST API as tools for AI agents to perform automated trading operations.