mcporter

Discover MCP servers, inspect tool schemas, and issue tool calls via CLI.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/jacardl/New-Radar --skill mcporter-jacardl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcporter
Source: https://github.com/jacardl/New-Radar/tree/main/backend/frameworks/hermes-agent/skills/mcp/mcporter
Command: npx skills add https://github.com/jacardl/New-Radar --skill mcporter-jacardl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover and manage MCP servers and tools from the terminal, eliminating manual configuration and scattered tooling.

Core Features & Use Cases

  • Discover MCP servers on the local machine and register them for quick access
  • List servers, list tools with schemas, and perform tool calls (including ad-hoc HTTP or stdio servers)
  • Manage authentication, configuration, and daemon workflows to enable persistent sessions
  • Scriptable, deterministic interactions suitable for automation and CI

Quick Start

List configured MCP servers and call a tool using mcporter.

Frequently Asked Questions about mcporter

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

FAQPage Schema
How do I discover and list configured MCP servers from my terminal?

You can discover MCP servers by running a CLI command that automatically scans your local machine and lists all configured servers for quick access. This eliminates manual configuration and provides a deterministic, scriptable workflow for server management.

Can I issue ad-hoc tool calls to HTTP or stdio MCP servers?

Yes, you can issue tool calls to ad-hoc HTTP or stdio MCP servers directly from the terminal. The CLI allows you to inspect tool schemas and execute calls scriptably, supporting both persistent sessions and one-off interactions without manual setup.

Do I need Node.js to manage MCP server configuration and authentication?

Yes, Node.js is required. You must have npx available or install the package globally via npm to handle MCP server discovery, authentication, and configuration management from your terminal.

What is the best way to automate MCP tool calls in a CI environment?

The best way to automate MCP tool calls in CI is using a scriptable CLI that supports JSON output and deterministic interactions. This allows your pipelines to list servers, inspect schemas, and execute tool calls reliably without manual intervention.

How does MCP server authentication work with a command line interface?

MCP server authentication is managed directly via the CLI, allowing you to securely configure credentials. The interface handles authentication setup and configuration management to enable persistent daemon sessions for your terminal-based tool calls.