MCP.so
ログイン

Traylinx Search Engine MCP Server

@traylinx

Traylinx Search Engine MCP Server について

概要はまだありません

基本情報

カテゴリ

検索

ライセンス

MIT license

ランタイム

node

トランスポート

stdio

公開者

traylinx

投稿者

Sebastian Schkudlara

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "traylinx-search-engine-mcp-server": {
      "command": "node",
      "args": [
        "path/to/traylinx-search-engine-mcp-server/dist/index.js"
      ],
      "env": {
        "AGENTIC_SEARCH_API_KEY": "<YOUR_TOKEN>",
        "AGENTIC_SEARCH_API_URL": "https://agentic-search-engines-n3n7u.ondigitalocean.app",
        "LOG_LEVEL": "INFO"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Traylinx Search Engine MCP Server?

Traylinx Search Engine MCP Server is a Model Context Protocol (MCP) server that bridges MCP clients like Claude Desktop and Cursor to the Agentic Search API. It enables intelligent web searches that return both text summaries and structured data such as HTML, images, and news articles.

How to use Traylinx Search Engine MCP Server?

Install Node.js 18+, obtain an API key from Traylinx.com, clone the repository, run npm install and npm build. Configure your MCP client (Claude Desktop or Cursor) with environment variables AGENTIC_SEARCH_API_KEY, AGENTIC_SEARCH_API_URL, and optionally LOG_LEVEL. Invoke the search tool with a query and an optional search_recency_filter parameter.

Key features of Traylinx Search Engine MCP Server

  • Rich content types: text, HTML, images, news
  • Time filtering by month, week, day, hour
  • Secure API key via environment variables
  • Configurable API endpoint URL
  • Full MCP protocol compliance
  • Supports multiple structured response types

Use cases of Traylinx Search Engine MCP Server

  • Searching for information on any topic with citations and structured results
  • Filtering news by recency for time-sensitive queries (e.g., last week)
  • Extracting HTML and text content from a specific URL
  • Integrating AI assistants with agentic search for enriched responses

FAQ from Traylinx Search Engine MCP Server

How do I get an API key for Traylinx Search Engine MCP Server?

Visit traylinx.com, sign up for an account, and generate an API key from the developer dashboard.

What

コメント

「検索」の他のコンテンツ