Skip to main content
Glama
koosty

yacy-mcp

by koosty

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
YACY_URLNoURL of your YaCy instance (default: http://localhost:8090)http://localhost:8090

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
yacy_searchA

Search using YaCy web search engine.

Args: query: Search query string max_results: Maximum number of results to return (default: 10) resource: Search resource (local or global, default: global)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion between tools. The tool's purpose is clearly defined as a web search operation.

Naming Consistency4/5

The single tool name 'yacy_search' is descriptive and follows a verb-like pattern, but with only one tool there is no pattern to compare against for consistency.

Tool Count2/5

A single search tool is too few for a full-featured MCP server, even one focused on a single search engine. Users would expect additional capabilities like managing resources or getting engine status.

Completeness2/5

The search tool provides the core search functionality, but lacks any supporting operations such as retrieving specific results, filtering, or examining engine state. This leaves significant gaps for agents that might need more than a basic search.

Maintenance

ActivityInactive
ResponsivenessNo issues