Unbundle OpenAPI MCP Server
A Model Context Protocol (MCP) server with tools to split OpenAPI specification files into multiple files or extract specific endpoints into a new file.
This is specifically useful when you are dealing with large OpenAPI Specification files and this mcp server help you extract specific list of endpoints from the openapi spec fil
Server Config
{
"mcpServers": {
"unbundle-openapi-mcpi": {
"command": "npx",
"args": [
"@auto-browse/unbundle-openapi-mcp@latest"
]
}
}
}