MCP Launchpad (Your gateway to ALL MCPs!)
Description
You have access to the MCP Launchpad (`mcpl`), a unified CLI for discovering and executing tools from multiple MCP servers. The user may configure and change their MCP configuration at any time. So if
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
MCP Launchpad (Your gateway to ALL MCPs!)
You have access to the MCP Launchpad (`mcpl`), a unified CLI for discovering and executing tools from multiple MCP servers. The user may configure and change their MCP configuration at any time. So if your task requires a tool or functionality outside of your current capabilities, it's critical that you always check the MCP Launchpad for available tools that may be useful.
Important: Always Discover Before Calling
Tool names vary between MCP servers. **Never guess tool names** - always discover them first.
If you're unsure of the tool name, **always search first**. The `mcpl search` command is the most efficient way to find relevant tools across all MCP servers.
Recommended Workflow
**Search first** to find the right tool (shows required params):
mcpl search "list projects"**Call with required params**:
mcpl call vercel list_projects '{"teamId": "team_xxx"}'
Alternative: List Server Tools
If you know which server to use but not the tool name:
mcpl list vercel # Shows all tools with required params
Get Example Calls
For complex tools, use `inspect --example` to get a ready-to-use example:
mcpl inspect sentry search_issues --example
# Shows: mcpl call sentry search_issues '{"organizationSlug": "", ...}'
Error Recovery
If a tool call fails, mcpl provides helpful suggestions:
- Tool not found: Shows similar tool names from that server
- Missing parameters: Shows required params and an example call
- Validation errors: Shows expected parameter types
Troubleshooting Commands
mcpl verify # Test all server connections
mcpl session status # Check daemon and server connection status
mcpl session stop # Restart daemon (stops current, auto-restarts on next call)
mcpl config # Show current configuration
mcpl call '{}' --no-daemon # Bypass daemon for debugging
mcpl auth status # Check OAuth authentication status
mcpl auth login # Authenticate with OAuth-protected server
Common Issues
- Server not connecting: Run
mcpl verifyto test connections - Stale connections: Run
mcpl session stopthen retry - Timeout errors: Server may be slow; increase with
MCPL_CONNECTION_TIMEOUT=120 - OAuth authentication required: Run
mcpl auth loginto authenticate - Token expired: Run
mcpl auth login --forceto re-authenticate - Multiple configs found: Run
mcpl config files --selectto choose which to use - Wrong config active: Run
mcpl config filesto see status and adjust
Quick Reference
# Show help
mcpl --help
# Find tools
mcpl search "" # Search all tools (shows required params, returns 5 by default)
mcpl search "" --limit 10 # Get more results
mcpl list
Related Skills
Epic Decompose
Break an epic into task children without creating task branches.
Productivity Claude Code Terminal Title
Gives each Claude Code terminal window a dynamic title describing the work being done
Productivity N8n Skills
Enables AI assistants to directly understand and operate n8n workflows
Productivity Composio Make
Trigger and manage Make (Integromat) scenarios
Productivity Getting Help
career-ops is an open source project maintained in limited time. Here's how to get help efficiently.
Productivity Worktree Status Check
Verify the current worktree environment and show task details.
Productivity