Sponsored by Deepsite.site

Perspective AI

Created By
15 days ago
MCP server for Perspective AI. An AI Concierge replaces static forms with adaptive AI conversations that understand real situations, structure key information automatically, and trigger the right next step. Once connected, your AI assistant can design conversation agents, analyze conversations, deploy embeds, and automate follow-ups directly from Claude Desktop, Claude Code, Cursor, or any MCP-compatible client.
Overview

Perspective AI MCP Server

Forms are costing you business. An AI concierge turns them into conversations.

MCP server for Perspective AI. An AI Concierge replaces static forms with adaptive AI conversations that understand real situations, structure key information automatically, and trigger the right next step.

Rigid forms cause drop-off, weaken qualification, and strip away context. Perspective uses adaptive AI to capture structured data and trigger automation, so you understand what truly matters to your customers and can make decisions with conviction.

What this MCP server does

Once connected, your AI assistant can design conversation agents, analyze conversations, deploy embeds, and automate follow-ups directly from Claude Desktop, Claude Code, Cursor, or any MCP-compatible client. Try prompts like:

Design a Concierge that qualifies pricing-page leads by budget and timeline.
Why are people abandoning my lead-capture concierge this week?
Whenever a conversation scores above 80 on trust, push it to HubSpot and ping #sales in Slack.

See Use cases for the full workflow and Available tools for the tool surface.

Supported clients

ClientInstall method
Claude DesktopOne-click .mcpb bundle (Quick Install)
Claude Codeclaude mcp add with HTTP transport
CursormcpServers JSON config
WindsurfmcpServers JSON config
Any MCP clientRemote HTTP at https://getperspective.ai/mcp + bearer token

See Manual installation for per-client setup snippets.

Quick Install

  1. Download perspective.mcpb
  2. Double-click to open in Claude Desktop
  3. Click "Install"
  4. Enter your access token when prompted

Getting Your Access Token

  1. Go to Perspective AI Settings
  2. Generate a token
  3. Paste it during installation

Generate an MCP access token

See the full MCP documentation for troubleshooting and advanced setup.

Available Tools

Once installed, your AI assistant can call the following tools, grouped by lifecycle stage:

Workspaces

  • workspace_list: List all your workspaces
  • workspace_get: Get workspace details
  • workspace_get_default: Get your default workspace

Design & iterate

  • perspective_list: List perspectives in a workspace
  • perspective_get: Get perspective configuration
  • perspective_create: Create a new perspective from a natural-language description
  • perspective_respond: Answer a follow-up question during creation
  • perspective_update: Refine a perspective with natural-language feedback
  • perspective_get_preview_link: Get a preview link for testing before deployment

Deploy & distribute

  • perspective_get_embed_options: Get embed snippets (fullpage, widget, popup, slider, float, card)
  • participant_invite: Create magic-link invites, optionally sent via email

Analyze

  • perspective_get_stats: Aggregate stats and distributions over a time period
  • perspective_list_conversations: List conversations with filters (status, trust score, date)
  • perspective_get_conversation: Get full conversation details
  • perspective_get_conversations_batch: Batch retrieve multiple conversations

Automate

  • automation_manage: Create, list, update, delete, toggle, or test automations (webhook, email, Slack, HubSpot)
  • integration_manage: List available providers (Slack, HubSpot), connect them, and search their tools

Use cases

Once installed, ask your AI assistant to drive the full perspective lifecycle: design, deploy, analyze, and automate.

  • Design & iterate. Create any of four conversation agent types:

    • Interviewer: Scales deep, qualitative interviews without losing quality
    • Concierge: Replaces static forms with delightful conversational flow
    • Evaluator: Turns boring surveys into engaging conversations
    • Advocate: Listens first, then responds on behalf of a position, brand, or cause

    Browse 180+ templates or use cases by role and industry for inspiration. Example prompts:

    • "Design a Concierge that qualifies pricing-page leads by budget and timeline. Keep the tone warm, not salesy."
    • "Build an Interviewer for churn research. Find out why customers left, what alternatives they chose, and what would have kept them."
    • "Spin up an Evaluator for 30-day onboarding feedback. What's working and what's confusing?"
    • "Set up an Advocate for our refund policy. Listen first, then explain the process without sounding defensive."
  • Deploy & distribute. Embed on your site or send personalized invites to specific participants:

    • "Give me the popup embed snippet for my concierge and walk me through adding it to our pricing page in Next.js."
    • "Invite our 20 design partners to my beta-feedback perspective, and prefill each person's name and email."
  • Analyze: "Why are people abandoning my lead-capture concierge this week? Pull the drop-off conversations and summarize the top reasons."

  • Automate: "Whenever a conversation scores above 80 on trust, push it to HubSpot as a contact and ping #sales in Slack."

Manual Installation

The Perspective MCP server is a remote HTTP endpoint at https://getperspective.ai/mcp. Any MCP-compatible client can connect to it.

Claude Code

claude mcp add perspective --transport http https://getperspective.ai/mcp --header "Authorization: Bearer YOUR_TOKEN"

Claude Desktop

Edit your Claude Desktop config:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "perspective": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://getperspective.ai/mcp",
        "--header",
        "Authorization: Bearer YOUR_TOKEN"
      ]
    }
  }
}

Cursor

Add the same mcpServers config above to your Cursor settings.

Other MCP clients

Point your client at https://getperspective.ai/mcp with an Authorization: Bearer YOUR_TOKEN header over streamable HTTP.

Security & data

  • Token scoping: Your MCP access token is tied to your Perspective AI account and authorizes the server to act on your behalf within your workspaces.
  • Revocation: Generate, rotate, or revoke tokens any time at getperspective.ai/settings/mcp.
  • Transport: All traffic is TLS-encrypted. Your token is sent only in the Authorization header to https://getperspective.ai/mcp.
  • Data residency: Conversation data stays inside your Perspective AI workspace. This package is a thin stdio-to-HTTP proxy; it does not store or cache responses locally.

Building from Source

npm install
npm run pack

Outputs perspective.mcpb in the current directory.

Releasing

npm run release

Bumps version, commits, tags, and pushes. GitHub Action creates the release.

Server Config

{
  "mcpServers": {
    "perspective": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://getperspective.ai/mcp",
        "--header",
        "Authorization: Bearer <Token from https://getperspective.ai/settings/mcp>"
      ]
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
ChatWiseThe second fastest AI chatbot™
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Tavily Mcp
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Amap Maps高德地图官方 MCP Server
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
DeepChatYour AI Partner on Desktop
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Playwright McpPlaywright MCP server
WindsurfThe new purpose-built IDE to harness magic
Serper MCP ServerA Serper MCP Server
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
CursorThe AI Code Editor