Skip to main content
Real-world examples showing common usage patterns for the Deeto MCP Server.
vendorId is never required. It is automatically injected from your API key on every call.

Get workspace overview

Start with get-stats to understand your workspace size and rewards activity:
Response:
Use the rewards section when the user asks how many rewards have been given, total redeemed, or outstanding rewards.

Query confirmed references

Get confirmed references with basic info and status:

Find references available for calls

Use the callAvailabilities filter to find references who have opted in to take reference calls:
callAvailabilities values: "100" = as needed, "6" = up to 6/quarter, "3" = up to 3/quarter, "1" = up to 1/quarter, "0" = not available, "suspended" = deactivated. For “unavailable” queries use ["0", "suspended"].
For “who is available for calls?” always use callAvailabilities — do not return total references for this query.

Search people by name

Free-text search across name, email, or content. 3+ words triggers AI semantic search; 1–2 words filters by name/email/content:

Search for prospects

Query all prospects in your workspace:

Search companies

Find companies matching a search term:

Get content by multiple types

Retrieve all quotes and extracted text:
When searching for quotes, include both Quote and extractedText types for comprehensive results.

Get full quote text (un-truncated)

By default get-contents returns a 100-character preview. When the user wants to read or paste the full quote, set includeFullContent: true:

Create a company and reference

Step 1: Create the company
Step 2: Create the reference contact

Content creation workflow

Step 1: Get content instructions
Step 2: Gather source data — Use get-contents and get-people to collect the reference data and quotes. Step 3: Save the draft
Text in publishedContent blocks uses inline HTML for formatting (<strong>, <em>, <br>), not Markdown.

Paginate through all results


Using with curl

Include --compressed in your curl commands — the server uses gzip compression.