/
Enables AI assistants to interact with Demo Time and helps build presentations and demos.
Server configuration and capabilities from the MCP manifest
Size: 525 bytes (132 tokens)
Tools Found: 1
Analysis ID: icmvkcq2
This MCP server provides a search tool for querying documentation.
Stars
Registry ID: 20dee53d-4ec0-45dd-b5e7-fb3c71fa6352
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
License: MIT License
Default Branch: main
Last Push: 9/20/2025
Last Release: 8/25/2025
Open Issues: 49
Historical performance and growth metrics over time
{
"name": "Demo Time",
"tags": [],
"tools": [
{
"name": "search",
"description": "Search in Demo Time documentation using keywords",
"input_schema": {
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"minLength": 1
}
}
},
"output_schema": {
"type": "object",
"properties": {
"content": {
"type": "array",
"items": {
"type": "object",
"required": [
"type",
"text"
],
"properties": {
"text": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
}
}
}
}
],
"version": "0.1.0",
"categories": [],
"description": "Search in Demo Time documentation using keywords"
}Forks
Watchers
Contributors
Last Push: 9/20/2025
Last Release: 8/25/2025
Open Issues: 49