INDIVIDUAL MCP TOOL
describe_tool
Get the full input schema and calling instructions for one tool found via search_tools.
LIVE ENDPOINT
https://invokera.com/discover
Connect to this endpoint to inspect the live schema for describe_tool and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.invokera-discover]
url = "https://invokera.com/discover"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"invokera-discover": {
"type": "http",
"url": "https://invokera.com/discover"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: invokera-discover
Remote MCP URL: https://invokera.com/discover
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"invokera-discover": {
"url": "https://invokera.com/discover"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"invokera-discover": {
"type": "http",
"url": "https://invokera.com/discover"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "invokera-discover",
"transport": "streamable-http",
"url": "https://invokera.com/discover"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_tools— Search the Invokera catalog for published tools across all projects.invoke_tool— Call a tool whose owner has enabled public invocation, without needing that project's token.