OpenAPI
Integrates with OpenAPI specifications to expose REST API endpoints as MCP resources, enabling dynamic discovery and utilization of many web services.
Featured
View Source140 stars
0 tools
Created Aug 2025
@ivo-toby/ivo-toby-openapi-openapi-serverAbout
Integrates with OpenAPI specifications to expose REST API endpoints as MCP resources, enabling dynamic discovery and utilization of many web services.
Categories
general
Installation
npm
npm install @ivo-toby/ivo-toby-openapi-openapi-server
Configuration
{
"mcpServers": {
"ivo-toby-openapi-openapi-server": {
"command": "npx",
"args": [
"-y",
"@ivo-toby/ivo-toby-openapi-openapi-server"
]
}
}
}