Skip to main content
Glama
ekas-io

open-sales-stack

by ekas-io

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LLM_API_KEYYesAPI key for the selected LLM provider.
LLM_PROVIDERYesLLM provider and model (e.g. 'openai/gpt-4o-mini', 'anthropic/claude-haiku-4-5-20251001', 'gemini/gemini-2.5-flash')

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
website_intel_extractA

Scrape or crawl a webpage and extract structured data as JSON using a custom schema. Use this tool when you know the specific URL of a website and need to extract particular information in a well-defined, structured format.

Two modes are available: • 'scrape' (default) — single-page extraction with full JS rendering. • 'crawl' — multi-page extraction that follows links up to a page limit.

You MUST provide three things:

  1. The target URL

  2. A JSON Schema object defining the exact shape of the data you want returned

  3. A natural-language prompt describing what to extract

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/ekas-io/open-sales-stack'

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