What problem does it solve?
mcporter eliminates the friction of manually configuring Model Context Protocol (MCP) servers and figuring out how to invoke their tools, so you can get answers and actions from MCP tools quickly.
Core Features & Use Cases
- MCP discovery & listing: Auto-discovers configured MCP servers and lists available tools with schema details for faster selection.
- Direct tool calling: Calls tools via key=value or function-style inputs, with optional JSON output for machine parsing.
- Ad-hoc servers & configuration management: Supports HTTP and stdio MCP servers (including on-the-fly connections), plus auth/config/daemon workflows.
Use Case: You want to trigger a multi-step workflow against an existing MCP integration like Linear, Jira, or a filesystem MCP server, and you need a repeatable terminal command that reliably enumerates tools and executes them with correct parameters.
Quick Start
Ask: run mcporter to list MCP servers on this machine and then call a specific tool with the parameters you need.