What problem does it solve?
Managing MCP (Model Context Protocol) servers and their tools typically requires writing custom integration code or using fragmented tools, which is time-consuming and error-prone for developers needing to access external tooling quickly.
Core Features & Use Cases
- Full MCP Server Management: List all configured MCP servers, inspect their available tools and schemas, and modify server configuration files as needed.
- Flexible Tool Invocation: Call MCP tools using multiple input formats (key-value pairs, JSON payloads, function syntax) over HTTP or stdio transports to fit different integration needs.
- Authentication & Config Support: Handle OAuth authentication for MCP servers, manage server login/logout states, and customize config file locations for different projects.
- Use Case: A developer building an AI agent can use this skill to quickly call a Linear MCP server's list_issues tool to pull team tickets, or use a web scraping MCP server via stdio to extract content from a target URL without writing custom API clients.
Quick Start
Use the mcporter skill to list all configured MCP servers and their available tool schemas.