Labsco
MCP SERVER

Harmonic Search

by blue-yard

Search Harmonic's company and people data — by domain, by query, or by a search you already saved — from the client you work in.

Company Registries & Business Intelligence Data
Summary
Company and people research without the console.

Point it at a Harmonic account and the research loop happens in the conversation: resolve a domain to a company, run a query across companies or people, pull the employee list, and pick a saved search back up where it was left.

What it is

A server in front of Harmonic.ai's API for company and people research. It looks a company up by its website domain, runs company and people searches with pagination, pulls a company's employee list, and re-opens a search you saved in Harmonic.

What you get
  • A company found by its website domain
  • Companies matched to a search query, with a result size and a pagination cursor
  • People matched to a search query, with the same paging arguments
  • The active employees of a company
  • The results of a search you saved in Harmonic
Requirements

A Harmonic API key from console.harmonic.ai. The key is set inside the session with harmonic_set_api_key rather than through the environment. The server is built from source with npm install and npm run build, then launched with the full path to node against dist/standalone/index.js.