Basic Usage
Try practical Saber MCP examples for company research, contact discovery, signal checks, and account intelligence inside an AI assistant.
Once connected, your AI assistant can call Saber tools directly. You do not need to think about which tool to use. Describe what you want to know and the assistant picks the right tool automatically.
Research a company
Ask your assistant a question about a company by domain:
"What is Acme Corp's tech stack?"
"Is linear.app venture-backed or bootstrapped?"
"How large is Stripe's engineering team?"
The assistant calls createCompanySignal, waits for the result, and returns the answer. Each question is independent, so you can run several in parallel:
"For notion.so: what's their tech stack, headcount, and funding status?"
Qualify a prospect
Use the built-in qualify-account prompt to score a company against your ICP criteria:
"Qualify acme.com. We target Series A or later, 50-500 employees, US-headquartered, using Salesforce."
The assistant gathers the relevant signals and returns a verdict with evidence for each criterion.
Research before a sales call
Use the built-in research-account prompt for a structured pre-call brief:
"Research acme.com before my call tomorrow."
The assistant runs several signals in parallel, then calls generateSignalSummary to produce a brief with company overview, tech stack, hiring signals, recent news, and recommended talking points.
Find contacts at a company
"Find the VP of Engineering at stripe.com."
"Who are the decision makers at acme.com?"
The assistant calls searchContacts using LinkedIn Sales Navigator. Requires a Sales Navigator connection on your Saber account. Check Settings > Connectors in the Saber app.
Research a contact
"Research the contact at linkedin.com/in/janedoe before my meeting."
The assistant calls createContactResearch, polls until complete, and returns a contact brief with background, expertise, likely pain points, and personalised talking points.
Check your credit balance
"How many Saber credits do I have left?"
The assistant calls getCredits and returns your remaining balance for the current billing period.
Tips
- Run signals in parallel. Multiple questions about the same company are independent. Ask them all at once and the assistant will call the tools concurrently.
- Use
generateSignalSummaryafter batch research. If you've run several signals for a domain, this consolidates them into a coherent written brief. - Check
listConnectorsif contact search isn't working. Your LinkedIn Sales Navigator connection may need refreshing.