What problem does it solve? Working with MCP (Model Context Protocol) servers normally requires a full MCP client application. This Skill lets you discover configured servers, inspect their tool schemas, authenticate via OAuth, and invoke tools directly from the terminal without writing client code. ## Core Features & Use Cases - Server Discovery and Listing: Auto-discovers MCP servers configured by other clients like Claude Desktop or Cursor, and lists tools with full schema details. - Direct Tool Invocation: Call any MCP tool using key=value, function, or JSON argument syntax, with structured JSON output for easy parsing. - Ad-hoc Connections and Auth: Connect to servers by HTTP URL or stdio command without config files, and manage OAuth logins and persistent daemon connections. - Use Case: You want to file a bug in Linear from the command line. Run mcporter to list the Linear server's tools, then call linear.create_issue with a title argument and get the result as JSON. ## Quick Start Ask the agent to list the available MCP servers on this machine and then call a specific tool with the arguments you need.