Perspective AI

by Perspective-AI

311 downloads
Not rated
GitHub

About

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.

Details

Author
Perspective-AI
Downloads
311
Categories
Cloud Service, AI, Other, Automation

- Design conversation agents from natural-language descriptions
- Refine agents iteratively with natural-language feedback
- Deploy via embed snippets (fullpage, widget, popup, slider, float, card)
- Analyze conversations with filters by status, trust score, and date
- Automate actions via webhook, email, Slack, and HubSpot
- List and manage workspaces and participant invites

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Perspective AI
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the server via a one-click .mcpb bundle on Claude Desktop, or manually configure any MCP client with the remote HTTP endpoint https://getperspective.ai/mcp plus a bearer token from your Perspective AI settings. Once connected, use natural-language prompts to create agents, analyze conversations, deploy embeds, and set up automations.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "perspective ai": {
            "perspective": {
                "command": "npx",
                "args": [
                    "mcp-remote",
                    "https://getperspective.ai/mcp",
                    "--header",
                    "Authorization: Bearer <Token from https://getperspective.ai/settings/mcp>"
                ]
            }
        }
    }
}

McpServers

{
    "perspective": {
        "command": "npx",
        "args": [
            "mcp-remote",
            "https://getperspective.ai/mcp",
            "--header",
            "Authorization: Bearer <Token from https://getperspective.ai/settings/mcp>"
        ]
    }
}

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

MCP server forPerspective 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.

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.

SeeUse casesfor the full workflow andAvailable toolsfor the tool surface.

Add the MCP URL to your client and complete a one-time browser sign-in. Tokens stay out of config files; every connected app shows up underSettings → Connected Appsin your workspace, and you can revoke access anytime.

claude mcp add --transport http perspective https://getperspective.ai/mcp
{ "mcpServers": { "perspective": { "type": "http", "url": "https://getperspective.ai/mcp" } } }

Openthe Add custom connector modaland fill:

ClickAdd, then complete the OAuth browser flow. (Manual path:Customize → Connectors → Add custom connector. SeeAnthropic's guide. Available on Free, Pro, Max, Team, and Enterprise plans.)

Stdio-only clients can usemcp-remote, which discovers OAuth metadata automatically:

{ "mcpServers": { "perspective": { "command": "npx", "args": ["mcp-remote", "https://getperspective.ai/mcp"] } } }

The first time you call a Perspective tool, your client opens a browser window to complete OAuth. Subsequent requests reuse the token.

If your client doesn't support OAuth or you'd rather authenticate with a long-lived token, generate one atPerspective AI Settings → MCP.
- Download
perspective.mcpb
- Double-click to open in Claude Desktop
- ClickInstall, then paste your token when prompted

claude mcp add perspective --transport http https://getperspective.ai/mcp --header "Authorization: Bearer YOUR_TOKEN"
{ "mcpServers": { "perspective": { "type": "http", "url": "https://getperspective.ai/mcp", "headers": { "Authorization": "Bearer YOUR_TOKEN" } } } }

For stdio-only clients, usemcp-remotewith an explicitAuthorizationheader:

{ "mcpServers": { "perspective": { "command": "npx", "args": [ "mcp-remote", "https://getperspective.ai/mcp", "--header", "Authorization: Bearer YOUR_TOKEN" ] } } }

See thefull MCP documentationfor troubleshooting and advanced setup.

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

- workspace_list: List all workspaces you can access
- workspace_get: Get details for a workspace
- workspace_get_default: Get your default workspace

- perspective_list: List perspectives in a workspace, or search by name across all workspaces
- perspective_get: Get full configuration and stats for a perspective
- perspective_create: Create a new perspective from a natural-language brief
- perspective_respond: Answer a follow-up question during perspective design
- perspective_update: Refine a perspective with natural-language feedback
- perspective_await_job: Long-poll a perspective design job to completion
- perspective_get_preview_link: Get a shareable preview URL for testing before deployment

- perspective_get_embed_options: Get embed snippets (fullpage, widget, popup, slider, float, card) and the SDK reference
- participant_invite: Create 48-hour magic-link invites, optionally sent via email

- 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, including transcript and trust assessment
- perspective_get_conversations: Token-efficient batch fetch of conversations for bulk analysis

- automation_list: List automations on a perspective with status, channel, and metadata
- automation_create: Create an automation (webhook, email, Slack, HubSpot)
- automation_update: Update fields on an existing automation
- automation_delete: Permanently delete an automation
- automation_test: Run an end-to-end test against a mock conversation
- integration_manage: List providers (Slack, HubSpot), connect them, and search their tools

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

Browse180+ templatesoruse cases by role and industryfor 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."

- OAuth: Tokens issued via OAuth are scoped to the workspace and tied to the connected client. Revoke anytime under Settings → Connected Apps.
- Personal access tokens: PATs are tied to your Perspective AI account and authorize the server to act on your behalf within your workspaces. Generate, rotate, or revoke at
getperspective.ai/settings/mcp.
- Transport: All traffic is TLS-encrypted. Tokens are sent only in theAuthorizationheader tohttps://getperspective.ai/mcp.
- Data residency: Conversation data stays inside your Perspective AI workspace. The.mcpbbundle is a thin stdio-to-HTTP proxy; it does not store or cache responses locally.

Outputsperspective.mcpbin the current directory.

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

- Get Access Token
-
Full MCP Documentation
-
Brand Assets
-
Support

Interact with capabilities of the CRIC Wuye AI platform, an intelligent assistant specifically for the property management industry.

Agent-native helpdesk — AI agents run support tickets over MCP and pay per action in USDC via x402.

An MCP server that provides an automatic answering function for the Qingma Yizhan platform.

Interact with Arcanna's AI use cases through the Model Context Protocol (MCP).

Invoke task chains on the iFlytek SparkAgent Platform.

The Most Comprehensive ServiceNow AI Toolkit — 400+ MCP tools, 26 AI capabilities, SDK mode, Direct API mode. Covers ITSM, ITOM, CMDB, HRSD, CSM, SecOps, GRC and 35+ modules.

Preloop is an event-driven AI automation platform with built-in human-in-the-loop safety based on MCP proxying.

Give your AI a direct line into your Swell store. Manage products, orders, and customers through natural conversation.

Exposes a Magento 2 store's catalog, cart, checkout, customer, sales and wishlist operations as MCP tools, so an AI agent can search products and build a real cart against the live store.

D2C eCommerce fulfillment platform: manage orders, inventory, shipments, campaigns, and billing via AI agents

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.