Saber
app.saber.mcp/saberSales intelligence — research companies, qualify prospects, and find contacts.
Tools · 77
Find a verified email address for a contact at a domain
List company signal runs with optional filters for domain, company ID, completion date, status, and subscription.
Create a company research signal, return immediately, then poll the signal ID or receive results through a webhook.
List company signal executions produced by a specific signal subscription, with filters and pagination.
Create many company signals across domains, questions, or templates. Use templates for larger standardized batches.
Retrieve the current status and AI-generated answer for a company signal when it has completed.
Retrieve contact research using an external system ID, such as a HubSpot contact ID, plus the source name.
Start asynchronous AI research for a contact using LinkedIn and other sources, then poll the research ID for results.
Retrieve the current status and AI-generated insights for a contact research job when it has completed.
Search for contacts by company, name, job title, keyword, country, department, or seniority using the API key owner's Sales Navigator connection.
List contact signal runs with optional filters for profile URL and pagination.
Create a contact research signal, return immediately, then poll the signal ID or receive results through a webhook.
Retrieve the current status and AI-generated answer for a contact signal when it has completed.
List saved contact lists with pagination.
Run a LinkedIn Sales Navigator search, store a point-in-time contact snapshot, and return contact list metadata.
Retrieve contact list metadata and the stored contact count.
Rename a saved contact list without changing its stored contact snapshot.
Permanently delete a contact list and its stored contact snapshots.
Page through contacts stored in a saved list without making a new Sales Navigator request.
List all signal templates for your organization
Create a reusable research question template that can be applied to many companies in batch.
Get a signal template by ID
Update a signal template by creating a new version while preserving the template ID. Omitted fields keep their previous values.
Soft-delete a signal template so it is no longer active while preserving it for historical tracking.
List all signal subscriptions for your organization
Schedule recurring signal execution for a template, domain, or list target.
Get a signal subscription by ID
Update a signal subscription
Start a signal subscription
Stop a signal subscription
Trigger an immediate run of a signal subscription
List all actions for a subscription
Create a subscription action
Get a subscription action by ID
Update a subscription action
Delete a subscription action
Pause a subscription action
Unpause a subscription action
List all AI-generated signal summaries for a domain, ordered by creation date (latest first)
Generate an AI summary consolidating insights from all completed company signals for a domain
List all market signal subscriptions for your organization
Create a market signal subscription to monitor job posts, LinkedIn posts, fundraising, investments, or IPOs
Get a market signal subscription by ID
Update a market signal subscription
Delete a market signal subscription
Pause a market signal subscription
Resume a paused market signal subscription
Trigger an immediate run of a market signal subscription
List signals delivered by a market signal subscription
List connectors and their connection status
Check how many Saber API credits your organization has left in the current billing period.
Get your organisation profile
Update your organisation profile
Import companies from a HubSpot list, view, or segment into a saved Saber company list.
Estimate how many companies match a list filter and how many credits the list operation would cost.
List saved company lists with pagination.
Save a company filter as a reusable list for review, signals, scoring, export, and CRM workflows.
Retrieve company list metadata, including its filter and current company count.
Update a company list name or filter and refresh cached matching companies.
Delete a saved company list and remove its reusable segment boundary.
Page through companies that match a saved company list filter.
Export a saved company list to CSV, optionally including selected firmographic and signal columns.
Preview up to 50 companies that match a filter before creating a reusable company list.
List scoring profiles
Create a scoring profile
Get a scoring profile
Update a scoring profile
Delete a scoring profile
List scoring rules for a profile
Upsert a scoring rule
Delete a scoring rule
List profile assignments for an object
Assign a profile to a single object
Assign a profile to many objects at once
Remove a profile assignment
Read scores for one or more objects
Trigger score recomputation
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"saber": {
"url": "https://mcp.saber.app/mcp",
"transport": "streamable-http"
}
}
}