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

评论

搜索 分类下的更多 MCP 服务器