- listing tools and prompts
- checking tool usage (input schema)
- invoking tools
- retrieving prompts
- enabling and disabling tools, prompts, and entire servers
Tools
Every tool is identified by a canonical name:List available tools
Inspect tool usage
Invoke a tool
Ideally, tools will be invoked by your MCP clients through the gateway. The CLI allows you to invoke tools directly for testing and debugging.Prompts
Mcpjungle supports MCP Prompts. If a registered server exposes prompts, Mcpjungle registers them alongside that server’s tools. Prompt names follow the same canonical pattern:List prompts
Retrieve a prompt with arguments
As with tools, prompts will also be read by your MCP clients. Use the CLI to retrieve prompts directly for testing and debugging:--arg key=value flag per prompt argument.
Enable and disable exposure
Mcpjungle lets you hide tools and prompts from clients without deleting the underlying server registration. When you disable something:- it disappears from gateway discovery
- MCP clients cannot call it through Mcpjungle
- you can still manage it through the CLI and API
Disable or re-enable a single tool
Disable or re-enable all tools from one server
Disable or re-enable an entire server
Disabling a server disables all of its tools, prompts and resources in one step:Disable or re-enable prompts
How disabled entities behave
| Context | Behavior |
|---|---|
Main gateway (/mcp) | Disabled tools, prompts and resources are not listed and cannot be called. |
| Tool Groups | A disabled tool does not remain available just because a group includes it. |
| CLI and HTTP API | Disabled entities can still be listed, inspected, and re-enabled. |
Operational notes
- Disabling a server or tool does not remove its registration.
- Deregister a server if you want to remove it permanently.
Related pages
Tool groups
Expose subsets of tools through dedicated MCP endpoints.
Register servers
Add new streamable HTTP MCP servers to the gateway.
STDIO servers
Register local process-based MCP servers.
Limitations
Review the current gaps, including prompt support in Tool Groups.
