PortOne Global MCP Server
The PortOne Global MCP Server is a standalone Model Context Protocol (MCP) server built to make PortOne API documentation and OpenAPI schemas searchable and accessible to AI agents and developer tools. It enables seamless integration with any MCP-compatible framework or platform.
🚀 Features
- 🧩 Standalone MCP server for PortOne documentation
- 📘 Access to OpenAPI schemas for all PortOne APIs
- 🔌 Compatible with the MCP agent infrastructure
📦 Installation
Install globally via npm:
npm install -g @portone-global/mcp-server
Alternatively, add it as a local dependency to your MCP agent project:
npm install @portone-global/mcp-server
▶️ Usage
You can launch the MCP server using a compatible agent framework configuration (e.g. Claude Desktop, Cursor, Windsurf, etc):
{
"mcpServers": {
"portone-global-mcp-server": {
"command": "npx",
"args": [
"@portone-global/mcp-server"
]
}
}
}
Or simply run:
npx @portone-global/mcp-server
Once started, the server will be available on a default port and ready to serve documentation and API schema queries via the MCP protocol.
🧩 Integration
- Run as a standalone service in your MCP-compatible infrastructure.
- Ideal for integration with AI tools, agents, or chat assistants that support MCP.
- Provides rich access to:
- PortOne Developer Documentation
- Full OpenAPI specifications
- Guides and technical references
📚 Documentation
For a complete overview of how PortOne supports AI tools through MCP, refer to:
🛠️ Source Code & Package Registry
- GitHub: https://github.com/iamport-intl/portone-global-mcp-server
- NPM: https://www.npmjs.com/package/@portone-global/mcp-server
Sample Commands
Here are a few sample commands that can be used with the MCP Server:
- Generate the PortOne Init Payment API integration in Go (Golang)
- Does PortOne support payment invoices? Provide all relevant details.
- What are the payment methods supported by the Omise Payment Service Provider in PortOne?
- Generate the Checkout Service API integration in Scala
- Provide the go-live checklist for PortOne integration
Updated 1 day ago