Skip to main content
Glama

HDW MCP Server

get_linkedin_google_company

Find LinkedIn company profiles using Google search to quickly identify and retrieve business information based on company names or website domains.

Instructions

Search for LinkedIn companies using Google search. First result is usually the best match.

Input Schema

NameRequiredDescriptionDefault
count_per_keywordNoMax results per keyword
keywordsYesCompany keywords for search. For example, company name or company website
timeoutNoTimeout in seconds
with_urnNoInclude URNs in response (increases execution time)

Input Schema (JSON Schema)

{ "properties": { "count_per_keyword": { "default": 1, "description": "Max results per keyword", "maximum": 10, "minimum": 1, "type": "number" }, "keywords": { "description": "Company keywords for search. For example, company name or company website", "examples": [ [ "Software as a Service (SaaS)" ], [ "google.com" ] ], "items": { "type": "string" }, "type": "array" }, "timeout": { "default": 300, "description": "Timeout in seconds", "type": "number" }, "with_urn": { "default": false, "description": "Include URNs in response (increases execution time)", "type": "boolean" } }, "required": [ "keywords" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/horizondatawave/hdw-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server