Yandex Search API
About
MCP server for Yandex Search API from https://aistudio.yandex.ru/docs/en/search-api/concepts/
Details
- Author
- shufl9dka
- Categories
- Search, Other, API
Jump to
Setup
Install Yandex Search API in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/shufl9dka/yandex-searchapi-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
MCP server for Yandex Search API over REST with 7 tools:
- web_search
- image_search
- generative_search
- wordstat_get_top
- wordstat_get_dynamics
- wordstat_get_regions_distribution
- wordstat_get_regions_tree
The server reads credentials from MCP client env config:
For local development,.envis loaded automatically.
- Uses only REST endpoints (/v2/web/search,/v2/image/search,/v2/gen/search, Wordstat REST paths)
- Minimal tool inputs by default to keep model context compact
- searchTypeis available for all relevant tools and defaults toSEARCH_TYPE_COM
- Web search always forcesresponseFormat: FORMAT_XML
- Web/image tools decoderawDatafrom Base64 and parse XML into structured groups
- Error handling with clear API status and details
{ "mcpServers": { "yandex-searchapi": { "command": "npx", "args": ["-y", "yandex-searchapi-mcp"], "env": { "FOLDER_ID": "your-folder-id", "API_KEY": "your-api-key" } } } }
Use this tool when you need classic web search results (links + snippets), not a generated answer.
- query(required)
- searchType(optional, defaultSEARCH_TYPE_COM)
- page(optional)
- docsOnPage(optional)
- familyMode(optional)
- fixTypoMode(optional)
- groups[]withdocuments[]where each document contains:
- url
- title
- language
- passages
Note: for web search this input is mapped togroupSpec.groupsOnPageon the upstream API.
Use this tool when you need image search results and image metadata (thumbnail/original links and dimensions).
- query(required)
- searchType(optional, defaultSEARCH_TYPE_COM)
- page(optional)
- site(optional)
- docsOnPage(optional)
- imageSpec(optional:format,size,orientation,color)
- groups[]withdocuments[]where each document contains:
- url
- extras.image-properties(if present)
Use this tool when you need a ready-to-use grounded answer synthesized from search results.
- query(required)
- searchType(optional, defaultSEARCH_TYPE_COM)
- fixMisspell(optional)
- getPartialResults(optional)
- scope(optional):{ type: "site" | "host" | "url", values: string[] }
Returns only core generative fields (without wrapper objects):
- message
- sources
- searchQueries
- fixedMisspellQuery
- isAnswerRejected
- isBulletAnswer
- hints
- problematicAnswer
Use this tool to understand what related queries users search for around a keyword.
- phrase(required)
- numPhrases(optional, default20)
- regions(optional)
- devices(optional)
Use this tool to track demand trends over time for a keyword.
- phrase(required)
- period(optional, defaultPERIOD_WEEKLY)
- fromDate(optional, defaultnow-30d, ISO datetime)
- toDate(optional, defaultnow, ISO datetime)
- regions(optional)
- devices(optional)
Use this tool to see in which regions/cities a keyword is relatively more popular.
- phrase(required)
- region(optional, defaultREGION_ALL)
- devices(optional)
Use this tool to get valid region IDs and names for regional Wordstat filters.
Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.
Search the web using Kagi's search API
Multi-provider search broker for AI agents. Routes across SearXNG, Brave, Serper, Tavily, and Exa with automatic fallback, RRF ranking, content extraction, and budget enforcement.
A search server for the Model Context Protocol (MCP) that uses the Baidu Wenxin API.
Perform web, news, and image searches using the Microsoft Bing Search API.
An MCP server for web and local search using the Brave Search API.
Integrates the Brave Search API for both web and local search capabilities. Requires a BRAVE_API_KEY.
An MCP server for the Brave Search API, providing web and local search capabilities via a streaming SSE interface.
An MCP server for the Brave Search API, providing both web and local search capabilities.
Search for cocktail recipes using the cezzis.com API.
Free search API for AI agents — 105 engines, 22 profiles, 94.3% SimpleQA accuracy, MCP server with 5 tools
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




