MCP.so
Sign In

Traylinx Search Engine MCP Server

@traylinx

About Traylinx Search Engine MCP Server

No overview available yet

Basic information

Category

Search

License

MIT license

Runtime

node

Transports

stdio

Publisher

traylinx

Submitted by

Sebastian Schkudlara

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "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"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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

Comments

More Search MCP servers