Skip to main content
Glama

OneSearch MCP Server

one_search

Search and retrieve content from web pages by query. Specify categories, time range, and language to filter results, with adjustable limits for tailored SERP outputs.

Instructions

Search and retrieve content from web pages. Returns SERP results by default (url, title, description).

Input Schema

NameRequiredDescriptionDefault
categoriesNoCategories to search for (default: general)
languageNoLanguage code for search results (default: auto)
limitNoMaximum number of results to return (default: 10)
queryYesSearch query string
timeRangeNoTime range for search results (default: all)

Input Schema (JSON Schema)

{ "properties": { "categories": { "description": "Categories to search for (default: general)", "enum": [ "general", "news", "images", "videos", "it", "science", "map", "music", "files", "social_media" ], "type": "string" }, "language": { "description": "Language code for search results (default: auto)", "type": "string" }, "limit": { "description": "Maximum number of results to return (default: 10)", "type": "number" }, "query": { "description": "Search query string", "type": "string" }, "timeRange": { "description": "Time range for search results (default: all)", "enum": [ "all", "day", "week", "month", "year" ], "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from OneSearch MCP Server

Related Tools

    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/yokingma/one-search-mcp'

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