← WebMCP Directory

Tool tree

norbelys.com

liveMarketing
https://norbelys.com
Cold email from your own mailboxes. Norbelys guards sending reputation, warms every inbox free, counts only real-human opens, and includes an AI campaign builder. From $29/mo.
Explore capabilities
get_api_cataloganswer

Fetch the Norbelys API catalog (REST + MCP discovery metadata).

View tool JSON
{
  "name": "get_api_catalog",
  "kind": "answer",
  "impl": "imperative",
  "description": "Fetch the Norbelys API catalog (REST + MCP discovery metadata).",
  "inputSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {}
  }
}
get_documentation_linksanswer

Return links to Norbelys API docs, MCP server, and agent skills index.

View tool JSON
{
  "name": "get_documentation_links",
  "kind": "answer",
  "impl": "imperative",
  "description": "Return links to Norbelys API docs, MCP server, and agent skills index.",
  "inputSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {}
  }
}
get_pricinganswer

Return Norbelys plan pricing (Starter, Growth, Scale) and signup URL.

View tool JSON
{
  "name": "get_pricing",
  "kind": "answer",
  "impl": "imperative",
  "description": "Return Norbelys plan pricing (Starter, Growth, Scale) and signup URL.",
  "inputSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {}
  }
}
list_free_toolsanswer

List free cold-email and deliverability tools on norbelys.com.

View tool JSON
{
  "name": "list_free_tools",
  "kind": "answer",
  "impl": "imperative",
  "description": "List free cold-email and deliverability tools on norbelys.com.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "category": {
        "type": "string",
        "description": "Optional filter: dns, testing, domain, prospecting, calculators, copy"
      }
    }
  }
}
search_norbelysanswer

Search Norbelys product pages, docs and blog by a natural-language query.

View tool JSON
{
  "name": "search_norbelys",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search Norbelys product pages, docs and blog by a natural-language query.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "What to look for"
      }
    },
    "required": [
      "query"
    ]
  }
}