Best for
- Developers building AI assistants or agents that need to integrate with Mastercard Developers APIs.
- Teams looking for quick access to Mastercard API documentation within their development environment.
Official MCP server by Mastercard to access their developer platform's documentation and API specifications. Suitable for developers wanting to add Mastercard API information retrieval to their workflows. Low risk as it involves no sensitive operations, but network dependency should be noted.
The Mastercard Developers Agent Toolkit allows popular agent frameworks (currently Model Context Protocol - MCP) to integrate with Mastercard Developers for service discovery and integration guides. It provides a set of tools for agents to list available services, fetch documentation and integration guides, and browse API operations.
npx -y @mastercard/developers-mcp (or use the install_config above).@mastercard/developers-agent-toolkit in your TypeScript/JavaScript project and integrate it programmatically.{
"mcpServers": {
"mastercard-developers-mcp": {
"command": "npx",
"args": [
"-y",
"@mastercard/developers-mcp"
]
}
}
}