home / mcp / portone global mcp server
Standalone MCP server for PortOne documentation, API schemas and product guides accessible via MCP.
Configuration
View docs{
"mcpServers": {
"iamport-intl-portone-global-mcp-server": {
"command": "node",
"args": [
"@portone-global/mcp-server"
]
}
}
}You run the PortOne Global MCP Server as a standalone service to search and read PortOne documentation, including API schemas and product guides. It connects with MCP-compatible agents to provide a fast, centralized source of truth for PortOne materials, making it easy to access docs and OpenAPI definitions from your tooling.
To use the PortOne Global MCP Server, connect a MCP-compatible client to the local server instance. The server is designed to be run alongside your MCP agent platforms, exposing reading capabilities for PortOne documentation and OpenAPI schemas via MCP.
Prerequisites: you need Node.js and npm installed on your machine.
Install the PortOne MCP server package globally on your system.
npm install -g @portone-global/mcp-serverConfigure a local MCP client to start the PortOne Global MCP Server. The following MCP configuration starts the server as a local (stdio) process using Node.js and the packaged MCP server entry point.
{
"mcpServers": {
"portone-global-mcp-server": {
"command": "node",
"args": [
"@portone-global/mcp-server"
]
}
}
}This server runs as a standalone service and can be added to your MCP agent infrastructure. It provides tools for reading PortOne documentation and OpenAPI schemas through the MCP protocol.
Reads PortOne documentation through MCP, enabling quick access to product guides and API references.
Reads OpenAPI schemas for PortOne APIs via MCP to keep API definitions handy for tooling.