What problem does it solve? Working with MCP servers directly requires manual configuration, authentication handling, and trial-and-error tool invocation. This Skill provides a single CLI workflow to discover, inspect, authenticate, and call MCP tools without writing custom client code. ## Core Features & Use Cases - Server Discovery and Inspection: List configured MCP servers and inspect tool schemas with mcporter list <server> --schema. - Tool Invocation: Call tools using selector syntax, function syntax, full URLs, stdio commands, or JSON payloads. - Auth and Config Management: Handle OAuth flows with mcporter auth and manage server configs with mcporter config commands. - Code Generation: Generate standalone CLIs from MCP servers with generate-cli and emit TypeScript clients or types with emit-ts. - Use Case: You want to create a Linear issue from your terminal. Run mcporter call "linear.create_issue(title: \"Bug\")" after authenticating once with mcporter auth linear. ## Quick Start Ask the assistant to list all configured MCP servers and their available tools using mcporter, then call a specific tool with the arguments you need.