mcporter

Manage MCP servers and invoke their tools via HTTP or stdio.

1|1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Dbillionaer/wholesaile --skill mcporter-dbillionaer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcporter
Source: https://github.com/Dbillionaer/wholesaile/tree/main/skills/mcporter
Command: npx skills add https://github.com/Dbillionaer/wholesaile --skill mcporter-dbillionaer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management and interaction with MCP (Meta-Cloud Platform) servers, enabling direct control over their tools and configurations without complex setup.

Core Features & Use Cases

  • Server & Tool Management: List available servers and their tools, inspect schemas, and manage authentication.
  • Direct Tool Invocation: Call MCP tools using various syntaxes (selector, function, URL, stdio) with flexible argument passing (key-value, JSON).
  • Use Case: You need to quickly list all available issues in your 'ENG' team on a Linear MCP server and create a new bug ticket.

Quick Start

Use the mcporter skill to list all issues for the ENG team.

Frequently Asked Questions about mcporter

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

FAQPage Schema
How do I manage MCP servers and interact with their tools from the command line?

You can manage MCP servers and their tools directly from the command line by listing available servers, inspecting schemas, and invoking tools using flexible argument passing via HTTP or stdio.

Can I invoke remote MCP tools directly without setting up a complex environment?

Yes, you can invoke remote MCP tools directly using various selector, function, URL, or stdio syntaxes. This allows ad-hoc server management and direct calls without complex configurations.

What is the best way to handle OAuth authentication for MCP servers during continuous operation?

Handling OAuth authentication for MCP servers is supported natively, and you can utilize daemon management features to ensure continuous, authenticated operation for your server interactions.

How do I generate CLI types and edit configurations for MCP servers?

You can edit server configurations and generate CLI types through the provided command-line interface, streamlining direct control over MCP server tools and their schemas.

Does the MCP server management tool support both local and remote tool invocation?

Yes, the MCP server management tool supports direct invocation of both local and remote tools via HTTP or stdio protocols, enabling flexible argument passing for your operations.