golder_url
Provides web search functionality via DuckDuckGo, returning titles, URLs, and snippets for search queries.
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., "@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 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-qualityDmaintenanceThis MCP server provides tools for AI agents to search the web, fetch page content, and query specific elements from pages using DuckDuckGo.8
- Alicense-qualityDmaintenanceMCP 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.421MIT
- Flicense-qualityDmaintenanceMCP server that provides web search scraping from DuckDuckGo (with Mojeek fallback) and URL content fetching as markdown/text or raw HTML.1
Related MCP Connectors
Serper MCP — wraps the Serper Google Search API (serper.dev)
Free remote MCP server for fetching public web pages through a rotating proxy pool.
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
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/GolderDmitry/golder_url'
If you have feedback or need assistance with the MCP directory API, please join our Discord server