一键导入
mcporter
Call MCP server tools as CLI commands via mcporter
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Call MCP server tools as CLI commands via mcporter
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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"