MCP Elicitations Demo Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Elicitations Demo Servergreet me"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Elicitations Demo Server
A demonstration server that showcases elicitations across different Model Context Protocol (MCP) use cases. This server demonstrates how to collect user input dynamically using the MCP elicitation system.
What are Elicitations?
Elicitations allow MCP servers to request structured input from users during tool execution, enabling interactive and dynamic workflows.
Related MCP server: MCP Elicitations Demo Server
Available MCP Components
Tools
greeting- Simple greeting tool that asks for your namecontact-info- Collects structured contact information (name, email, age)
Resources
config://user- User greeting resource that dynamically requests your name
Prompts
greeting-prompt- Generates a personalized greeting prompt based on your name
How It Works
Each component demonstrates elicitations in different contexts:
Tools show how to collect input during tool execution
Resources demonstrate dynamic content generation based on user input
Prompts showcase how to create personalized prompts using elicited data
Running the Server
npm install
npm run build
npm startThe server will run on http://localhost:3000
Example Elicitation Schemas
Simple Name Request
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The name of the user"
}
},
"required": ["name"]
}Contact Information Request
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Your full name"
},
"email": {
"type": "string",
"format": "email",
"description": "Your email address"
},
"age": {
"type": "number",
"minimum": 18,
"description": "Your age"
}
},
"required": ["name", "email"]
}This demo showcases MCP elicitations for creating interactive, user-driven experiences across tools, resources, and prompts.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA hands-on demonstration project that teaches the Model Context Protocol (MCP) through Python code, allowing users to understand how AI models interact with their context through a provider-agent architecture.Last updated
- AlicenseCqualityDmaintenanceA demonstration server that showcases how to collect user input dynamically using the Model Context Protocol (MCP) elicitation system across tools, resources, and prompts.Last updated1068,001Inno Setup
- FlicenseAqualityDmaintenanceEnables creating and managing user profiles with interactive elicitation capabilities that prompt users for missing required information. Demonstrates MCP's elicitation feature by validating profile data and requesting additional details when fields are incomplete.Last updated51
- FlicenseBqualityDmaintenanceProvides an interactive user interface for asking questions with support for text inputs, single/multi-select options, and confirmation dialogs. It allows LLMs to gather structured input or feedback from users through a set of predefined input types.Last updated2
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
Find your AI agent's likely failure mode, get runtime settings, and clarify ambiguous prompts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/QuantGeekDev/mcp-elicitations-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server