OpenAPI
Automatically generates MCP tools from OpenAPI specifications, enabling direct access to third-party REST APIs with authentication, validation, and error handling capabilities.
Featured
View Source55 stars
0 tools
Created Aug 2025
@gujord/gujord-openapi-openapi-mcpAbout
Automatically generates MCP tools from OpenAPI specifications, enabling direct access to third-party REST APIs with authentication, validation, and error handling capabilities.
Categories
general
Installation
npm
npm install @gujord/gujord-openapi-openapi-mcp
Configuration
{
"mcpServers": {
"gujord-openapi-openapi-mcp": {
"command": "npx",
"args": [
"-y",
"@gujord/gujord-openapi-openapi-mcp"
]
}
}
}