Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

Invokera Discover

com.invokera/discover

Search, inspect and invoke every public tool on Invokera through one MCP connection.

Uptime
100.0%
1 direct probes · 30d
Response
1261ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

search_tools

Search the Invokera catalog for published tools across all projects. Returns a ranked list of tools (name, project, summary, category) WITHOUT their input schemas. Call describe_tool next to get the f…

describe_tool

Get the full input schema and calling instructions for one tool found via search_tools. Returns the JSON Schema plus the exact REST/MCP endpoint to call it on. Calling a tool requires that project's o…

invoke_tool

Call a tool whose owner has enabled public invocation, without needing that project's token. Only works for tools opted in by their owner; others return not-found (use describe_tool for how to call th…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "invokera_discover": {
      "url": "https://invokera.com/discover",
      "transport": "streamable-http"
    }
  }
}