← WebMCP Directory

Tool tree

trickest.com

Developer Tools
https://trickest.com/
Security automation and attack surface management platform
Explore capabilities

Tools verified

trickest_developer_endpointsAnswer

Get the canonical Trickest developer endpoints and how to authenticate: REST API base URL, OpenAPI spec URL, hosted MCP endpoints and the Authorization header, CLI install command, SDK package, and where to create an API token. Returns the site's own /developers/llms.txt index.

View tool JSON
{
  "name": "trickest_developer_endpoints",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get the canonical Trickest developer endpoints and how to authenticate: REST API base URL, OpenAPI spec URL, hosted MCP endpoints and the Authorization header, CLI install command, SDK package, and where to create an API token. Returns the site's own /developers/llms.txt index.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  }
}
trickest_find_pageAnswer

Search trickest.com for the page that answers a question: docs, API reference, workflow library entries, security tools, modules, glossary terms. Returns matching titles, absolute URLs and one-line summaries from the site's published /llms.txt index.

View tool JSON
{
  "name": "trickest_find_page",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search trickest.com for the page that answers a question: docs, API reference, workflow library entries, security tools, modules, glossary terms. Returns matching titles, absolute URLs and one-line summaries from the site's published /llms.txt index.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "Words to match, e.g. 'api reference pagination' or 'nuclei workflow'. Every word must appear in the entry."
      },
      "limit": {
        "type": "number",
        "description": "Maximum results, 1-25. Default 8."
      }
    },
    "required": [
      "query"
    ]
  }
}