askill
mcporter

mcporterSafety 95Repository

Call MCP server tools as CLI commands via mcporter

2 stars
1.2k downloads
Updated 2/23/2026

Package Files

Loading files...
SKILL.md

MCPorter — MCP Tools as CLI

Call MCP server tools directly from the command line. Faster than MCP protocol for stateless API calls.

Usage

mcporter list                                    # List available servers
mcporter list buttondown --schema                # Show tool schemas
mcporter call <server>.<tool> key=value ...      # Call a tool

Available Servers

ServerToolsExample
buttondown19 toolsmcporter call buttondown.buttondown_list_emails limit=5
context72 toolsmcporter call context7.resolve-library-id libraryName=react

When to Use

  • mcporter call: Stateless API calls (list, get, create, update)
  • MCP direct: Only when mcporter can't discover the server (plugin-based MCP like greptile, linear)
  • browser-tools: Stateful browser interaction (never mcporter)

Examples

# List recent emails
mcporter call buttondown.buttondown_list_emails limit=5 status=sent

# Get subscriber
mcporter call buttondown.buttondown_get_subscriber id=<uuid>

# Search docs
mcporter call context7.resolve-library-id libraryName=nextjs query="server actions"

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

85/100Analyzed 3/2/2026

A well-structured skill documenting mcporter CLI tool for calling MCP server tools from command line. Includes clear usage syntax, available servers table, when-to-use guidance distinguishing mcporter from MCP direct and browser-tools, and practical examples. High actionability with runnable commands. Uses tags for discoverability.

95
85
80
80
90

Metadata

Licenseunknown
Version-
Updated2/23/2026
Publisherroach88

Tags

api