What problem does it solve? Connecting to and invoking MCP (Model Context Protocol) servers normally requires writing client code or editing config files by hand. This Skill lets you discover, authenticate, and call MCP tools directly from the terminal using the mcporter CLI, including ad-hoc servers with no prior configuration. ## Core Features & Use Cases - Server Discovery & Listing: Auto-discovers MCP servers configured by other clients (Claude Desktop, Cursor) and lists tools with full schema details. - Direct Tool Invocation: Call any MCP tool with key=value, function, or JSON argument syntax over HTTP or stdio, with machine-readable JSON output. - Auth, Config & Code Generation: Handles OAuth login flows, manages server configuration, runs a persistent daemon, and generates CLI wrappers or TypeScript clients for MCP servers. - Use Case: You find a Linear MCP server on a registry and want to file an issue from your terminal. Connect ad-hoc, authenticate with OAuth, and call linear.create_issue in one command without writing any client code. ## Quick Start Ask the agent to list the available MCP servers and their tools using mcporter, then call a specific tool with the arguments you need.