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
F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    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
    -
    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

View all related MCP servers

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.

View all MCP Connectors

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