AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Perspective AI Mcp

mcp-perspective-ai-mcp · by Perspective-AI

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.

No reviews yet
0 installs
27 views
0.0% view→install

Install

$ agentstack add mcp-perspective-ai-mcp

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.0.7 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.0.7. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-perspective-ai-mcp)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Perspective AI Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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](#use-cases) for the full workflow and [Available tools](#available-tools) for the tool surface.

Connect via OAuth (recommended)

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 under Settings → Connected Apps in your workspace, and you can revoke access anytime.

The MCP URL is the same for everyone:

https://getperspective.ai/mcp

Claude Code

claude mcp add --transport http perspective https://getperspective.ai/mcp

Cursor and VS Code

Add to your mcp.json:

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

Claude.ai (web and desktop)

Open the Add custom connector modal and fill:

| Field | Value | |-------|-------| | Name | Perspective AI | | Remote MCP server URL | https://getperspective.ai/mcp |

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

Other MCP clients

Stdio-only clients can use mcp-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.

Connect with a personal access token

If your client doesn't support OAuth or you'd rather authenticate with a long-lived token, generate one at Perspective AI Settings → MCP.

Claude Desktop one-click install

  1. Download perspective.mcpb
  2. Double-click to open in Claude Desktop
  3. Click Install, then paste your token when prompted

Claude Code

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

Cursor and VS Code

Add to your mcp.json:

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

Other MCP clients

For stdio-only clients, use mcp-remote with an explicit Authorization header:

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

See the full MCP documentation for troubleshooting and advanced setup.

Available tools

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

Workspaces

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

Design & iterate

  • 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
  • perspectiveawaitjob: Long-poll a perspective design job to completion
  • perspectivegetpreview_link: Get a shareable preview URL for testing before deployment

Deploy & distribute

  • perspectivegetembed_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

Analyze

  • perspectivegetstats: Aggregate stats and distributions over a time period
  • perspectivelistconversations: List conversations with filters (status, trust score, date)
  • perspectivegetconversation: Get full conversation details, including transcript and trust assessment
  • perspectivegetconversations: Token-efficient batch fetch of conversations for bulk analysis

Automate

  • 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

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."

Security & data

  • 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 the Authorization header to https://getperspective.ai/mcp.
  • Data residency: Conversation data stays inside your Perspective AI workspace. The .mcpb bundle 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.

Links

Badges

[](https://smithery.ai/servers/perspective-ai/concierge) [](https://glama.ai/mcp/servers/Perspective-AI/mcp)

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.0.7 Imported from the upstream source.