Sales Intelligence
Bombora
Connect Bombora once and hand every teammate a governed MCP endpoint with 54 tools ready to call from Claude, ChatGPT, Cursor, or any MCP client, inside the same permissions they already have, with every call checked and logged.
See it in Elaichi
What connecting Bombora gets you
6 screens from the product, each doing one job for your Bombora account.
The agent
Ask bombora questions, get live answers.
Query signal definitions and account lists in plain language, straight from bombora.
- signal definitions
- account lists
- destinations
- topics
Ask Elaichi to work across your apps.
Which accounts show surging intent signals this week?
Summarise the account list for enterprise prospects.
Which destinations received signal exports yesterday?
Also runs in Claude, ChatGPT or Cursor
MCP clients
One endpoint, every mcp client connects.
Claude, chatgpt and cursor reach bombora through a single governed org endpoint.
Copy the endpoint
Tool catalogue
54 bombora tools, zero integration code.
Signal definitions, account lists and destinations, all covered without writing a connector.
- list_all_bombora_signal_definitions
- get_single_bombora_signal_definition_by_id
- create_a_bombora_signal_definition
- update_a_bombora_signal_definition_by_id
Toolboxes
Each team gets its own toolbox.
Sales, marketing and ops work from separate bombora toolboxes scoped to their needs.
- Sales
- Marketing
- Revenue operations
- Demand generation
Shared connections
Delegate bombora access without sharing logins.
See who connected each account and how many teams and members use it.
- Sales EMEA
- Sales NA
- Marketing
- Revenue Ops
Audit log
Every bombora call, logged and answerable.
See who ran what against bombora, when, and on which resource.
- When
- Who
- What happened
- Resource
Automations & dashboards
From answering questions to doing the work
A person no longer has to ask. A trigger starts the work, inside the same permissions and the same audit log as everything else. Automations and live dashboards ship on the Black plan.
Automations
A schedule fires, a person still approves.
Bombora records are fetched, grouped and drafted into a digest before anyone posts back.
Bombora digest
Run 418 · started 2 minutes ago · on behalf of Emma Laurent
-
✓
Schedule
Every weekday at 08:00
0.2s -
✓
Fetch signal definitions
Bombora
1.4s -
✓
Group by owner
Transform
0.1s -
✓
Draft the digest
Agent step
Ran with 4 tools, returned a structured summary
6.2s -
Approve the digest
Needs approval
Assigned to Michael Brennan
Approve Deny -
Post the digest
Bombora
Queued
Collections and dashboards
Bombora numbers, computed, not asked for.
Four metrics and a 14 day chart of records created, refreshed on a schedule.
Bombora health
Refreshed 4 minutes ago · every 15 minutes · from the signal definitions collection
Signal definitions
1,284 ↓ 12%
Account lists
96 ↓ 8%
Needs attention
3 ↑ 2
Updated this week
412 ↑ 9%
Signal definitions created
Last 14 days
By workspace
Share of activity
Sales EMEA 34%
Sales NA 27%
Marketing 21%
Revenue Ops 18%
AI tools
Bombora tools for your AI agents
54 tools are ready to call through Elaichi's MCP endpoint the moment you connect Bombora, governed by the same roles, restrictions, and audit log as everything else in Elaichi.
list_all_bombora_signal_definitions
List all Bombora signal definitions. Returns: signalDefinitionId, status, topicCount, createdDate, modifiedDate, metadata.
get_single_bombora_signal_definition_by_id
Get a single Bombora signal definition by id. Returns the full signal definition including signalDefinitionId, status, topicCount, createdDate, modifiedDate, metadata, and topics. Required: id.
create_a_bombora_signal_definition
Create a new Bombora signal definition from product data points such as domain, keywords, and urls. Returns: signalDefinitionId. Required: metadata.
update_a_bombora_signal_definition_by_id
Replace a Bombora signal definition by id with new topics and metadata. Returns: metadata, topics. Required: id.
delete_a_bombora_signal_definition_by_id
Delete a Bombora signal definition by id. Returns an empty 200 response on success. Required: id.
list_all_bombora_account_lists
List all Bombora account lists. Returns each list's id, type, name, description, accountsLastModified, accountTotal, pendingUpdate, createdDate, and modifiedDate.
create_a_bombora_account_list
Create a new Bombora account list from an AccountListDefinition body specifying the list type, metadata, and type-specific specification. Returns: id. Required: type, metadata, specification.
get_single_bombora_account_list_by_id
Get a single Bombora account list definition by id. Returns: type, metadata, specification. Required: id.
update_a_bombora_account_list_by_id
Update a Bombora account list definition by id. parentId and type are not modifiable. Returns the updated definition including type, metadata (name, description), and specification. Required: id, type, metadata, specification.
delete_a_bombora_account_list_by_id
Delete a Bombora account list by id. A 409 Conflict error is returned if the account list is used as a parent of a derived account list. Returns an empty 200 response on success. Required: id.
list_all_bombora_destinations
List Bombora webhook destinations. Returns: destinationId, name, description.
create_a_bombora_destination
Create a Bombora webhook destination for use with event type subscriptions. Returns: destinationId.
get_single_bombora_destination_by_id
Get a single Bombora webhook destination by id, excluding the auth object. Returns: name, description, address, headers. Required: id.
update_a_bombora_destination_by_id
Replace a Bombora webhook destination by id, excluding the auth object — use the separate auth endpoint to update auth. Returns an empty 200 response on success. Required: id.
delete_a_bombora_destination_by_id
Delete a Bombora webhook destination by id. All related subscriptions are also deleted, but all events must be disabled first or the request fails with a 409. Returns an empty 200 response on success. Required: id.
list_all_bombora_data
Retrieve paginated Bombora intent data using a page token obtained from the corresponding POST request. Returns: domain, score, scoreLabel. Required: pageToken. Response body size will not exceed 10MB; if the result set exceeds this limit, fewer results are returned than the requested limit.
create_a_bombora_datum
Submit a Bombora intent data retrieval request that describes the attributes and filters for data fetched via the corresponding GET endpoint. Returns: pageToken. The body must contain either signalDefinitionId or topics, but not both; when attributes is empty or unspecified, domain, score, and scoreLabel are returned by default.
create_a_bombora_oauth_token
Generate an OAuth 2.0 bearer token from Bombora by providing valid client credentials. Returns: access_token, token_type, expires_in. The returned token is used in the Authorization header for authenticated Bombora API calls.
list_all_bombora_signal_definition_metadata
Get the metadata of a Bombora signal definition. Returns: description. Required: signal_definition_id.
bombora_signal_definition_metadata_bulk_update
Update the metadata of a Bombora signal definition by replacing its name, description, and clientId. Returns: name, description, clientId. Required: signal_definition_id.
list_all_bombora_signal_definition_product_definitions
Get the product definition for a Bombora signal definition. Returns: domain, keywords, urls. Required: signal_definition_id.
bombora_signal_definition_product_definitions_bulk_update
Replace the product definition inputs for a Bombora signal definition. The signal definition enters the 'Processing' state and its topics collection is overwritten before returning to 'Available'. Returns: domain, keywords, urls. Required: signal_definition_id.
list_all_bombora_events
Get the configuration and delivery stats for a specific Bombora webhook event subscription. Returns: enabled, headers, stats. Required: destination_id, event_type.
bombora_events_bulk_update
Replace the event subscription document for a Bombora webhook destination to enable or disable an event type and set custom headers. Returns an empty 200 response on success. Required: destination_id, event_type.
bombora_events_bulk_delete
Delete a Bombora webhook event subscription from the specified destination's subscription list. Returns an empty 200 response on success. Required: destination_id, event_type.
bombora_auths_bulk_update
Replace the auth object for a Bombora webhook destination. Returns the updated auth object including its secret. Required: destination_id.
list_all_bombora_accounts_domains
List all distinct domains in a Bombora account list. Returns an array of domain name strings (e.g., bombora.com, starbucks.com). Required: account_list_id.
update_a_bombora_account_list_account_by_id
Submit accounts to a Bombora account list by posting to the list's accounts collection. Required: account_list_id. The request body shape is not described in Bombora's publicly reachable API reference, which requires a developer-portal login; consult the linked documentation before calling.
bombora_account_list_accounts_search
Search the accounts in a Bombora account list. Returns the matching accounts from the response's accounts array. Required: account_list_id. Any additional search or filter parameters are not described in Bombora's publicly reachable API reference, which requires a developer-portal login.
create_a_bombora_account_list_account
Search the accounts in a Bombora account list by posting a JSON request body, the POST counterpart of this resource's search method on /accounts/search. Despite the create name this method does not create an account. Required: account_list_id. The request body shape is not described in Bombora's publicly reachable API reference, which requires a developer-portal login; consult the linked documentation before calling.
bombora_account_list_accounts_bulk_delete
Delete accounts from a Bombora account list in bulk, sending the identifiers in a JSON request body on the DELETE call. Required: account_list_id. Compare with the account_list_delete_accounts create method, which deletes accounts through POST /delete-accounts with an ids array and is documented as valid only for the Manual account list type. The request body shape is not described in Bombora's publicly reachable API reference, which requires a developer-portal login; consult the linked documentation before calling.
create_a_bombora_account_list_delete_account
Delete specified accounts from a Bombora account list. Returns an empty response on success. Required: account_list_id, ids. Only valid for Manual Account List Type.
list_all_bombora_topics
List Bombora intent topics with optional filtering by id, name, theme, category, or description. Returns: id, name, theme, category, description. Filters accept comma-separated case-insensitive values applied with OR logic. The 's' parameter returns similar topics (up to 50 by default, adjustable via maxTopics).
list_all_bombora_b_2_c_interests
List supported B2C interest attributes from Bombora. B2C interest represents the B2C topics a given device has shown interest in. Returns: name. The response is a collection of topic-name objects (e.g. Acura, Audi, Baseball, Wine, Yoga).
list_all_bombora_b_2_b_interest_groups
List B2B interest group attributes from Bombora's Reference API. Each item represents a B2B topic category (from Bombora's Topic Taxonomy) that a given device may have shown interest in. Returns: name.
list_all_bombora_install_data_products
List Bombora Install Data Products — technologies installed by members of an audience. Returns the products array, where each product includes its name.
list_all_bombora_firmographic_company_sizes
List Bombora firmographic company size attributes. Returns a collection of company size records, each containing a name description such as "Large (1,000 - 4,999 Employees)" or "Micro (1 - 9 Employees)". Returns: name.
list_all_bombora_firmographic_industries
List Bombora firmographic industry attributes — a collection of industry names, some hierarchical (e.g. Agriculture > Animals & Livestock). Returns: name.
list_all_bombora_firmographic_revenues
List company revenue attributes from Bombora firmographic reference data. Returns each revenue band's name (e.g., "Large ($100MM-$200MM)", "Micro (<$1MM)").
list_all_bombora_demographic_functional_areas
List Bombora employee functional area attributes. Returns: name. No required parameters.
list_all_bombora_demographic_seniorities
List employee seniority attributes in Bombora. Returns a collection of seniority levels, each identified by its name (e.g., Board and Ownership, Csuite, Management, Non-management). Returns: name. No required parameters.
list_all_bombora_demographic_professional_groups
List employee professional group attributes in Bombora. Returns: professionalGroup.
list_all_bombora_demographic_b_2_b_personas
List Bombora B2B personas, which are demographic attributes used to identify employees showing positive intent. Returns: name.
list_all_bombora_geographic_countries
List geographic country attributes in Bombora. Returns: name, isoCode. No required parameters.
list_all_bombora_geographic_states
List Bombora geographic state attributes (returned for US and CA only). Returns: name, stateCode, countryIsoCode.
list_all_bombora_geographic_metro_areas
List metropolitan area attributes in Bombora, used for geographic targeting in account lists. Returns: name. Each record contains only the metropolitan area name.
list_all_bombora_destination_events
List subscribable event types for a Bombora webhook destination, along with each event's current enabled or disabled status. Returns: eventType, enabled. Required: destination_id.
create_a_bombora_digital_audience
Create a new Bombora DAB custom audience for a specified data exchange. Returns a 201 Created response on success. Required: dataexchange, name, endDate. At least one of topics, domains, filters, surgeId, or granularInstallData must also be provided; additional required fields like externalId, partnerId, and cpmPrice vary by data exchange.
get_single_bombora_digital_audience_by_id
Get an existing Bombora digital audience by data exchange, external id, and partner id. Returns: externalId, partnerId, cpmPrice, name, endDate, topics, domains, filters, surgeId, granularInstallData, filterOr, entityParty, status. Required: dataexchange, external_id, id.
update_a_bombora_digital_audience_by_id
Update an existing Bombora digital audience with a full overwrite of all audience settings. Returns an empty 204 response on success. Required: dataexchange, external_id, id, name, endDate. At least one of topics, domains, filters, surgeId, or granularInstallData must also be provided.
delete_a_bombora_digital_audience_by_id
Delete an existing Bombora digital audience by data exchange, external id, and partner id. Returns an empty 204 response on success. Required: dataexchange, external_id, id.
bombora_digital_audiences_activate
Activate an existing suspended Bombora digital audience. Returns an empty 204 response on success. Required: dataexchange, external_id, partner_id.
bombora_digital_audiences_deactivate
Suspend an existing Bombora Digital Audience. The Last Modified By column for the audience will be set as DAB API. Returns an empty 204 response on success. Required: dataexchange, external_id, partner_id.
create_a_bombora_digital_audience_estimate
Estimate the size of a Bombora digital audience before creation. Returns: count. Required: dataexchange and a request body containing at least one of domains, topics, or filters.
No tools match your search.
How it works
From Bombora account to governed MCP endpoint
Connect
Link a Bombora account through Elaichi's hosted connect flow. Credentials are vaulted, so nobody, including the AI, ever sees them.
Compose
The connection becomes a toolbox instantly. Curate which Bombora tools are exposed, rename them, or freeze arguments.
Authorize
Point Claude, ChatGPT, Cursor, or any MCP client at the one Elaichi endpoint and sign in with OAuth, governed by roles, restrictions, and audit logs.
Put your agents to work in the tools you already use
Start a 14-day Gold trial. Connect a product, curate a toolbox, and paste a governed MCP endpoint into Claude, ChatGPT, or Cursor in minutes.