Skip to main content
Glama

Grok MCP

live_search

Perform real-time web searches to find current information, filter results by date and location, and retrieve cited sources for accurate research and fact-checking.

Input Schema

NameRequiredDescriptionDefault
countryNo
from_dateNo
max_search_resultsNo
modeNoon
modelNogrok-4
promptYes
return_citationsNo
rss_linksNo
sourcesNo
system_promptNo
to_dateNo

Input Schema (JSON Schema)

{ "properties": { "country": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Country" }, "from_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "From Date" }, "max_search_results": { "default": 20, "title": "Max Search Results", "type": "integer" }, "mode": { "default": "on", "title": "Mode", "type": "string" }, "model": { "default": "grok-4", "title": "Model", "type": "string" }, "prompt": { "title": "Prompt", "type": "string" }, "return_citations": { "default": true, "title": "Return Citations", "type": "boolean" }, "rss_links": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Rss Links" }, "sources": { "anyOf": [ { "items": { "additionalProperties": true, "type": "object" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Sources" }, "system_prompt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "System Prompt" }, "to_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "To Date" } }, "required": [ "prompt" ], "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/merterbak/Grok-MCP'

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