Skip to main content
Glama

MCP-Bocha

by intounknown

mcp-bocha

A Model Context Protocol (MCP) server that provides web search capabilities to AI agents using the Bocha API.

Introduction

MCP-Bocha is a tool that exposes Bocha AI's web search API capabilities through the Model Context Protocol. It allows AI assistants to search the web programmatically, enabling tasks such as information retrieval, research, and up-to-date data collection.

Tools

Tool NameDescriptionParameters
mcp-bocha_searchSearch the web for informationquery: The search query stringfreshness: Optional time filter ["oneDay", "oneWeek", "oneMonth", "oneYear", "noLimit"]summary: Optional boolean for summarized resultsinclude: Optional array of domains to includeexclude: Optional array of domains to excludecount: Optional number of results to return

Usage

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

License

Apache-2.0 license

Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Bocha AI의 검색 API를 사용하여 AI 도우미가 웹을 검색할 수 있도록 하는 모델 컨텍스트 프로토콜 서버로, 시간 필터링, 도메인 포함/제외, 요약 결과 등의 기능을 지원합니다.

  1. 소개
    1. 도구
      1. 용법
        1. 특허

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that integrates with Microsoft Bing Search API, allowing AI assistants to perform web, news, and image searches.
            Last updated -
            3
            55
            MIT License
            • Apple
          • A
            security
            F
            license
            A
            quality
            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.
            Last updated -
            1
            220
            17
            • Apple
            • Linux
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that provides real-time web search capabilities to AI assistants through pluggable search providers, currently integrated with the Brave Search API.
            Last updated -
            13
            MIT License
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that enables AI assistants to perform web searches using Google Search API, returning up to 20 search results in JSON format.
            Last updated -
            2
            Apache 2.0

          View all related MCP servers

          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/intounknown/mcp-bocha'

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