mcporterUse the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.
Install via ClawdBot CLI:
clawdbot install steipete/mcporterInstall mcporter (node):
Install mcporter (node)Requires:
Use mcporter to work with MCP servers directly.
Quick start
mcporter listmcporter list --schema mcporter call key=value Call tools
mcporter call linear.list_issues team=ENG limit:5mcporter call "linear.create_issue(title: \"Bug\")"mcporter call https://api.example.com/mcp.fetch url:https://example.commcporter call --stdio "bun run ./server.ts" scrape url=https://example.commcporter call --args '{"limit":5}' Auth + config
mcporter auth [--reset] mcporter config list|get|add|remove|import|login|logoutDaemon
mcporter daemon start|status|stop|restartCodegen
mcporter generate-cli --server or --command mcporter inspect-cli [--json] mcporter emit-ts --mode client|types Notes
./config/mcporter.json (override with --config).--output json for machine-readable results.Generated Feb 15, 2026
Development teams use mcporter to test MCP server integrations by calling tools with various parameters and validating responses. QA engineers automate regression tests by scripting mcporter calls to verify API endpoints return expected schemas and data formats.
Data engineers configure mcporter to connect to multiple MCP servers that provide data extraction tools. They automate data collection workflows by calling tools sequentially, transforming outputs, and feeding results into analytics pipelines with JSON-formatted responses.
DevOps teams use mcporter to manage integrations with services like Linear, GitHub, or Jira through their MCP servers. They automate issue tracking, project management, and monitoring by calling tools programmatically and handling OAuth authentication flows.
Startup developers quickly prototype integrations with various APIs by using mcporter's ad-hoc server capabilities. They test different MCP servers without writing full client code, using the CLI to explore available tools and generate TypeScript types for their applications.
Companies build managed integration platforms using mcporter as the underlying engine for connecting to various MCP servers. They offer pre-configured connectors, monitoring dashboards, and support services for large organizations needing reliable API integrations.
Platforms provide curated marketplaces of MCP server configurations and mcporter extensions. Revenue comes from premium server configurations, specialized tool packages, and marketplace transaction fees for developers purchasing ready-to-use integrations.
Consulting firms offer mcporter implementation services, helping clients configure MCP servers, set up authentication, and automate workflows. They provide training, custom tool development, and ongoing maintenance contracts for complex integration scenarios.
💬 Integration Tip
Use mcporter's JSON output option for machine-readable results in automation scripts, and leverage the config management commands to maintain multiple server configurations across different environments.
Connect to 100+ APIs (Google Workspace, Microsoft 365, GitHub, Notion, Slack, Airtable, HubSpot, etc.) with managed OAuth. Use this skill when users want to...
Build, debug, and deploy websites using HTML, CSS, JavaScript, and modern frameworks following production best practices.
YouTube Data API integration with managed OAuth. Search videos, manage playlists, access channel data, and interact with comments. Use this skill when users want to interact with YouTube. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Scaffold, test, document, and debug REST and GraphQL APIs. Use when the user needs to create API endpoints, write integration tests, generate OpenAPI specs, test with curl, mock APIs, or troubleshoot HTTP issues.
Search for jobs across LinkedIn, Indeed, Glassdoor, ZipRecruiter, Google Jobs, Bayt, Naukri, and BDJobs using the JobSpy MCP server.
This skill should be used when analyzing HTML/CSS websites for SEO optimization, fixing SEO issues, generating SEO reports, or implementing SEO best practices. Use when the user requests SEO audits, optimization, meta tag improvements, schema markup implementation, sitemap generation, or general search engine optimization tasks.