Skip to main content
Glama
marcinkuk

trailsearch-mcp

by marcinkuk

trailsearch-mcp

MCP server dla self-hostowanego TrailSearch / open-tavily (jianjungki/tavily-open) — API kompatybilne z Tavily, oparte o SearXNG.

Gotowe MCP (tavily-ai/tavily-mcp, kshern/mcp-tavily) hardkodują https://api.tavily.com i nie obsługują własnego base URL — ten pakiet wskazuje na Twoją instancję.

Narzędzia

Narzędzie MCP

Endpoint open-tavily

trailsearch_search

POST /tavily/search

trailsearch_extract

POST /extract

Related MCP server: Tavily Web Search MCP Server

Uruchomienie (self-healing, jak fetch/searxng)

Pakiet jest instalowany na żądanie z GitHub przez uvx — żaden lokalny plik nie musi przetrwać:

TAVILY_BASE_URL=http://192.168.1.134:3000 \
  uvx --from git+https://github.com/marcinkuk/trailsearch-mcp.git trailsearch-mcp

Konfiguracja w agent-canvas (mcp_config)

"trailsearch": {
  "command": "uvx",
  "args": [
    "--from",
    "git+https://github.com/marcinkuk/trailsearch-mcp.git",
    "trailsearch-mcp"
  ],
  "env": { "TAVILY_BASE_URL": "http://192.168.1.134:3000" },
  "enabled": true
}

Po zmianie/nowym starcie konwersacji agent dostaje trailsearch_search / trailsearch_extract.

Wymagania: uvx (uv) w obrazie agenta oraz internet (git clone na żądanie).

Install Server
A
license - permissive license
A
quality
C
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

  • F
    license
    B
    quality
    D
    maintenance
    Enables web search capabilities through the Tavily API. Allows users to search the web for information using natural language queries via the MCP protocol.
    4
    1
  • F
    license
    C
    quality
    C
    maintenance
    Enables web search capabilities through the Tavily API. Allows users to search the web for information using natural language queries through the MCP protocol.
    3
  • A
    license
    B
    quality
    D
    maintenance
    The URL-Context-MCP MCP Server provides a tool to analyze and summarize the content of URLs using Google Gemini's URL Context capability via the Gemini API. Now also supports optional grounding with Google Search alongside URL Context. The server is designed to follow prompt-only orchestration: con
    2
    16
    7
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    Enables web search capabilities through the Tavily API and serves as a demonstration platform for building custom MCP tools. Designed for educational purposes to showcase MCP server development and LangGraph integration.
    6

View all related MCP servers

Related MCP Connectors

  • MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.

  • Query any docs site via MCP. Submit a URL, ask questions, get cited answers.

  • Multi-engine search for AI agents. Trust scoring, local corpus, MCP-native. Self-hostable, BYOK.

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/marcinkuk/trailsearch-mcp'

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