mcporter: Claude skill | implexaback to searchmcporter
List, configure, authenticate, call, and inspect MCP servers/tools with mcporter over HTTP or stdio.
SKILL.md
mcporter
Use mcporter to work with MCP servers directly.
Quick start
mcporter list
mcporter list <server> --schema
mcporter call <server.tool> key=value
Call tools
Selector: mcporter call linear.list_issues team=ENG limit:5
Function syntax: mcporter call "linear.create_issue(title: \"Bug\")"
Full URL: mcporter call https://api.example.com/mcp.fetch url:https://example.com
Stdio: mcporter call --stdio "bun run ./server.ts" scrape url=https://example.com
JSON payload: mcporter call <server.tool> --args '{"limit":5}'
Auth + configrelated skills
semantically similar in the cross-vendor indexdon't have the plugin yet? install it then click "run inline in claude" again.
+covers multiple invocation modes (selector, function syntax, url, stdio, json payload) with concrete examples+demonstrates real tool calls with keyed parameters, showing mcporter's flexibility across server typesweaknesses
- ~incomplete documentation - auth and config section is truncated, leaving authentication mechanics undocumented
- ~lacks procedure depth: no step-by-step guidance on server setup, connection failure recovery, or debugging malformed calls
- ~no edge case discussion of transport failures, auth errors, timeouts, or schema validation failures