Skip to main content
Glama
stackscan

StackScan MCP Server

Official
by stackscan

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
STACKSCAN_API_BASENoBase URL for the StackScan API. Rarely needed. Defaults to https://api.stackscan.comhttps://api.stackscan.com
STACKSCAN_API_TOKENYesYour StackScan API token, from Dashboard → API Tokens
STACKSCAN_TENANT_IDYesYour StackScan workspace UUID, from the same page as API Tokens
STACKSCAN_SESSION_LOOKUP_CAPNoMaximum number of credit-consuming lookups per session. Defaults to 25.25

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
check_creditsA

Check the StackScan credit balance. Free - does not consume a credit. Call this before a batch of lookups so you know how many you can afford.

lookup_companyA

Given a domain, return the company behind it: name, industry, city, country, address and LinkedIn URL. Use this when asked who owns or operates a website, or to enrich a domain into firmographics. Costs 1 credit.

lookup_domain_technologiesA

Given a domain, list the technologies detected on it (analytics, hosting, ecommerce platform, frameworks and so on), each with its category and how many sites overall use it. Use this to answer 'what is this site built with?'. Costs 1 credit.

lookup_technologyA

Given a technology name, return how widely it is used and its top countries by adoption. Use this to size a market or compare platforms, e.g. 'how many sites run Shopify, and where?'. Costs 1 credit.

lookup_companiesA

Look up the companies behind up to 20 domains in ONE call, returned as a compact table. Prefer this over repeated lookup_company calls whenever you have several domains in hand - it is one request instead of many, and costs the same per resolved domain. Duplicates and www. variants collapse and are charged once. Costs 1 credit per domain that HAS data; misses and malformed domains are free.

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/stackscan/stackscan-mcp'

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