What problem does it solve?
mcporter eliminates the friction of discovering and calling MCP servers and tools by letting you list available servers/tools, configure authentication, and invoke tool calls from a single command-line workflow.
Core Features & Use Cases
- MCP Server & Tool Discovery: Use
mcporter list and schema inspection to quickly see what tools a server exposes.
- Direct Tool Invocation: Call any
server.tool with simple key/value arguments or JSON payloads for repeatable automation.
- Auth + Configuration Management: Perform OAuth auth flows and manage mcporter configuration (add/remove/import/login/logout) to keep access working across sessions.
- Flexible Transport Options: Connect via HTTP/remote URLs or run ad-hoc servers over stdio for local tool execution.
- Daemon + Codegen: Run a background daemon for ongoing operation and generate typed clients/CLIs for faster integration.
Quick Start
Use the mcporter tool to call a Linear MCP tool by running: mcporter call linear.list_issues team=ENG limit:5.