mcp-cli

List MCP servers, inspect tool schemas, and call tools with JSON arguments.

6|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/alonronin/mishmarbechirot --skill mcp-cli-alonronin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-cli
Source: https://github.com/alonronin/mishmarbechirot/tree/main/.claude/skills/mcp-cli
Command: npx skills add https://github.com/alonronin/mishmarbechirot --skill mcp-cli-alonronin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a command-line interface to interact with Model Context Protocol (MCP) servers, enabling seamless integration with external tools, APIs, and data sources directly from your terminal.

Core Features & Use Cases

  • Discover MCP Services: List available MCP servers and the tools they expose.
  • Explore Tool Parameters: View the specific parameters and arguments required by each MCP tool.
  • Inspect Tool Schemas: Retrieve the JSON schema for a tool to understand its input requirements.
  • Execute Tools: Call MCP tools with JSON arguments to perform actions like reading files or interacting with APIs.
  • Search Tools: Find specific tools across servers using glob patterns.

Quick Start

Use mcp-cli to list all available servers and tool names.

Frequently Asked Questions about mcp-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I interact with an MCP server from the command line?

You can interact with an MCP server from the command line by using an interface that lists available servers, explores tool parameters, and executes tools with JSON arguments directly from your terminal.

How do I list available tools on an MCP server?

To list available tools on an MCP server, you can use a command-line interface that discovers MCP services and retrieves the tool names and JSON schemas they expose.

How do I execute tools with JSON arguments via a command line interface?

You can execute tools with JSON arguments via a command line interface by calling the exposed MCP tools and passing the required JSON arguments directly in your terminal command.

Can I view JSON schemas for MCP tool parameters before execution?

Yes, you can view JSON schemas for MCP tool parameters before execution by inspecting the tool details, which allows you to understand the specific input requirements and arguments needed.

What is the best way to search for specific tools across multiple MCP servers?

The best way to search for specific tools across multiple MCP servers is using a command line interface that supports finding tools with glob patterns to filter and locate exact matches.

Does the command line interface support JSON output for MCP tool execution results?

Yes, the command line interface supports JSON output for MCP tool execution results, allowing you to include descriptions and format the returned data structured for further processing.