> ## Documentation Index
> Fetch the complete documentation index at: https://knowledge.deeto.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Connect your AI applications to Deeto's customer reference platform using the Model Context Protocol (MCP). Query references, companies, content, and prospects — or create records and draft content — all through a standardized JSON-RPC 2.0 interface.

The Deeto MCP Server provides a standardized JSON-RPC 2.0 interface for querying and managing customer references, companies, content assets, and prospect data — compatible with Claude Desktop, custom agents, or any MCP-compatible client.

***

## Server details

| Property    | Value                         |
| ----------- | ----------------------------- |
| Protocol    | JSON-RPC 2.0                  |
| MCP Version | 2024-11-05                    |
| Server Name | `deeto-mcp-server`            |
| Version     | 1.0.0                         |
| Transport   | HTTP (Streamable)             |
| Endpoint    | `https://api.deeto.ai/v2/mcp` |

***

## What you can do

<CardGroup cols={2}>
  <Card title="Query data" icon="magnifying-glass">
    Search and filter references, prospects, companies, and content assets with powerful filtering, sorting, and pagination.
  </Card>

  <Card title="Create records" icon="plus">
    Add new companies and reference contacts to your workspace programmatically.
  </Card>

  <Card title="Generate content" icon="file-lines">
    Create case studies, win/loss reports, and other content drafts using your reference data.
  </Card>

  <Card title="Get insights" icon="chart-bar">
    Access aggregated workspace statistics, rewards data, and prospect pipeline views.
  </Card>
</CardGroup>

***

## Available tools

| Tool                       | Description                                                            | Min. privilege |
| -------------------------- | ---------------------------------------------------------------------- | -------------- |
| `get-stats`                | Workspace totals for people, companies, content, and rewards           | contentViewer  |
| `get-people`               | Query references and prospects with filtering, sorting, and pagination | contentViewer  |
| `get-companies`            | Query companies with search, filtering, and sorting                    | contentViewer  |
| `get-contents`             | Query content assets (quotes, reviews, case studies, etc.)             | contentViewer  |
| `get-prospects-dashboard`  | Prospect pipeline view with meeting data                               | rep            |
| `get-content-instructions` | Schema and instructions for creating a content type                    | rep            |
| `start-agent`              | Trigger an AI agent workflow for multi-step autonomous tasks           | manager        |
| `create-company`           | Create a new company in your workspace                                 | admin          |
| `create-person`            | Create a new reference contact                                         | admin          |
| `save-draft-content`       | Save a content draft (case study, win/loss report)                     | admin          |

<Note>
  `vendorId` is **never required** in any tool call. It is automatically injected from your API key on every request.
</Note>

***

## Where to go next

<CardGroup cols={2}>
  <Card title="Getting Started" icon="rocket" href="/integrations/mcp-server-getting-started">
    Connect via OAuth — the default way to connect Claude, ChatGPT, Cursor, or your own app, no key required.
  </Card>

  <Card title="API Keys" icon="key" href="/integrations/mcp-server-api-keys">
    Prefer programmatic access? Generate an API key, initialize the connection, and make your first call.
  </Card>

  <Card title="Tools Reference" icon="wrench" href="/integrations/mcp-server-tools">
    Complete reference for all tools, parameters, filters, and response shapes.
  </Card>

  <Card title="Examples" icon="code" href="/integrations/mcp-server-examples">
    Real-world usage patterns for common queries and workflows.
  </Card>

  <Card title="Error Handling" icon="triangle-exclamation" href="/integrations/mcp-server-error-handling">
    Error codes, troubleshooting guides, and best practices.
  </Card>

  <Card title="Security" icon="lock" href="/integrations/mcp-server-security">
    Compliance certifications, architecture, key management, and data handling.
  </Card>
</CardGroup>
