Skip to main content
Glama
goluntsov

yandex-search-api

by goluntsov

Yandex Cloud Search API MCP Function

Cloud Function tool for AI Studio MCP Hub. It exposes search_web, calls Yandex Cloud Search API v2, decodes rawData, and returns compact JSON results.

Deploy

cd search-mcp-deploy
export SEARCH_API_FOLDER_ID="<folder-id>"
export SEARCH_API_API_KEY="<service-account-api-key>"
./deploy_search_mcp.sh

The service account behind the API key needs search-api.webSearch.user on the folder. By default the function stays private for AI Studio MCP Hub invocation. Credentials are not stored in this repository; pass them only through environment variables.

Related MCP server: Yandex Search MCP Server

AI Studio MCP Hub

  • Tool Type: Cloud Functions

  • Server Name: yandex-search-api

  • Tool Name: search_web

  • Function: search-api-mcp

  • Instruction: Ищи актуальную информацию через Yandex Cloud Search API. На вход принимает query, max_results, search_type, region.

Input

{
  "query": "Yandex Cloud Search API",
  "max_results": 3,
  "search_type": "SEARCH_TYPE_RU",
  "region": "225"
}

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityStale
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Provides web search capabilities using Google Custom Search API, enabling users to perform searches through a Model Context Protocol server.
    2
    213
    68
    MIT
  • F
    license
    Not graded
    quality
    F
    maintenance
    Enables AI assistants to perform real-time web searches and retrieve AI-generated answers using the Yandex Search API. It provides tools for accessing up-to-date internet information with support for both raw search results and summarized content via the Yazeka model.
    47
    -
  • A
    license
    A
    quality
    D
    maintenance
    Provides tools for web, image, generative search, and Wordstat keyword statistics via Yandex Search API.
    7
    16
    1
    MIT

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/goluntsov/search-mcp-deploy'

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