with one click
mcporter
Call MCP server tools as CLI commands via mcporter
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Call MCP server tools as CLI commands via mcporter
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Research a topic from the last 30 days on Reddit + X + Web, become an expert, and write copy-paste-ready prompts for the user's target tool.
Autonomous PR review agent that monitors Greptile, fixes issues, and merges when approved. Runs in background after PR creation. Loops until 5/5 confidence score then auto-merges. Use after creating a PR for fully hands-off review workflow.
CDP-based browser automation via browser-tools CLI
Semantic search for code and web. Use mgrep for natural-language/intent queries and web search. Use built-in Grep for exact strings/regex. Use Glob for file names.
Manages the OpenClaw trading system on openroach.exe.xyz. SSH admin operations for Kalshi proxy, credentials, kill switch, logs, and trade queries. Triggers include "openclaw", "check trades", "kill switch", "trading logs", "restart proxy", or /openclaw.
Persistent tmux sessions for background monitoring and long-running processes
| name | mcporter |
| description | Call MCP server tools as CLI commands via mcporter |
| triggers | ["mcporter","call mcp tool","buttondown api","context7 docs"] |
Call MCP server tools directly from the command line. Faster than MCP protocol for stateless API calls.
mcporter list # List available servers
mcporter list buttondown --schema # Show tool schemas
mcporter call <server>.<tool> key=value ... # Call a tool
| Server | Tools | Example |
|---|---|---|
| buttondown | 19 tools | mcporter call buttondown.buttondown_list_emails limit=5 |
| context7 | 2 tools | mcporter call context7.resolve-library-id libraryName=react |
# 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"