Skip to main content
Glama

Open Search MCP

by flyanima
MIT License
1
  • Apple
  • Linux

search_startpage

Conduct private web searches using Startpage to retrieve Google results securely. Specify queries, maximum results, language, and time range for precise, protected search outcomes.

Instructions

Search using Startpage - Google results with privacy protection

Input Schema

NameRequiredDescriptionDefault
languageNoSearch language (e.g., "en", "de", "fr")en
maxResultsNoMaximum number of results to return (1-20)
queryYesSearch query for Startpage
timeRangeNoTime range filter: any, day, week, month, yearany

Input Schema (JSON Schema)

{ "properties": { "language": { "default": "en", "description": "Search language (e.g., \"en\", \"de\", \"fr\")", "type": "string" }, "maxResults": { "default": 10, "description": "Maximum number of results to return (1-20)", "maximum": 20, "minimum": 1, "type": "number" }, "query": { "description": "Search query for Startpage", "type": "string" }, "timeRange": { "default": "any", "description": "Time range filter: any, day, week, month, year", "enum": [ "any", "day", "week", "month", "year" ], "type": "string" } }, "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