Skip to main content

Documentation Index

Fetch the complete documentation index at: https://slatehq.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

The Slate MCP connector lets you interact with your Slate workspace directly from Claude. Ask Claude to pull your AI search analytics, trigger workflows, manage sheet data, and more — all through natural language.

What is MCP?

Model Context Protocol (MCP) is an open standard that lets AI assistants like Claude connect to external tools and data sources. The Slate MCP connector exposes your workspace data as tools that Claude can call on your behalf.

Prerequisites

  • A Slate account with an active workspace
  • A Claude account (claude.ai) or Claude Desktop installed on your machine

Setup

Step 1: Open connector settings

Go to Settings → Connectors.

Step 2: Add the Slate connector

  1. Click Add custom connector.
  2. Enter the following details:
    • URL: https://api.slatehq.ai/slate-mcp-server/mcp
    • Client ID: slate-mcp-claude-connector
    • Client Secret: c99d6ac89179603b25c3db21d960ed0c510dce0f40953c5382716a5ecfd3e03b
  3. Click Add.

Step 3: Connect and authenticate

  1. Go to the connector you just added and click Connect.
  2. Claude opens the Slate login page.
    • If you are already logged into Slate, it asks you to confirm and redirects you back to Claude.
    • If you are not logged in, enter your Slate username and password to sign in.
  3. After authentication, the connector is active and ready to use.

Step 4: Select your workspace

Start a new conversation in Claude and ask it to list your workspaces:
List my Slate workspaces
Claude shows your available workspaces. Then tell Claude which workspace to use:
Set my workspace to [workspace name or ID]
All subsequent requests use the selected workspace.
You must select a workspace before using analytics, workflow, or sheet tools. If you skip this step, Claude will prompt you to select one.

Available tools

The connector exposes tools across four categories.

AI Search Analytics

Query your AI search visibility data directly in Claude.
ToolWhat it does
get_overview_summaryKPIs: mentions, position, visibility, share of voice
get_overview_trendsTime-series trends with competitor comparison
get_citation_summaryCitation counts by category (owned, competitor, social)
get_citation_domainsDomains citing your brand
get_citation_urlsSpecific URLs citing your brand
get_citation_urls_for_domainDrill into citations from a single domain
get_citation_responsesAI response excerpts for a specific URL
get_sentiment_summaryOverall sentiment breakdown (positive, neutral, negative)
get_sentiment_by_brandSentiment compared to competitors
get_sentiment_themesTheme clusters (e.g., “product quality”, “pricing”)
get_sentiment_theme_keywordsKeywords within sentiment themes
get_sentiment_mentionsIndividual mention excerpts
list_topicsTopics and keywords being tracked
list_promptsPrompts mentioning your brand
get_prompt_detailsFull details for a specific prompt
list_tracked_pagesOwned pages being monitored
get_page_summaryPage-level search and AI metrics
get_page_timeseriesDaily performance trends for a page
get_page_citationsPrompt citations for a specific page

Workspace and reports

ToolWhat it does
list_workspacesYour workspace memberships
set_workspaceSelect the active workspace
get_workspace_overviewWorkspace-level aggregates
get_brand_contextBrand info (domains, competitors, ICP)
get_report_payloadFull report data
get_shared_reportPublic shared report

Workflows

Discover, create, and run workflows without leaving Claude.
ToolWhat it does
list_workflowsYour workflows
get_workflowWorkflow details
list_workflow_templatesAvailable templates
create_workflowCreate a workflow from scratch
create_workflow_from_templateCreate from a template
publish_workflowPublish a workflow for execution
run_workflowTrigger a workflow run
get_workflow_runCheck run status and output

Sheets

Read and manage your Slate sheets data.
ToolWhat it does
list_gridsYour grids
list_sheetsSheets in a grid
get_sheetSheet structure and sample rows
create_sheetCreate a new sheet
add_sheet_columnAdd a typed column
get_sheet_rowsPaginated row data
add_sheet_rowsInsert new rows
update_sheet_rowsUpdate existing rows
execute_workflow_on_sheetRun a workflow on sheet rows
execute_sequence_on_sheetRun workflows sequentially on rows
configure_auto_runAuto-execute a workflow on new rows
download_sheet_csvExport a grid as CSV

Sample use cases

Here are practical examples you can try after connecting.

Weekly AI visibility report

Summarize my AI search visibility for the past 7 days.
Show me the top cited domains and any sentiment shifts compared to last week.
Claude pulls your overview metrics, top citing domains, and sentiment data to build a consolidated report.

Competitor citation analysis

Which competitors are getting cited more than us?
Break it down by domain and show the actual AI responses mentioning them.
Claude compares your brand citations against competitors and shows the relevant AI response excerpts.

Monitor brand sentiment by theme

What are the main sentiment themes for my brand?
Show me the negative mentions under the "pricing" theme.
Claude surfaces your sentiment themes and drills into specific negative feedback.

Run a content workflow

Show me my available workflows.
Run the "SEO Blog Generator" workflow with the input domain "example.com".
Claude lists your workflows, triggers the one you choose, and returns the results when the run completes.

Create a workflow from a template

List the available workflow templates.
Create a new workflow from the "Keyword Research" template.
Claude shows available templates and creates a new workflow you can customize.

Bulk update sheet data

Show me the rows in my "Content Calendar" sheet.
Update the status column to "Published" for rows 1 through 5.
Claude displays your sheet data and updates the specified rows.

Run a workflow across sheet rows

Run my "Meta Description Generator" workflow on all rows in the "Blog Posts" sheet.
Claude triggers the workflow for each row in the sheet.

Export data for a presentation

Download my "Campaign Results" grid as a CSV file.
Claude exports the grid and provides the CSV download.

Troubleshooting

”No workspace selected” error

Ask Claude to list your workspaces and select one before using other tools.

Connection fails

  1. Verify the URL is exactly https://api.slatehq.ai/slate-mcp-server/mcp.
  2. Check that the client ID and client secret are entered correctly.
  3. Check your internet connection.

Login does not complete

  1. Make sure pop-ups are not blocked in your browser.
  2. Try clearing your browser cookies for slatehq.ai and reconnecting.
  3. Confirm your Slate account is active.

Tools return empty results

Verify you have data in the selected workspace. Some tools (like analytics) require an active AI Search Analytics setup in Slate.

What’s next