DenSul

lynceus-mcp

Community DenSul
Updated

MCP server for Lynceus — web search + URL→Markdown extraction for AI agents (RU-first, anti-bot ladder). stdio + Streamable HTTP.

lynceus-mcp

npmLicense: MIT

Web search and URL→Markdown extraction for AI agents. RU-web-first, anti-bot hardened, clean reader-mode output.

  • lyn_search — live web search via the Yandex index, freshness filter
  • lyn_extract — URLs → clean Markdown; gets through where plain fetch gets a 403
  • lyn_usage — remaining credits

Install

npm i -g lynceus-mcp

Get an API key at lynceus.ru — free tier includes 300 credits.

Connect your agent

Claude Code (.mcp.json)
{
  "mcpServers": {
    "lynceus": {
      "command": "npx",
      "args": ["-y", "lynceus-mcp"],
      "env": { "LYNCEUS_API_KEY": "sk_live_..." }
    }
  }
}
OpenAI Codex (~/.codex/config.toml)
[mcp_servers.lynceus]
command = "npx"
args = ["-y", "lynceus-mcp"]
env = { LYNCEUS_API_KEY = "sk_live_..." }
Cursor (~/.cursor/mcp.json)
{
  "mcpServers": {
    "lynceus": {
      "command": "npx",
      "args": ["-y", "lynceus-mcp"],
      "env": { "LYNCEUS_API_KEY": "sk_live_..." }
    }
  }
}
Hermes Agent (~/.hermes/config.yaml)
mcp:
  lynceus:
    command: npx
    args: ["-y", "lynceus-mcp"]
    env:
      LYNCEUS_API_KEY: sk_live_...
Windsurf (~/.codeium/windsurf/mcp_config.json)
{
  "mcpServers": {
    "lynceus": {
      "command": "npx",
      "args": ["-y", "lynceus-mcp"],
      "env": { "LYNCEUS_API_KEY": "sk_live_..." }
    }
  }
}
VS Code (Copilot) (.vscode/mcp.json)
{
  "servers": {
    "lynceus": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "lynceus-mcp"],
      "env": { "LYNCEUS_API_KEY": "sk_live_..." }
    }
  }
}
Streamable HTTP
LYNCEUS_API_KEY=sk_live_... lynceus-mcp --http   # POST /mcp on :8082

Environment

Variable Default Notes
LYNCEUS_API_KEY Required
LYNCEUS_API_URL https://api.lynceus.ru Override for self-hosted
LYNCEUS_TIMEOUT_MS 120000 Per-call timeout

License

MIT © 2026 Lynceus

MCP Server · Populars

MCP Server · New

    Get-Concord-AI

    Concord MCP

    Live messaging for coding agents

    Community Get-Concord-AI
    alijancb

    Subio MCP

    Open-source MCP server for discovering fast-growing internet conversations with Subio

    Community alijancb
    ruezo

    MCP Video Digest (视频内容提取总结)

    MCP Server for transcribing videos via video links and summarizing video content

    Community ruezo
    LastSearch-HQ

    LastSearch

    Reliable research infrastructure for AI agents. Evidence-backed web search with citations, confidence scores, and Clarity anti-hallucination. MCP server, REST API, Python SDK.

    Community LastSearch-HQ
    gtfodevs

    Autonomo MCP

    Tired of 'it works' lies? Autonomo MCP makes your AI prove it—on real hardware, right in your editor.

    Community gtfodevs