loading…
Search for a command to run...
loading…
An AI Concierge replaces static forms with adaptive AI conversations that understand real situations, structure key information automatically, and trigger the r
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 d
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.
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.
| Client | Install method |
|---|---|
| Claude Desktop | One-click .mcpb bundle (Quick Install) |
| Claude Code | claude mcp add with HTTP transport |
| Cursor | mcpServers JSON config |
| Windsurf | mcpServers JSON config |
| Any MCP client | Remote HTTP at https://getperspective.ai/mcp + bearer token |
See Manual installation for per-client setup snippets.

See the full MCP documentation for troubleshooting and advanced setup.
Once installed, your AI assistant can call the following tools, grouped by lifecycle stage:
Workspaces
Design & iterate
Deploy & distribute
Analyze
Automate
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:
Browse 180+ templates or use cases by role and industry for inspiration. Example prompts:
Deploy & distribute. Embed on your site or send personalized invites to specific participants:
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."
The Perspective MCP server is a remote HTTP endpoint at https://getperspective.ai/mcp. Any MCP-compatible client can connect to it.
claude mcp add perspective --transport http https://getperspective.ai/mcp --header "Authorization: Bearer YOUR_TOKEN"
Edit your Claude Desktop config:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"perspective": {
"command": "npx",
"args": [
"mcp-remote",
"https://getperspective.ai/mcp",
"--header",
"Authorization: Bearer YOUR_TOKEN"
]
}
}
}
Add the same mcpServers config above to your Cursor settings.
Point your client at https://getperspective.ai/mcp with an Authorization: Bearer YOUR_TOKEN header over streamable HTTP.
Authorization header to https://getperspective.ai/mcp.npm install
npm run pack
Outputs perspective.mcpb in the current directory.
npm run release
Bumps version, commits, tags, and pushes. GitHub Action creates the release.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"perspective-ai": {
"command": "npx",
"args": []
}
}
}Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also