Yahoo Search Tools gives AI agents access to Yahoo Search through a managed yahoo search api — one of the longest-running search engines on the web with a distinct independently maintained index and a substantial user base, particularly strong in the United States and Japan, accessible through the same yahoo developer api infrastructure that powers Yahoo's own properties.
It acts as a standardized bridge between large language models and Yahoo search data. Because Yahoo's index and ranking algorithm are independent from Google and Bing, a yahoo search api integration frequently surfaces different sources and perspectives — making it a valuable third engine for cross-engine research, result diversity, and AI applications that benefit from multi-source coverage.
By integrating Yahoo Search Tools, developers enable AI agents to:
• Retrieve ranked organic web results from Yahoo's index using search_web — often surfacing sources and rankings not prominent in Google or Bing results • Access current news articles indexed by Yahoo News with search_news — with particularly strong coverage of US financial, sports, and business news • Discover how Yahoo users search around any topic with get_related_searches — revealing keyword angles and intent patterns specific to Yahoo's audience through the yahoo developer api
This MCP is valuable for research agents, multi-engine aggregation and comparison pipelines, and applications serving markets where Yahoo retains significant organic traffic, particularly for financial news and entertainment content.
Standardized bridge for real-time model context.
Connect this server to your local or remote agent environment.
{
"mcpServers": {
"mcp360": {
"command": "npx",
"args": [
"mcp-remote",
"https://connect.mcp360.ai/v1/yahoo-search/mcp?token=YOUR_API_KEY"
]
}
}
}Technical specifications for the 3 available protocol tools.
get_related_searches tool
Production-ready REST endpoints for custom integrations.
/api/v1/yahoo-searchcurl "https://connect.mcp360.ai/api/v1/yahoo-search" \
-H "Authorization: Bearer YOUR_API_KEY"/api/v1/yahoo-search/{tool_name}curl -X POST "https://connect.mcp360.ai/api/v1/yahoo-search/get_related_searches" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"query": "string"
}'To authenticate, include your API key in the Authorization header using the Bearer scheme. Alternatively, you can use the X-API-KEY header.
One hub for 100+ production-ready tools with centralized management.
Access 100+ MCP servers with a single authentication token.
Test and debug any MCP server instantly in our integrated environment.
One monthly subscription for all your AI tool integrations and credits.
Yahoo Search Tools is an MCP server that provides structured access to yahoo search tools capabilities through a standardized protocol, enabling AI models to retrieve and process real-time data.
Any model that supports MCP protocol including Claude (via Claude Desktop), GPT-4, Gemini, and open-source LLMs through compatible frameworks.
The server supports OAuth 2.0 authentication with API keys. You'll receive credentials upon registration which can be configured in your MCP client.
Yes, rate limits apply based on your subscription tier. Free tier includes generous limits for development, with higher limits available in paid plans.
Absolutely. Yahoo Search Tools is designed for production use with enterprise-grade reliability, security, and performance.
Start building production-ready AI agent integrations in minutes with standardized protocol access.