What problem does it solve? Interacting with Model Context Protocol servers normally requires writing client code or editing config files by hand. This Skill lets you discover, authenticate, and invoke MCP tools directly from the terminal using the mcporter CLI, including ad-hoc servers with no prior configuration. ## Core Features & Use Cases - Server Discovery and Listing: Auto-detect MCP servers configured by other clients like Claude Desktop or Cursor, and list their tools with full schema details. - Direct Tool Invocation: Call any MCP tool using key=value, function, or JSON argument syntax, over HTTP or stdio transports, with machine-readable JSON output. - Auth, Config, and Code Generation: Handle OAuth logins, manage server configs, run a persistent daemon, and generate CLI wrappers or TypeScript clients for MCP servers. - Use Case: You find a Linear MCP server on a registry and want to list open issues. Connect ad-hoc by URL, authenticate with OAuth, and call linear.list_issues with a JSON payload, all without writing any client code. ## Quick Start Use the mcporter skill to list the MCP servers configured on this machine and show the available tools for one of them.