Skip to main content
Glama

Related Servers

Alternatives to bingcn

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      D
      maintenance
      An MCP server optimized for Chinese users that enables AI models to perform Bing searches and fetch webpage content without requiring an API key. It provides specialized tools for searching and scraping web data directly through supported AI environments like Claude or Cursor.
      41 npm
      6
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      Wraps the Kimi Coding Search and Fetch APIs into MCP tools for web searching and content retrieval. It enables LLMs to perform targeted searches and crawl web pages using standardized interfaces.
      1
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      A plug-and-play MCP toolkit providing AI agents with web search (Chinese sources prioritized), file operations, and shell command execution capabilities.
      2
      MIT

    TDQS

    B3.2/5.0

    Scored across 2 tools

    Disambiguation5/5

    The two tools have clearly distinct purposes: bing_search performs keyword searches and returns a list of results with metadata, while fetch_webpage retrieves the full content of a specific webpage based on an ID. There is no overlap in functionality, making it easy for an agent to select the correct tool for each task.

    Naming Consistency5/5

    Both tools follow a consistent verb_noun naming pattern: bing_search and fetch_webpage. The names are descriptive, use snake_case uniformly, and clearly indicate the action (search/fetch) and target (bing/webpage), providing predictability across the tool set.

    Tool Count3/5

    With only 2 tools, the set feels thin for a search and content retrieval server, as it lacks operations like filtering, pagination, or advanced search options. While the tools cover basic workflows, the count is borderline low for the apparent scope, potentially limiting agent capabilities.

    Completeness3/5

    The tools provide core search and content retrieval functions, but there are notable gaps: no ability to update, delete, or manage search results, and no support for operations like caching or result refinement. The surface is functional but incomplete for robust web search and content handling.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues