What problem does it solve? Working with MCP servers usually requires writing client code or manual JSON-RPC calls. This Skill lets you list, inspect, authenticate, and invoke MCP tools directly from the command line over HTTP or stdio, without building a custom client. ## Core Features & Use Cases - Direct Tool Invocation: Call any MCP tool with selector, function, URL, or stdio syntax, passing arguments as key=value pairs or JSON payloads. - Auth & Config Management: Handle OAuth flows and manage server configurations with commands like mcporter auth and mcporter config add|remove|import. - Code Generation: Generate standalone CLIs from MCP servers with mcporter generate-cli and emit TypeScript clients or type definitions with mcporter emit-ts. - Use Case: You want to quickly test a Linear MCP server. Run mcporter list linear --schema to inspect available tools, then mcporter call linear.list_issues team=ENG limit:5 to fetch real data instantly. ## Quick Start Ask the assistant to use mcporter to list the available tools on your MCP server and then call one of them with the arguments you specify.