DiscoLike integration for AI agents.
DiscoLike integration for AI agents with secure authentication and server-side credential injection. Open Connector runs the OAuth, seals the token in an encrypted vault, and serves DiscoLike tools to your agent over MCP or a typed API — credentials injected server-side, every call audited, nothing leaving your infrastructure. Open source (AGPL-3.0) and self-hostable.
Real DiscoLike actions, managed and audited.
Your user connects DiscoLike once; your agent can then use DiscoLike API for B2B company discovery, firmographic data, contact enrichment, matching, saved queries, and AI enrichment workflows — scoped to the OAuth permissions you grant and the tool allowlist you configure. Every action is least-privilege and written to a tamper-evident audit trail.
- 1
Your user grants DiscoLike access once (OAuth) — the token lands in the vault.
- 2
Your agent calls a tool over MCP or the typed API; Open Connector injects the credential server-side.
- 3
Every routed call appends a hash-chained audit record — nothing leaves your infra.
Supported DiscoLike tools.
42 tools are generated from the published DiscoLike catalog. Descriptions are plain text; each action remains subject to its configured authentication and tool allowlist.
Showing 42 tools. All published catalog entries are included in this page's server-rendered HTML.
- Append datasets to domains
- Append firmographic, contact, vendor, or other datasets to a list of domains from a CSV/Excel file.
- endpoint
- Get business firmographic data
- Returns firmographic data for a domain including company name, status, score, address, phones, social URLs, description, keywords, and industry classification.
- bizdata
- Bulk match companies by name
- Match a list of company names from a CSV/Excel file to business domain profiles. Returns a task ID for async processing. Check status via /bulkmatch/status/{task_id}.
- match
- Clear Default Search Provider
- Remove the default flag from a search provider. Only clears the default if the specified integration is currently the default.
- default
- Discover contacts grouped by domain
- Search for business contacts and return them grouped by company domain, with firmographic data included per company. Bills net-new contacts and net-new firmo domains.
- discover
- Contacts Discover Generate
- Dispatch a BYOK DiscoGen task that discovers contacts at each given company domain. Builds a `test_discogen_prompt.py`-style multi-row query ("Find X. Return A | B | C per line.") from the ICP text. DiscoGen auto-detects the response format and runs the query per-domain with web search enabled. Poll GET /discogen/status/{task_id} for results. BYOK: uses the caller's own LLM and search provider keys. DiscoLike does not bill per contact returned. Results may include hallucinated personas - callers must treat `email`, `linkedin_url`, and other identifying fields as candidate data until validated.
- discover
- Count matching businesses
- Estimate the number of matching business profiles based on search criteria.
- api
- Create Exclusion List
- Create a new exclusion list from a list of domains.
- exclusion
- Create Llm Integration
- Create a new LLM provider integration.
- llm
- Create Search Provider
- Create a new search provider integration, validating connectivity first.
- search
- Delete Llm Integration
- Delete a specific LLM provider integration.
- llm
- Delete Query
- Delete a query by ID. Scoped to the caller's client domain.
- query
- Delete Search Provider
- Delete a specific search provider integration.
- search
- Discogen Process
- Run an LLM prompt against each domain with company context. Returns an async task for status polling.
- process
- Discogen Process Personas
- Run an LLM prompt against each contact record. Returns an async task for status polling.
- process
- Discover similar businesses
- Search firmographic data using domain matching, ICP text matching, or phrase matching. Returns business profiles ranked by relevance with optional AI enhancement.
- api
- Extract web page content
- Extracts text content and links from a web page URL. Returns page text, detected language, and a dictionary of links found on the page.
- extract
- Get Llm Config
- Get the current LLM provider configuration for the organization.
- llm
- Get Llm Integration
- Get a specific LLM provider integration by ID.
- llm
- Get API usage statistics
- Returns month-to-date and historical usage statistics including requests, records, and spend.
- usage
- Get company growth metrics
- Returns quarterly growth metrics including subdomain counts and digital footprint scores for the past 5 quarters.
- growth
- Get certificate history
- Returns SSL/TLS certificate history for a domain, useful for tracking company timeline and domain ownership.
- history
- List Models
- List available LLM models for DiscoGen, grouped by provider.
- models
- List Saved Queries
- List saved queries that have domains, with pagination and optional action/tag filters.
- saved
- List Search Models
- List available search models grouped by provider, with cost per query.
- search
- List Search Providers
- List all search provider integrations for the organization.
- search
- Match company by name
- Pairs a company name with business domain profiles. Returns potential matches ranked by relevance, with the most likely match listed first. Location and contact info improve matching accuracy.
- api
- Get domain metrics
- Returns engagement and traffic metrics for a domain including subdomain counts and historical data.
- metrics
- Get public link data
- Find related domains that share the same public contact info (email, social, phone).
- api
- Get domain redirect relationships
- Returns domains that redirect to or from the specified domain.
- redirects
- Get digital footprint score breakdown
- Returns the digital footprint score with parameter breakdown showing how the score was calculated.
- score
- Segment domains by similarity
- Segments a comma-separated list of domains into topic clusters using ML-based clustering. Returns a task ID for async processing.
- api
- Segment companies by similarity (file upload)
- Segments a list of companies from a file into topic clusters using ML-based clustering. Returns a task ID for async processing.
- file
- Set Default Llm Integration
- Set an LLM provider integration as the organization default.
- default
- Set Default Search Provider
- Set a search provider integration as the organization default.
- default
- Get subsidiary relationships
- Returns parent company or subsidiary relationships for a domain.
- subsidiaries
- Test Provider Connection
- Test connection to an LLM provider with given configuration. This endpoint allows testing a provider configuration before saving it.
- provider
- Update Llm Integration
- Update an existing LLM provider integration.
- llm
- Update Query
- Update query name and/or tags.
- query
- Update Search Provider
- Update an existing search provider integration.
- search
- Validate Icp
- Validate domains against an ICP description. Generates a validation prompt from the ICP text, then runs it through DiscoGen with a fixed output schema: fit (yes/partial/no), confidence (high/medium/low), reasoning. Returns an async task — poll GET /discogen/status/{task_id} for results.
- icp
- Get vendor relationships
- Returns vendor/client relationships for a domain from the Vendor Integration Dataset.
- vendors
DiscoLike integration, answered
- How do AI agents use DiscoLike through Open Connector?
- Your user connects DiscoLike once with one of its cataloged authentication methods. Open Connector stores the credential in an encrypted vault and exposes DiscoLike tools to your agent over MCP or a typed API, with credentials injected server-side on each call.
- Is this a DiscoLike MCP server?
- Yes. Open Connector can serve DiscoLike as a named MCP server with a scoped allowlist and a per-user connection URL, so any MCP client can call DiscoLike actions with credentials injected server-side.
- Where do DiscoLike credentials live?
- In your own infrastructure. Open Connector keeps credentials in its own vault and injects them at call time, so they never leave your environment.
Give your agents DiscoLike — keep the keys.
Open source, self-hostable, with DiscoLike credentials that never leave your infrastructure. Run it from source today.