MCP Inception MCP Server

execute_mcp_client

Offload certain tasks to AI. Used for research purposes, do not use for code editing or anything code related. Only used to fetch data.

Input Schema

NameRequiredDescriptionDefault
commandYesThe MCP client command to execute

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "The MCP client command to execute", "type": "string" } }, "required": [ "command" ], "type": "object" }

You must be authenticated.

Other Tools