← Back to Skills Marketplace
pratiknarola

MCPorter MCP CLI

by Pratik Narola · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
26
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mcporter-mcp
Description
Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type gene...
README (SKILL.md)

mcporter

Use mcporter to work with MCP servers directly.

Quick start

  • mcporter list
  • mcporter list \x3Cserver> --schema
  • mcporter call \x3Cserver.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 \x3Cserver.tool> --args '{"limit":5}'

Auth + config

  • OAuth: mcporter auth \x3Cserver | url> [--reset]
  • Config: mcporter config list|get|add|remove|import|login|logout

Daemon

  • mcporter daemon start|status|stop|restart

Codegen

  • CLI: mcporter generate-cli --server \x3Cname> or --command \x3Curl>
  • Inspect: mcporter inspect-cli \x3Cpath> [--json]
  • TS: mcporter emit-ts \x3Cserver> --mode client|types

Notes

  • Config default: ./config/mcporter.json (override with --config).
  • Prefer --output json for machine-readable results.
Usage Guidance
Before installing, understand that mcporter can contact remote MCP servers, use credentials, change local mcporter configuration, run stdio server commands, and start a daemon. Use it only with MCP servers and commands you trust, and avoid passing secrets or private data unless you intend to share them with that server.
Capability Tags
requires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The documented purpose is to list, configure, authenticate to, and call MCP servers/tools via mcporter; the examples match that purpose, including HTTP, stdio, auth, config, daemon, and code generation use.
Instruction Scope
The instructions are broad because they enable arbitrary MCP server calls and stdio subprocess invocation, but this breadth is explicit and directly tied to the skill's stated CLI purpose.
Install Mechanism
Install metadata declares a Node package install for the mcporter binary; the skill artifact itself contains only SKILL.md and no executable scripts or hidden install steps.
Credentials
Network calls, local subprocess execution, and config changes are proportionate for a direct MCP CLI tool, but users should review endpoints, commands, and arguments before use.
Persistence & Privilege
The skill documents auth, config changes, and daemon start/stop commands, which may create local state or long-running processes; these are disclosed rather than automatic.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mcporter-mcp
  3. After installation, invoke the skill by name or use /mcporter-mcp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: MCP server/tool CLI for listing, configuring, auth, and calling MCP servers directly
Metadata
Slug mcporter-mcp
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is MCPorter MCP CLI?

Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type gene... It is an AI Agent Skill for Claude Code / OpenClaw, with 26 downloads so far.

How do I install MCPorter MCP CLI?

Run "/install mcporter-mcp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is MCPorter MCP CLI free?

Yes, MCPorter MCP CLI is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does MCPorter MCP CLI support?

MCPorter MCP CLI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created MCPorter MCP CLI?

It is built and maintained by Pratik Narola (@pratiknarola); the current version is v1.0.0.

💬 Comments