What problem does it solve? Working with MCP servers directly often requires writing custom client code or navigating complex configuration files. This Skill lets you list, inspect, authenticate, and invoke MCP tools over HTTP or stdio using simple CLI commands, without building a client from scratch. ## Core Features & Use Cases - Tool Discovery & Invocation: List available MCP servers, inspect tool schemas, and call tools with selector, function, URL, or JSON argument syntax. - Auth & Config Management: Handle OAuth flows with mcporter auth and manage server configurations with mcporter config commands. - Code Generation: Generate standalone CLIs from MCP servers with generate-cli, inspect them with inspect-cli, and emit TypeScript clients or types with emit-ts. - Use Case: You need to create a Linear issue from an MCP server. Run mcporter call "linear.create_issue(title: \"Bug\")" to invoke the tool directly without writing any integration code. ## Quick Start Use mcporter to list all configured MCP servers and then call a specific tool with the arguments I provide.