关于
This Model Context Protocol (MCP) server empowers AI agents to interactively gather specific information directly from users. It provides a comprehensive suite of tools, allowing agents to prompt for diverse data types such as free-form text, selections from predefined options, boolean responses, numbers, dates, times, email addresses, and URIs. This capability makes AI-driven conversations more dynamic and responsive by enabling agents to solicit precise user input when needed.
主要功能
- Obtain boolean (yes/no) answers from users.
- Present multiple-choice options for user selection.
- Collect structured data like numbers, dates, times, emails, and URIs.
- Gather free-form text input from users.
- 0 GitHub stars
- Integrates with various MCP transports including stdio, HTTP+SSE, and Streamable HTTP.
使用案例
- Confirm choices or seek confirmations from users within conversational AI flows.
- Collect specific data points (e.g., age, delivery date, contact email) required by an AI agent for task completion.
- Interactively gather user preferences or specific details for an agent-driven task.