Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SEARCHCLAW_API_KEYYesYour API key from searchclaw.dev

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search

Search the web using SearchClaw. Returns organic web results. Costs 1 credit.

search_ai

RAG-ready web search with context and sources. Primary tool for AI agents — returns structured context optimized for LLM consumption. Costs 2 credits.

news

Search for recent news articles using SearchClaw. Costs 1 credit.

images

Search for images using SearchClaw. Returns image URLs and metadata. Costs 1 credit.

suggest

Get autocomplete suggestions for a search query using SearchClaw. Costs 1 credit.

extract

Extract structured data from a URL using a JSON schema. Costs 5 credits.

markdown

Convert a URL to clean markdown. Costs 2 credits.

screenshot

Capture a screenshot of a URL. Costs 2 credits.

crawl

Start an async bulk crawl with optional extraction. Returns a job ID to poll with job_status. Costs 1 credit per page.

job_status

Check the status of an async job (e.g. crawl). Costs 0 credits.

map

Discover all URLs on a domain. Returns a sitemap-like list. Costs 2 credits.

pipeline

Search + extract in one call. The killer feature — find pages via search, then extract structured data from top results. Costs 3+ credits.

browse

Interactive browser actions on a URL. Perform clicks, form fills, scrolling, and more. Costs 5 credits.

agent

Autonomous data gathering agent. Describe what you need in natural language and the agent will search, browse, and extract data. Costs variable credits.

usage

Check your SearchClaw API credit balance. Costs 0 credits.

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/CSteenkamp/searchclaw-mcp'

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