mcporter

Discover, inspect, and call MCP servers from the terminal.

577|62|Updated May 15, 2026
One-click install
npx skills add https://github.com/agentic-in/elephant-agent --skill mcporter-agentic-in
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcporter
Source: https://github.com/agentic-in/elephant-agent/tree/main/packages/skills/builtin_packages/mcp/mcporter
Command: npx skills add https://github.com/agentic-in/elephant-agent --skill mcporter-agentic-in

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables developers to discover, inspect, and call MCP servers directly from the terminal, enabling ad hoc workflows when a full Elephant Agent connector is unnecessary.

Core Features & Use Cases

  • Discover MCP servers locally: quickly list available MCP endpoints.
  • Inspect server schemas: view tools and capabilities before making calls.
  • Authenticate and call tools: securely authenticate and execute one-off MCP operations.

Quick Start

Run the mcporter workflow to probe your local MCP setup and call a selected server.

Frequently Asked Questions about mcporter

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

FAQPage Schema
How do I call an MCP server directly from the terminal?

Inspecting an MCP server schema from the terminal involves discovering local endpoints and viewing their available tools and capabilities. This allows you to verify server functionality before making any ad hoc calls.

Can I run MCP operations in HTTP or stdio mode?

Yes, you can run MCP operations in either HTTP server mode or stdio mode. The terminal workflow supports both configurations, allowing you to execute ad hoc tool usage over your preferred local transport protocol.

Do I need a standard connector for ad hoc MCP tool usage?

No, you do not need a standard connector for ad hoc MCP tool usage. You can discover and call MCP servers directly from the terminal, which is ideal for local development environments when a full connector is unnecessary.

What authentication method is required to execute one-off MCP operations?

Executing one-off MCP operations requires a local MCP server configuration and a specified authentication method. This setup ensures you can securely authenticate and make direct terminal calls to your local services.

Does terminal MCP server discovery support JSON output?

Yes, terminal MCP server discovery supports JSON output. When you probe your local setup and call a selected server, the workflow can return results formatted as JSON for easy parsing and integration.