Perspective AI is an MCP server published by ai.getperspective that replaces static forms with adaptive AI conversations. It communicates over a streamable HTTP transport, so any compatible MCP client connects to it over HTTP to initiate interactive dialogue flows in place of fixed input fields. Because it implements the Model Context Protocol, any compatible client can use it without custom integration per client. The server functions as an AI concierge: it takes what would traditionally be a rigid form and transforms the data collection process into a back-and-forth conversation. The registry record lists no environment variables and no discrete tools, which means agents interact with the server through its core conversational interface rather than through specific tool invocations. The source code is available at the public GitHub repository https://github.com/Perspective-AI/mcp. Developers who want to embed dynamic, form-based data gathering into an agent workflow can point their MCP client at this server and let the concierge manage the entire question-and-answer flow, adapting each prompt based on what it has already gathered.
Perspective AI
An AI concierge that turns static forms into adaptive AI conversations. From any MCP client.
Use cases
- Replace static web forms with an adaptive conversational interface served over MCP
- Collect structured input from users through a guided AI dialogue
- Integrate form-based data gathering into any MCP-compatible client
- Deploy an AI concierge that adjusts its questions based on prior answers
When to use it
- You need to turn rigid forms into interactive conversations
- Your client supports MCP over streamable HTTP
- You want form filling to feel like a guided chat rather than a fixed page
When not to use it
- You require discrete tools or function calls rather than a conversational capability
- Your client only supports stdio or SSE transport, not streamable HTTP
- You need deep database or file-system operations beyond form-based dialogue