Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SOLOCRAWL_LOG_FILENoOptional log file path (also logs to stderr)
SOLOCRAWL_LOG_LEVELNoLog level: DEBUG, INFO, WARNING, ERROR
SOLOCRAWL_PROXY_LISTNoComma-separated proxy URLs
SOLOCRAWL_PROXY_MODENoProxy mode: list (rotate a pool) or endpoint (single rotating endpoint)
SOLOCRAWL_USER_AGENTNoOverride HTTP User-Agent for API requests
SOLOCRAWL_MAX_RETRIESNoRetries on network errors / rate limits
SOLOCRAWL_SEARXNG_URLNoBase URL of a self-hosted SearXNG instance (enables the searxng provider)
SOLOCRAWL_PROXY_ENABLEDNoEnable optional proxy layer
SOLOCRAWL_PROXY_ENDPOINTNoSingle rotating proxy endpoint
SOLOCRAWL_PROXY_PASSWORDNoProxy auth password
SOLOCRAWL_PROXY_USERNAMENoProxy auth username
SOLOCRAWL_RESPECT_ROBOTSNoHonour robots.txt on scrape (fail-open); set false to skip
SOLOCRAWL_BROWSER_ALLOWEDNoAllow Playwright fallback when installed
SOLOCRAWL_MAX_CONCURRENCYNoGlobal fetch concurrency limit
SOLOCRAWL_TIMEOUT_SECONDSNoPer-request timeout in seconds
SOLOCRAWL_ENABLE_PROVIDERSNoComma-separated opt-in provider names
SOLOCRAWL_PER_DOMAIN_LIMITNoPer-domain concurrency limit
SOLOCRAWL_CACHE_TTL_SECONDSNoIn-memory fetch cache TTL in seconds (0 = disabled)
SOLOCRAWL_MAX_RESPONSE_BYTESNoCap on fetched response body size (10 MiB)
SOLOCRAWL_ALLOW_INTERNAL_URLSNoAllow scraping localhost/private IPs (dev only)

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": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
web_searchB

Search the web across SoloCrawl's configured providers and return unified results.

scrapeA

Fetch a URL and return the main page content as markdown suitable for LLM context.

researchA

Search the web, scrape the top results, and return an aggregated cited report.

package_versionB

Look up the latest or constraint-satisfying version of a package from a registry.

list_providersA

List the registered search and package providers (default vs. opt-in).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 5 tools

Disambiguation3/5

Tools like research and web_search both perform web searches, with research also scraping and aggregating results. Similarly, scrape is available alongside research's scraping capability. While descriptions differentiate them, the boundaries could confuse an agent.

Naming Consistency2/5

Tool names mix patterns: list_providers follows verb_noun, package_version uses noun_noun, while research and scrape are bare verbs, and web_search is noun_noun. No consistent style is maintained.

Tool Count5/5

Five tools cover the core functionality—provider listing, package version lookup, web search, scraping, and combined research—without being excessive or insufficient for the server's stated purpose.

Completeness4/5

The tool set covers primary use cases (search, scrape, package lookup) but lacks features like crawling multiple pages or provider management, which are minor gaps for a research-focused server.

Maintenance

ActivityInactive
ResponsivenessNo issues