← All WebMCP sites

knock.app

Developer Toolshttps://knock.app/listed as of 2026-08-15
Knock is customer engagement infrastructure for your product, marketing, and transactional messaging. Activate your data, ship cross-channel messaging, and accelerate growth.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 41/100 (D).

Tools

search_pagesanswerimperative
Search the Knock marketing site for pages matching a free-text query. Returns matching pages with their path, title, and description. Use this to help a user find the right page before navigating.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Free-text search query. Matches title, description, path, and keywords (case-insensitive)."
    },
    "limit": {
      "type": "integer",
      "minimum": 1,
      "maximum": 25,
      "default": 10,
      "description": "Maximum number of results to return."
    }
  },
  "required": [
    "query"
  ]
}
navigate_to_pageactimperative
Navigate the current browser tab to a page on the Knock marketing site. Only known internal paths are accepted. Use `search_pages` first to discover valid paths.
Input schema
{
  "type": "object",
  "properties": {
    "path": {
      "type": "string",
      "description": "Internal path starting with '/', e.g. '/pricing' or '/features/workflows'.",
      "enum": [
        "/features/workflows",
        "/features/guides",
        "/features/broadcasts",
        "/features/agents",
        "/features/observability",
        "/features/template-management",
        "/features/preferences",
        "/channels/in-app-notifications",
        "/channels/slackkit",
        "/channels/email",
        "/channels/mobile",
        "/integrations",
        "/cli",
        "/changelog",
        "/blog",
        "/about"
      ]
    }
  },
  "required": [
    "path"
  ]
}
subscribe_to_newslettertransactimperative
Subscribe an email address to the Knock newsletter. The email is added to the 'newsletter-subscribers' audience. Ask the user for confirmation before calling this tool.
Input schema
{
  "type": "object",
  "properties": {
    "email": {
      "type": "string",
      "format": "email",
      "description": "The email address to subscribe."
    }
  },
  "required": [
    "email"
  ]
}
open_contact_salesactimperative
Navigate to the Knock contact sales page so the user can talk to the sales team. This does not submit the form.
Input schema
{
  "type": "object",
  "properties": {}
}
Listings are sourced from public community registries and shown as reported.