← Back to Skills Marketplace
mskmz

Mcporter 1.0.0

by mskmz · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1199
Downloads
0
Stars
30
Active Installs
1
Versions
Install in OpenClaw
/install mcporter-1-0-0
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
Install only if you intentionally want the agent to operate mcporter. Use it with trusted MCP servers and accounts, review any auth, config, daemon, write-tool, arbitrary URL, or stdio command before running it, and avoid sending secrets or private data to untrusted endpoints.
Capability Assessment
Purpose & Capability
The documented purpose matches the capabilities: it wraps mcporter to list, configure, authenticate, and call MCP servers and tools over HTTP or stdio.
Instruction Scope
The instructions allow arbitrary MCP URLs, write-capable tool calls such as issue creation, config add/remove/import/login/logout, and stdio command execution, but do not define confirmation, allowlists, read-only use, or rollback expectations.
Install Mechanism
The skill installs an external npm CLI package named mcporter and contains no local executable implementation to review; static scan found no suspicious artifact patterns and VirusTotal was still pending.
Credentials
The capability set is powerful for an agent skill because remote MCP calls can transmit data, stdio examples can execute local project commands, and config operations can change persistent local MCP state.
Persistence & Privilege
OAuth/login and daemon start/status/stop/restart are disclosed and purpose-aligned, but they involve account authority and a possible long-running background process.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mcporter-1-0-0
  3. After installation, invoke the skill by name or use /mcporter-1-0-0
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of mcporter: a CLI tool for direct interaction with MCP servers and tools. - List, call, and configure MCP servers via HTTP or stdio. - Support for ad-hoc servers, OAuth authentication, and config file management. - Flexible calling syntax: selector, function, URL, stdio, and JSON payloads. - Daemon support: start, stop, restart, and check status. - Code generation utilities for CLI and TypeScript clients or types. - Default config at ./config/mcporter.json, with machine-readable output via --output json.
Metadata
Slug mcporter-1-0-0
Version 1.0.0
License
All-time Installs 30
Active Installs 30
Total Versions 1
Frequently Asked Questions

What is Mcporter 1.0.0?

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 1199 downloads so far.

How do I install Mcporter 1.0.0?

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

Is Mcporter 1.0.0 free?

Yes, Mcporter 1.0.0 is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Mcporter 1.0.0 support?

Mcporter 1.0.0 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Mcporter 1.0.0?

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

💬 Comments