grok-native-search-mcp
Grok Native Search MCP
ミニマルな stdio MCP Server で、3つの読み取り専用ツールを提供します:
web_search(query):Grok ネイティブ Web Searchx_search(query):Grok ネイティブ X Searchweb_fetch(url):Jina Reader で Web ページを Markdown に変換
検索は固定で grok-4.6、reasoning.effort: low、max_turns: 1 を使用します。1ターン内で補完的な検索の並行実行を許可し、十分な一次証拠が見つかった時点で停止し、証拠が不足または矛盾する場合のみ範囲を拡大します。ツールの応答は解析や書き換えを行わず、そのまま MCP テキストとして返します。
ツールのルーティング:既知の URL またはページ本文の検証が必要な場合は web_fetch を使用;X の投稿、アカウント、スレッド、トレンドには x_search を使用;明確な URL がないその他の全 Web 検索には web_search を使用します。検索で検証が必要な外部 URL が得られた場合は、引き続き web_fetch を呼び出します。
環境変数
変数 | 用途 |
| xAI または互換ゲートウェイの API Key |
| オプション、Responses API のベースアドレス;デフォルトは |
| Jina Reader API Key |
| オプション、Jina Reader リクエストのみに使用する環境プロキシ設定 |
Related MCP server: grok-build-plugin
npx での起動
npx -y grok-native-search-mcp@latestCodex 設定
[mcp_servers.grok_native_search]
command = "npx"
args = ["-y", "grok-native-search-mcp@latest"]
env_vars = ["XAI_API_KEY", "JINA_API_KEY", "HTTP_PROXY", "HTTPS_PROXY", "NO_PROXY"]設定後、Codex を再起動します。
ローカル開発
npm install
npm testMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables real-time web search via DeepSeek's search-enhanced dialogue, providing search results as answers through MCP tools.1MIT
- AlicenseNot gradedqualityAmaintenanceLive X (Twitter) and web search for any coding agent through your existing Grok subscription. Exposes a grok_search MCP tool, so no X API key or X developer account is needed.3125Apache 2.0
- AlicenseAqualityAmaintenanceEnables web search and web fetch operations using Ollama's hosted APIs, allowing MCP clients to search the web and retrieve page content.2MIT
- AlicenseNot gradedqualityDmaintenanceEnables Google web search via MCP, compatible with gemini-cli's google_web_search tool.14Apache 2.0
Related MCP Connectors
Jina AI Reader/Search MCP — turn any URL into clean LLM-ready markdown, plus web search.
Stealth web browser for agents: search, fetch, click, download and type in persistent MCP sessions.
x402-gated web search gateway. Tools: search, search_enriched.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/zuozh11/grok-native-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server