금방 Open API MCP 서버 — 스펙 조회·JWT 서명 코드 생성·로컬 서명/검증
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @keumbang/goldpopcon-openapi-mcp
MCP client config
{
"mcpServers": {
"goldpopcon-openapi-mcp": {
"command": "npx",
"args": [
"-y",
"@keumbang/goldpopcon-openapi-mcp"
]
}
}
}