Testimo provides a Model Context Protocol (MCP) server at app.testimo.com.au/api/mcp that connects Claude and other AI assistants to Testimo review data. It uses OAuth 2.0 with PKCE for authentication and provides five tools: get_stats, get_recent_reviews, send_review_request, get_contacts, and get_private_feedback.

MCP Server

Testimo MCP Server

Model Context Protocol server for Testimo review management. Connect Claude and other AI assistants to your review requests, customer contacts and business stats.

Endpoint: https://app.testimo.com.au/api/mcp

Authentication: OAuth 2.0 with PKCE

MCP tools

Tool 1: get_stats

Description: Returns business performance stats

Parameters: none

Returns: total_requests, average_rating, response_rate, google_click_rate

Tool 2: get_recent_reviews

Description: Returns recent review requests with ratings and feedback

Parameters: limit (optional, default 10)

Returns: list of review requests with customer name, rating, feedback, date

Tool 3: send_review_request

Description: Sends a review request to a customer via SMS or email

Parameters: first_name (required)
mobile or email (one required)
last_name (optional)

Returns: success confirmation and review request ID

Tool 4: get_contacts

Description: Returns customer contacts list

Parameters: limit (optional, default 20)

Returns: list of contacts with name, email, mobile, rating

Tool 5: get_private_feedback

Description: Returns private feedback from unhappy customers

Parameters: limit (optional, default 10)

Returns: list of feedback entries with customer name, rating, feedback text, date

Example prompts for Claude

"Show me my Testimo stats for this month"

"Send a review request to Sarah Johnson on 0412 345 678"

"What private feedback have I received recently?"

"How many review requests have I sent this week?"

"Get me my last 5 customer contacts"

Connect Testimo to Claude

  1. Step 1: Go to claude.ai/settings/integrations

    URL: https://claude.ai/settings/integrations

  2. Step 2: Click Add Integration

  3. Step 3: Enter URL: https://app.testimo.com.au/api/mcp

    Endpoint: https://app.testimo.com.au/api/mcp

  4. Step 4: Authorise with your Testimo account

  5. Step 5: Start asking Claude about your Testimo data

If you are not a customer yet, start a trial first: https://app.testimo.com.au/signup

Questions

No. If you can copy and paste a URL and click Allow, you're done. The whole setup takes under 2 minutes.