"""DuckDuckGo MCP Server - A Model Context Protocol server for web search."""
__version__ = "1.0.0"
from .mcp_server import DuckDuckGoMCPServer, run_server
from .search_handler import SearchHandler
__all__ = ["DuckDuckGoMCPServer", "run_server", "SearchHandler"]
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/rkampani/duckduckgo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server