Skip to main content
Glama

golder_url

MCP-сервер для opencode: доступ к страницам интернета в реальном времени.

Возможности

Инструмент

Описание

fetch_page_tool

Загружает страницу, возвращает заголовок, текст контента и до 30 ссылок

search_web_tool

Поиск в интернете (DuckDuckGo), возвращает title / url / snippet

fetch_json_tool

Загрузка JSON API-эндпоинтов

extract_links_tool

Извлекает гиперссылки страницы (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 8000

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    MCP 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
  • F
    license
    Not graded
    quality
    D
    maintenance
    MCP server that provides web search scraping from DuckDuckGo (with Mojeek fallback) and URL content fetching as markdown/text or raw HTML.
    1
    -

Latest Blog Posts

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