Skip to main content
Glama

Open Search MCP

by flyanima
MIT License
1
  • Apple
  • Linux

search_startpage

Perform web searches with Startpage to retrieve Google results while maintaining privacy. Customize queries with language, max results, and time range filters for precise, private 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