Skip to main content
Glama
dowant

LionScraper

by dowant

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LANGNoLanguage for tool descriptions and stderr logs (e.g., zh-CN, en-US).
PORTNoHTTP + WebSocket listening port, must match the bridge port in the extension. Default is 13808.
TOKENNoBearer token for authentication with the daemon. Leave empty for no authentication.
DAEMONNoSet to '0' to prevent thin MCP from auto-launching the daemon. Leave empty or set to other values to allow auto-launch.
TIMEOUTNoMilliseconds to wait for the previous instance to exit when taking over the port. Default is 120000. Set to 0 to force takeover as soon as possible.

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct extraction domain (articles, emails, images, phones, URLs) or connection status (ping). No overlap exists between the specialized scrapers, and the agent can easily select based on desired data type.

Naming Consistency5/5

All extraction tools follow the consistent snake_case pattern scrape_{noun} (scrape_article, scrape_emails, scrape_images, scrape_phones, scrape_urls). 'ping' appropriately deviates as a connectivity utility rather than extraction tool.

Tool Count5/5

Six tools is ideal for this focused scope: one connection manager plus five specific extraction targets. The count avoids bloat while covering the essential extraction workflows for a browser-based scraper.

Completeness4/5

Covers the core extraction lifecycle: connectivity check, URL discovery, and specific data harvesting (articles, emails, images, phones). Documentation references a generic 'scrape' fallback tool that isn't listed, indicating either a minor gap or outdated docs.

Maintenance

ActivityInactive
ResponsivenessNo issues