- Home
- MCP servers
- PortOne Global
PortOne Global
- javascript
0
GitHub Stars
javascript
Language
5 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
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.
How to use
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.
How to install
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-server
Additional configuration and usage notes
Configure 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"
]
}
}
}
Notes on integration
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.
Available tools
docs
Reads PortOne documentation through MCP, enabling quick access to product guides and API references.
openapi
Reads OpenAPI schemas for PortOne APIs via MCP to keep API definitions handy for tooling.