Skip to main content
Glama

Web-curl MCP Server

by rayss868

google_search

Perform web searches using Google Custom Search API, retrieving specific results based on query, number of results, and starting index for enhanced data extraction.

Instructions

Search the web using Google Custom Search API. Requires google_search_config resource.

Input Schema

NameRequiredDescriptionDefault
numNoNumber of results to return (1-10, optional)
queryYesSearch query
startNoIndex of the first result to return (optional)

Input Schema (JSON Schema)

{ "properties": { "num": { "description": "Number of results to return (1-10, optional)", "type": "number" }, "query": { "description": "Search query", "type": "string" }, "start": { "description": "Index of the first result to return (optional)", "type": "number" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from Web-curl 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/rayss868/MCP-Web-Curl'

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