Skip to main content
Glama

Open Search MCP

by flyanima
MIT License
1
  • Apple
  • Linux

intelligent_research

Perform intelligent searches across web, news, academic, and social sources with smart ranking, deduplication, and in-depth analysis to refine results efficiently.

Instructions

Intelligent search across multiple sources with smart ranking and deduplication

Input Schema

NameRequiredDescriptionDefault
includeAnalysisNoInclude intelligent analysis of results
maxResultsNoMaximum results per source (1-20)
queryYesSearch query to execute across multiple sources
sourcesNoSources to search: web, news, academic, social, tech

Input Schema (JSON Schema)

{ "properties": { "includeAnalysis": { "default": true, "description": "Include intelligent analysis of results", "type": "boolean" }, "maxResults": { "default": 5, "description": "Maximum results per source (1-20)", "maximum": 20, "minimum": 1, "type": "number" }, "query": { "description": "Search query to execute across multiple sources", "type": "string" }, "sources": { "default": [ "web", "news", "academic", "social" ], "description": "Sources to search: web, news, academic, social, tech", "items": { "type": "string" }, "type": "array" } }, "required": [ "query" ], "type": "object" }

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/flyanima/open-search-mcp'

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