← WebMCP Directory

Tool tree

topograph.co

liveProductivity & Business
https://topograph.co/
Topograph retrieves company information from public registers in real-time to fuel the compliance processes of regulated companies.
Explore capabilities
search_companiesAction

Search the Topograph company directory by legal name or registration number. Navigates the current page to the filtered results.

View tool JSON
{
  "name": "search_companies",
  "kind": "act",
  "impl": "imperative",
  "description": "Search the Topograph company directory by legal name or registration number. Navigates the current page to the filtered results.",
  "inputSchema": {
    "type": "object",
    "required": [
      "country"
    ],
    "properties": {
      "country": {
        "type": "string",
        "description": "ISO 3166-1 alpha-2 country code (e.g. FR, DE, GB).",
        "pattern": "^[A-Za-z]{2}$"
      },
      "query": {
        "type": "string",
        "description": "Free-text query (legal name or identifier)."
      }
    }
  }
}
book_demoAction

Open the Topograph contact/demo modal. Use when the user wants to talk to sales or request API access.

View tool JSON
{
  "name": "book_demo",
  "kind": "act",
  "impl": "imperative",
  "description": "Open the Topograph contact/demo modal. Use when the user wants to talk to sales or request API access.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  }
}