Skip to main content
Glama
intounknown

MCP-Bocha

by intounknown

mcp-боча

Сервер протокола контекста модели (MCP), который предоставляет возможности веб-поиска агентам ИИ с использованием API Bocha.

Введение

MCP-Bocha — это инструмент, который раскрывает возможности API веб-поиска Bocha AI через Model Context Protocol. Он позволяет помощникам ИИ выполнять программный поиск в сети, выполняя такие задачи, как поиск информации, исследование и сбор актуальных данных.

Related MCP server: SearXNG MCP Server

Инструменты

Название инструмента

Описание

Параметры

mcp-bocha_search

Поиск информации в Интернете

query : Строка поискового запроса freshness : Необязательный временной фильтр ["oneDay", "oneWeek", "oneMonth", "oneYear", "noLimit"] summary : Необязательное логическое значение для обобщенных результатов include : Необязательный массив доменов для включения exclude : Необязательный массив доменов для исключения count : Необязательное количество возвращаемых результатов

Использование

{
  "mcpServers": {
    "mcp-bocha": {
      "command": "npx",
      "args": ["-y", "@humansean/mcp-bocha"],
      "env": {
        "BOCHA_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Лицензия

Лицензия Apache-2.0

Available Tools

1 tool

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool updatev1.0.0
    • First observedmcp-bocha_search

TDQS

C2.5/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The single tool 'mcp-bocha_search' has a clear and distinct purpose of searching the web for information, leaving no room for confusion or misselection.

Naming Consistency5/5

The naming is perfectly consistent as there is only one tool. It follows a clear verb_noun pattern ('search' as the verb and implied 'web' as the noun), and with no other tools to compare against, there is no inconsistency in naming conventions.

Tool Count2/5

A single tool is too few for most server purposes, as it typically feels thin and limits functionality. While a search tool can be useful, the server's scope appears narrow with only one operation, which may not cover the full domain of web search or related tasks adequately.

Completeness2/5

The tool surface is severely incomplete for a web search domain. It only provides a search function without any complementary tools for refining results, accessing cached pages, or handling different search types (e.g., images, news). This creates significant gaps that could lead to agent failures in more complex tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    A Model Context Protocol server that enables AI assistants to perform web searches using SearXNG, a privacy-respecting metasearch engine.
    1
    43
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    A Model Context Protocol server that enables AI assistants to perform real-time web searches, retrieving up-to-date information from the internet via a Crawler API.
    1
    103 npm
    41
    ISC