How to Use the Mastercard MCP in Claude
Connect Claude Desktop to the Mastercard MCP Server to validate accounts, pull merchant data, and file fraud reports from your chat window.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Mastercard MCP to Claude Desktop
Create your Vinkius account to connect Mastercard to Claude Desktop and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Query BIN data and validate accounts in Claude
The `validate_account` tool checks if a payment card is active and valid before you process a transaction. You hand Claude the full account number, and it returns the validation status, account type, and issuer data. This cuts down on declined transactions during onboarding. If you just need the issuer details without hitting the validation endpoint, the `bin_lookup` tool pulls the bank name, card type, and issuing country from the first six to eight digits. You can run these checks directly in Claude Desktop while reviewing customer support tickets or analyzing payment logs. For compliance-heavy environments, `bin_lookup_post` shifts the payload to a POST request to keep sensitive card fragments out of your URL parameters.
Map merchant locations and category codes
The `search_merchants` tool finds Mastercard-accepting businesses near specific GPS coordinates. You feed it a latitude, longitude, and a search radius in meters. Claude returns exact coordinates and the 4-digit classification for each business. If you need to know what those four digits mean, `merchant_category_codes` decodes them into plain English, like 5411 for grocery stores. When you need the full profile of a specific shop, `get_merchant` pulls the operating hours, contact info, and accepted payment methods using the merchant ID. You can also use `search_places_by_address` if you only have a street address and need Claude to handle the geocoding internally before returning the nearby payment infrastructure.
File confirmed fraud reports via this MCP Server
The `submit_fraud_report` tool pushes confirmed fraudulent transaction data straight to the Mastercard Fraud and Loss Database. You provide the account number, transaction amount, currency, and a specific fraud type code like "01" for stolen cards. This is a write operation. It requires authorized access and only accepts confirmed cases, never suspected disputes. Filing these reports trains the network to reduce false positives for future transactions. Claude structures the payload and handles the API request, meaning your fraud management team can report bad actors without leaving their chat interface or writing custom integration scripts.
Set up Mastercard MCP in Claude Web or Desktop
- 1
Open Claude Settings
Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.
- 2
Add Custom Connector
Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:
https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcpReplace[YOUR_TOKEN_HERE]with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials. - 3
Start a conversation
Open a new chat. The Mastercard MCP tools are available immediately — no restart needed.
Endpoint URL
https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp No configuration file needed — paste the URL directly in the Claude web interface.
Available on Free (1 connector), Pro, Max, Team, and Enterprise plans.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Mastercard MCP in Claude Desktop
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Mastercard MCP today
We host it, we monitor it, we maintain it. You just paste one token.