MCP Openapi Server
未认领MCP Server (Model Context Protocol) for turning OpenAPI specifications into a MCP Resource
安装
$
npx @ivotoby/openapi-mcp-server --api-base-url https://api.example.com工具(4 个)
all
(default): Load all tools from the OpenAPI spec, applying any specified filters
dynamic
Load only dynamic meta-tools (list-api-endpoints, get-api-endpoint-schema, invoke-api-endpoint). --exclude-tag still applies to dynamic endpoint discovery and invocation.
explicit
Load only tools explicitly listed in --tool options, ignoring include filters. --exclude-tag still applies as a deny filter.
extraTools
is library-only in this first version; there is no CLI format for function handlers