Turn 10,000 API endpoints into one CLI tool instead of MCP, Skills and tools zoo
r/LocalLLaMA
•
Generative AI
Everyone is wiring up MCP servers, Skills and agent tools right now. That works fine when you have a handful of endpoints: 1 endpoint = 1 tool definition 10 endpoints = still manageable 100 endpoints = annoying GitHub’s REST API with hundreds of endpoints = good luck keeping that tool zoo consistent over time At the same time, a different pattern has become much practical for agents: CLI wrappers. So we took a different route with openapi-to-cli. It takes an OpenAPI/Swagger spec from a URL or a local file and turns it into a CLI at runtime. No code generation. No compilation.