Saber
The Saber MCP server has tools available for creating company and contact signals, retrieving signals, managing lists and managing Saber settings.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Company Signals.Create And Wait: Create a company signal and block until the result is ready — returns the answer in the same response (recommended over async)
- Company Signals.List: List company signals with optional filters for domain, company ID, date range, and status
- Company Signals.Create: Create a company signal asynchronously — returns immediately with a pending status; poll the returned ID or receive the result via webhook
What data it sees
Do you need an account
No: the server works without sign-in
The Saber MCP server has tools available for creating company and contact signals, retrieving signals, managing lists and managing Saber settings.
Server tool list (22)
Raw names from tools/list. Only developers need these.
| company_signals.create_and_wait | Create a company signal and block until the result is ready — returns the answer in the same response (recommended over async) |
| company_signals.list | List company signals with optional filters for domain, company ID, date range, and status |
| company_signals.create | Create a company signal asynchronously — returns immediately with a pending status; poll the returned ID or receive the result via webhook |
| company_signals.create_batch | Create multiple company signals in batch — combines domains and questions using a Cartesian product; use templates for batches over 100 signals |
| company_signals.get | Get a company signal by ID — returns current status and AI-generated answer if completed |
| contacts.get_research_by_external_id | Get contact research using an external system's ID (e.g. a HubSpot contact ID) and source name |
| contacts.create_research | Start a contact research job — AI gathers insights from LinkedIn and other sources asynchronously; use contacts.get_research to poll for results |
| contacts.get_research | Get contact research by ID — returns status and AI-generated insights if completed |
| contacts.search | Search for contacts at a company via LinkedIn Sales Navigator — requires a LinkedIn Sales Navigator connection on the API key owner's account |
| contacts.create_signal_and_wait | Create a contact signal and block until the result is ready — returns the answer in the same response (recommended over async) |
| contacts.list_signals | List contact signals with optional filters for LinkedIn profile URL and pagination |
| contacts.create_signal | Create a contact signal asynchronously — returns immediately with a pending status; poll the returned ID or receive the result via webhook |
| contacts.get_signal | Get a contact signal by ID — returns current status and AI-generated answer if completed |
| signal_templates.list | List all signal templates for your organization |
| signal_templates.create | Create a reusable signal template — templates define standard research questions that can be applied to many companies in batch |
| signal_templates.get | Get a signal template by ID |
| signal_templates.update | Update a signal template — creates a new version while preserving the template ID; omitted fields retain their previous values |
| signal_templates.delete | Soft-delete a signal template — marks it as deleted but preserves it for historical tracking |
| signal_summaries.list | List all AI-generated signal summaries for a domain, ordered by creation date (latest first) |
| signal_summaries.generate | Generate an AI summary consolidating insights from all completed company signals for a domain |
| connectors.list | List connectors and their connection status |
| credits.get_balance | Get remaining credits balance — returns how many API credits your organization has left in the current billing period |