MCP Server (Model Context Protocol)

MCP Server (Model Context Protocol)

The Salescaling MCP server allows AI agents like Claude, Cursor, and other MCP protocol-compatible clients to access your meeting data, transcripts, and summaries in a structured and secure manner.

What is MCP?

Model Context Protocol (MCP) is a standard protocol that allows Large Language Models (LLMs) to interact with external systems in a structured way. The Salescaling MCP server implements this protocol to expose your meeting data through tools that AI agents can use.

Features

  • Spec-Compliant: Full implementation of the official MCP protocol
  • 11 Available Tools: Meetings (video call and in-person), phone calls, search, listings, transcription, summary with action items, details, statistics, and more
  • Advanced Search: Full Text Search with PostgreSQL for semantic searches with optimized GIN indexes
  • Payload Control: Configurable limits to prevent context overflow
  • Secure Authentication: Salescaling API key or OAuth Clients (Authorization Code + PKCE)
  • Multi-tenant: Automatic isolation by organization
  • High Performance: Optimized for millions of rows with GIN indexes and concurrency control

MCP Endpoints

The MCP server exposes two main endpoints:

GET /api/v1/mcp - List Tools

Returns the list of available tools with their input schemas.

Example:

bash
curl -X GET https://api.salescaling.com/api/v1/mcp \