golder_url
Provides web search functionality via DuckDuckGo, returning titles, URLs, and snippets for search queries.
Click on "Deploy 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., "@golder_urlsearch the web for MCP server tutorials"
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.
golder_url
MCP-сервер для opencode: доступ к страницам интернета в реальном времени.
Возможности
Инструмент | Описание |
| Загружает страницу, возвращает заголовок, текст контента и до 30 ссылок |
| Поиск в интернете (DuckDuckGo), возвращает title / url / snippet |
| Загрузка JSON API-эндпоинтов |
| Извлекает гиперссылки страницы (URL + текст ссылки) |
Related MCP server: evo-scry
Установка
powershell -ExecutionPolicy Bypass -File install.ps1Регистрация в opencode
В opencode.json (глобальный ~/.config/opencode/opencode.jsonc или проектный):
{
"mcp": {
"golder_url": {
"type": "local",
"command": [
"powershell",
"-ExecutionPolicy",
"Bypass",
"-File",
"C:\\_GIT_\\_MCP_\\golder_url\\run.ps1"
],
"enabled": true
}
}
}После изменения конфига перезапустите opencode.
Запуск вручную
.venv\Scripts\python.exe server.py # stdio (по умолчанию)
.venv\Scripts\python.exe server.py --transport sse --port 8000This server cannot be deployed
Maintenance
Related MCP Connectors
Docs: https://docs.keenable.ai/mcp-server Keenable is a free, remote MCP server that gives agents access to the web index. Search the web with ranked results and date/site filters, then fetch any indexed page as clean markdown. Works out of the box with no account or API key.
Scrape, crawl and search the web for AI agents via MCP.
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceThis MCP server provides tools for AI agents to search the web, fetch page content, and query specific elements from pages using DuckDuckGo.3 npm-
- AlicenseNot gradedqualityDmaintenanceMCP server for internet search via direct Google and DuckDuckGo HTML scraping with AI-powered result normalization and optional summarization, requiring no API keys for search.MIT
- AlicenseBqualityDmaintenanceMCP server providing search, extract, map, and crawl tools powered by Tavily for real-time web data access.414 npmMIT
- FlicenseNot gradedqualityDmaintenanceMCP server that provides web search scraping from DuckDuckGo (with Mojeek fallback) and URL content fetching as markdown/text or raw HTML.1-