Skip to main content
Glama

lynceus-mcp

npm License: MIT

AIエージェント向けのWeb検索とURL→Markdown抽出。RUウェブファースト、アンチボット対策済み、クリーンなリーダーモード出力。

  • lyn_search — YandexインデックスによるライブWeb検索、鮮度フィルター

  • lyn_extract — URL → クリーンなMarkdown。通常のfetchでは403になるサイトも取得可能

  • lyn_usage — 残りクレジット

インストール

npm i -g lynceus-mcp

lynceus.ru でAPIキーを取得してください。無料枠には300クレジットが含まれます。

Related MCP server: Yandex Search MCP Server

エージェントを接続

{
  "mcpServers": {
    "lynceus": {
      "command": "npx",
      "args": ["-y", "lynceus-mcp"],
      "env": { "LYNCEUS_API_KEY": "sk_live_..." }
    }
  }
}
[mcp_servers.lynceus]
command = "npx"
args = ["-y", "lynceus-mcp"]
env = { LYNCEUS_API_KEY = "sk_live_..." }
{
  "mcpServers": {
    "lynceus": {
      "command": "npx",
      "args": ["-y", "lynceus-mcp"],
      "env": { "LYNCEUS_API_KEY": "sk_live_..." }
    }
  }
}
mcp:
  lynceus:
    command: npx
    args: ["-y", "lynceus-mcp"]
    env:
      LYNCEUS_API_KEY: sk_live_...
{
  "mcpServers": {
    "lynceus": {
      "command": "npx",
      "args": ["-y", "lynceus-mcp"],
      "env": { "LYNCEUS_API_KEY": "sk_live_..." }
    }
  }
}
{
  "servers": {
    "lynceus": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "lynceus-mcp"],
      "env": { "LYNCEUS_API_KEY": "sk_live_..." }
    }
  }
}
LYNCEUS_API_KEY=sk_live_... lynceus-mcp --http   # POST /mcp on :8082

環境

変数

デフォルト

備考

LYNCEUS_API_KEY

必須

LYNCEUS_API_URL

https://api.lynceus.ru

セルフホスト用に上書き

LYNCEUS_TIMEOUT_MS

120000

呼び出しごとのタイムアウト

ライセンス

MIT © 2026 Lynceus

Install Server
A
license - permissive license
A
quality
B
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
    D
    quality
    D
    maintenance
    Enables AI assistants to reliably fetch web content as markdown and search the web by bypassing bot detection and rendering JavaScript. Provides tools to unblock URLs and search the web with results converted to markdown format.
    2
    20
    MIT
  • F
    license
    Not graded
    quality
    F
    maintenance
    Enables AI assistants to perform real-time web searches and retrieve AI-generated answers using the Yandex Search API. It provides tools for accessing up-to-date internet information with support for both raw search results and summarized content via the Yazeka model.
    44
  • A
    license
    Not graded
    quality
    C
    maintenance
    Helps AI agents search the public web and fetch content with anti-bot measures, returning clean markdown outputs suitable for citation.
    2
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Read any web page as clean Markdown for AI agents: fetch, search, metadata, links. SSRF-safe.

  • Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.

  • Web search, page extraction and structured commerce, social and business data for AI agents

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/DenSul/lynceus-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server