Skip to main content
Glama

Open Search MCP

by flyanima
MIT License
1
  • Apple
  • Linux

search_ecosia

Perform eco-friendly searches using the Ecosia engine to plant trees, retrieve relevant results, and customize queries with country, safe search, and result limits.

Instructions

Search using Ecosia - the search engine that plants trees

Input Schema

NameRequiredDescriptionDefault
countryNoSearch country (e.g., "US", "DE", "FR")US
maxResultsNoMaximum number of results to return (1-20)
queryYesSearch query for Ecosia
safeSearchNoEnable safe search filtering

Input Schema (JSON Schema)

{ "properties": { "country": { "default": "US", "description": "Search country (e.g., \"US\", \"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 Ecosia", "type": "string" }, "safeSearch": { "default": true, "description": "Enable safe search filtering", "type": "boolean" } }, "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