actor.json•732 B
{
"actorSpecification": 1,
"name": "duckduckgo-mcp-server",
"title": "DuckDuckGo MCP Server",
"description": "Model Context Protocol server enabling AI assistants to perform real-time web searches using DuckDuckGo's privacy-focused search engine",
"version": "1.0.0",
"meta": {
"templateId": "python-start"
},
"input": "./input_schema.json",
"dockerfile": "./Dockerfile",
"readme": "./README.md",
"storages": {
"dataset": {
"actorSpecification": 1,
"title": "Search Results",
"views": {
"overview": {
"title": "Overview",
"transformation": {
"fields": ["query", "title", "url", "snippet", "timestamp"]
}
}
}
}
}
}