You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Mastercard Developers Agent Toolkit allows popular agent frameworks (currently Model Context Protocol - MCP) to integrate with [Mastercard Developers Platform](https://developer.mastercard.com) for service discovery and integration guides.
8
+
The Mastercard Developers Agent Toolkit allows popular agent frameworks (currently Model Context Protocol - MCP) to integrate with [Mastercard Developers](https://developer.mastercard.com) for service discovery and integration guides.
9
9
10
10
## Key Features
11
11
@@ -28,7 +28,7 @@ The toolkit provides the following tools for agents to use:
28
28
*`get-documentation-section-content`: Retrieves the complete content for a specific documentation section.
29
29
*`get-documentation-page`: Retrieves the complete content of a specific documentation page.
30
30
*`get-oauth10a-integration-guide`: Retrieves the comprehensive OAuth 1.0a integration guide.
31
-
*`get-openbanking-integration-guide`: Retrieves the comprehensive Open Banking integration guide.
31
+
*`get-openfinance-integration-guide`: Retrieves the comprehensive Open Finance integration guide.
Copy file name to clipboardExpand all lines: modelcontextprotocol/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This MCP server acts as a bridge between MCP clients and Mastercard Developers r
14
14
- List available Mastercard services
15
15
- Query API specifications and their operations
16
16
- Access documentation for each service
17
-
- Retrieve integration guides for OAuth 1.0a and Open Banking
17
+
- Retrieve integration guides for OAuth 1.0a and Open Finance
18
18
19
19
## Available Tools
20
20
@@ -40,7 +40,7 @@ This MCP server acts as a bridge between MCP clients and Mastercard Developers r
40
40
41
41
-**`get-oauth10a-integration-guide`**: Retrieves the comprehensive OAuth 1.0a integration guide including step-by-step instructions, code examples, and best practices for Mastercard APIs.
42
42
43
-
-**`get-openbanking-integration-guide`**: Retrieves the comprehensive Open Banking integration guide including setup instructions, API usage examples, and implementation best practices.
43
+
-**`get-openfinance-integration-guide`**: Retrieves the comprehensive Open Finance integration guide including setup instructions, API usage examples, and implementation best practices.
44
44
45
45
## Configuration Options
46
46
@@ -78,7 +78,7 @@ To use this server with MCP clients like Claude Desktop, add it to your MCP conf
Copy file name to clipboardExpand all lines: modelcontextprotocol/dxt/manifest.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
"version": "0.1.0",
6
6
"display_name": "Mastercard Developers MCP",
7
7
"description": "Access Mastercard Developers APIs, documentation, and specifications through MCP",
8
-
"long_description": "This extension provides seamless access to Mastercard Developers APIs, comprehensive documentation, and API specifications. It enables developers to query available services, retrieve detailed API operation information, access documentation sections, and get integration guides directly.\n\n**Key Features:**\n- List all available Mastercard services\n- Access comprehensive documentation and specific sections\n- Retrieve OAuth 1.0a and Open Banking integration guides\n- Get detailed API operation information including parameters and schemas\n- Query API specifications and operation details\n\n**Use Cases:**\n- API discovery and exploration\n- Documentation lookup during development\n- Integration planning and implementation\n- Authentication and authorization guidance",
8
+
"long_description": "This extension provides seamless access to Mastercard Developers APIs, comprehensive documentation, and API specifications. It enables developers to query available services, retrieve detailed API operation information, access documentation sections, and get integration guides directly.\n\n**Key Features:**\n- List all available Mastercard services\n- Access comprehensive documentation and specific sections\n- Retrieve OAuth 1.0a and Open Finance integration guides\n- Get detailed API operation information including parameters and schemas\n- Query API specifications and operation details\n\n**Use Cases:**\n- API discovery and exploration\n- Documentation lookup during development\n- Integration planning and implementation\n- Authentication and authorization guidance",
9
9
"author": {
10
10
"name": "Mastercard Developers",
11
11
"email": "developer@mastercard.com",
@@ -63,8 +63,8 @@
63
63
"description": "Retrieves the comprehensive OAuth 1.0a integration guide including step-by-step instructions, code examples, and best practices for Mastercard APIs."
64
64
},
65
65
{
66
-
"name": "openbanking-integration-guide",
67
-
"description": "Retrieves the comprehensive Open Banking integration guide including setup instructions, API usage examples, and implementation best practices."
66
+
"name": "openfinance-integration-guide",
67
+
"description": "Retrieves the comprehensive Open Finance integration guide including setup instructions, API usage examples, and implementation best practices."
The Mastercard Developers Agent Toolkit allows popular agent frameworks (currently Model Context Protocol - MCP) to integrate with [Mastercard Developers Platform](https://developer.mastercard.com) for service discovery and integration guides.
8
+
The Mastercard Developers Agent Toolkit allows popular agent frameworks (currently Model Context Protocol - MCP) to integrate with [Mastercard Developers](https://developer.mastercard.com) for service discovery and integration guides.
9
9
10
10
## Installation
11
11
@@ -33,7 +33,7 @@ import { StdioServerTransport } from '@modelcontextprotocol/sdk/server/stdio.js'
33
33
34
34
const server =newMastercardDevelopersAgentToolkit({
0 commit comments