extraTools
is library-only in this first version; there is no CLI format for function handlers
How to use it
extraTools is exposed by the MCP Openapi Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the extraTools tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install MCP Openapi Server
npx @ivotoby/openapi-mcp-server --api-base-url https://api.example.comOther tools in MCP Openapi Server (3)
(default): Load all tools from the OpenAPI spec, applying any specified filters
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.
Load only tools explicitly listed in --tool options, ignoring include filters. --exclude-tag still applies as a deny filter.