MCP.so
Sign In
E

Elicitation MCP Server

@blizzy78

About Elicitation MCP Server

This MCP server allows agents to request information directly from the user, such as text, numbers, etc.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "elicit": {
      "command": "npx",
      "args": [
        "-y",
        "@blizzy/mcp-elicit"
      ]
    }
  }
}

Tools

7

A tool to request information directly from the user, as a free-form text input. Only provide a brief title for the information being requested. Avoid using lengthy phrases like 'Please provide ...' etc.

A tool to prompt the user to select from a list of options. Only provide a brief title for the information being requested. Avoid using lengthy phrases like 'Please select ...' etc.

A tool to prompt the user for a Boolean response (yes/no, true/false, on/off etc.). Only provide a brief question. Make sure that the question avoids double negatives. Avoid using lengthy phrases like 'Please select ...' etc.

A tool to prompt the user for a number input. Only provide a brief title for the information being requested. Avoid using lengthy phrases like 'Please provide ...' etc. You can optionally specify minimum and maximum constraints.

A tool to prompt the user for a date or date-time input. Only provide a brief title for the information being requested. Avoid using lengthy phrases like 'Please provide ...' etc. You can choose between date-only or date-time format.

A tool to prompt the user for an email address input. Only provide a brief title for the information being requested. Avoid using lengthy phrases like 'Please provide ...' etc.

A tool to prompt the user for a URI input. Only provide a brief title for the information being requested. Avoid using lengthy phrases like 'Please provide ...' etc.

Overview

What is Elicitation MCP Server?

This MCP server allows AI agents to request information directly from the user, such as text or numbers.

How to use Elicitation MCP Server?

Key features of Elicitation MCP Server

Use cases of Elicitation MCP Server

FAQ from Elicitation MCP Server

Comments

More Other MCP servers