# MCP Server

The Model Context Protocol (MCP) server provides a standardized interface that allows any compatible AI model or agent to access Saber data and generate signals in a simple and secure way.

Connect to our MCP server natively in Claude, and other clients or use the [`mcp-remote`](https://github.com/geelen/mcp-remote) module for backwards compatibility with clients that do not support remote MCP.

Saber's MCP server follows the authenticated remote [MCP spec](https://modelcontextprotocol.io/specification/2025-03-26), so the server is centrally hosted and managed. The Saber MCP server has tools available for creating company and contact signals, retrieving signals, managing lists and managing Saber settings.

### Setup Instructions

#### General

Our MCP server supports Streamable HTTP transport using OAuth 2.1 with dynamic client registration for authentication at the following address:

* HTTP: `https://mcp.saber.app/mcp`

#### Claude Code

```
claude mcp add --transport http saber https://mcp.saber.app/mcp
```

Then run `/mcp` once you've opened a Claude Code session to go through the authentication flow.
