Skip to main content
Glama
alludium

Harmonic MCP Server

by alludium

Lookup Company

harmonic_lookup_company
Read-onlyIdempotent

Find and enrich company profiles using domain, website, or social media URLs to retrieve details like funding, headcount, location, and contact information.

Instructions

Look up a company by domain, website URL, or social media URL. This is a READ operation (does not create data).

What it does: Finds and enriches a company profile by any of its known identifiers. Returns full company details including funding, headcount, location, and contact info.

Supported identifiers (use ONE):

  • website_domain: e.g., "harmonic.ai", "stripe.com"

  • website_url: Full URL like "https://www.stripe.com"

  • linkedin_url: LinkedIn company page

  • crunchbase_url: Crunchbase profile

  • pitchbook_url: Pitchbook profile

  • twitter_url: Twitter/X profile

  • instagram_url: Instagram profile

  • facebook_url: Facebook page

  • angellist_url: AngelList profile

Returns full company data including:

  • Basic info: name, description, logo

  • Contact: emails, primary_email, exec_emails

  • Funding: total amount, stage, investors, rounds

  • Social: LinkedIn, Twitter with follower counts

  • Metrics: headcount, web_traffic

Example Response (JSON): { "id": 1, "entity_urn": "urn:harmonic:company:1", "name": "Harmonic", "description": "...", "headcount": 67, "funding": { "funding_total": 30150000, "funding_stage": "SERIES_A", "investors": [...] }, "contact": { "primary_email": "max@harmonic.ai", "emails": [...] } }

HTTP 404 Note: If company not found, Harmonic may trigger background enrichment. Try again later or use a different identifier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
website_domainNoCompany domain (e.g., "harmonic.ai", "stripe.com")
website_urlNoFull website URL
linkedin_urlNoLinkedIn company page URL
crunchbase_urlNoCrunchbase profile URL
pitchbook_urlNoPitchbook profile URL
twitter_urlNoTwitter/X profile URL
instagram_urlNoInstagram profile URL
facebook_urlNoFacebook page URL
angellist_urlNoAngelList profile URL
response_formatNoOutput format: "json" or "markdown"json
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description adds valuable behavioral context beyond annotations: it explicitly states 'This is a READ operation (does not create data)' (reinforcing readOnlyHint), explains the HTTP 404 behavior with background enrichment, and provides rich details about return data structure. While annotations cover safety (readOnlyHint, destructiveHint) and idempotency, the description adds practical implementation details about response format and error handling.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with clear sections (What it does, Supported identifiers, Returns, Example, HTTP 404 Note), each earning its place. It's comprehensive yet efficient, with no redundant information. The front-loaded statement clearly establishes the tool's purpose before diving into details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (10 parameters, no output schema), the description provides excellent completeness: it explains what the tool does, how to use parameters, what data returns, includes a detailed example response, and covers error behavior. The annotations provide safety context, and the description fills all remaining gaps without needing an output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 100% schema description coverage, the baseline is 3. The description adds significant value by organizing parameters into 'Supported identifiers' with clear examples and the 'use ONE' constraint, plus explaining the response_format parameter's purpose. It provides semantic grouping and usage guidance that goes beyond the schema's individual parameter descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific verb ('look up', 'finds and enriches') and resource ('company profile') with explicit scope ('by domain, website URL, or social media URL'). It distinguishes from siblings like harmonic_search_companies by focusing on lookup by identifiers rather than search queries, and from harmonic_get_company by being identifier-based rather than ID-based.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use this tool ('by domain, website URL, or social media URL') and mentions 'use ONE' identifier, which helps avoid misuse. However, it doesn't explicitly state when NOT to use it or name specific alternatives among the sibling tools, though the context implies it's for identifier-based lookup versus search-based approaches.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/alludium/harmonic-mcp-server'

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