Skip to main content
Glama
Windrunner20

AllSearch MCP

by Windrunner20

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ALLSEARCH_XAI_MODELNoPrimary model name (default grok-4.5)
ALLSEARCH_XAI_API_KEYYesAPI key for xAI (Grok) primary search
ALLSEARCH_XAI_BASE_URLYesBase URL for xAI compatible endpoint (e.g., https://api.x.ai/v1)
ALLSEARCH_TAVILY_API_KEYNoAPI key for Tavily search supplement (optional)
ALLSEARCH_ANYSEARCH_API_KEYNoAPI key for AnySearch vertical search (optional)
ALLSEARCH_FIRECRAWL_API_KEYNoAPI key for Firecrawl web scraping (optional)
ALLSEARCH_XAI_MAX_TOOL_CALLSNoMaximum tool calls for Grok (default 4)
ALLSEARCH_XAI_RESPONSES_PATHNoPath for responses endpoint (default /responses)
ALLSEARCH_XAI_FALLBACK_MODELSNoComma-separated fallback model names (default grok-4.3)
ALLSEARCH_XAI_REASONING_EFFORTNoReasoning effort level: low, medium, high (default low)
ALLSEARCH_ALLOW_DEGRADED_SEARCHNoAllow degraded search when Grok is unavailable (default true)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
searchB

Orchestrated web search: Grok primary, Tavily/AnySearch/Firecrawl as supplements.

fetchB

Fetch full content for a known HTTP(S) URL via Firecrawl (post-discovery assist).

healthB

Provider configuration and circuit health. probe=true runs bounded cached probes.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/Windrunner20/allsearch'

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