Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OLLAMA_HOSTNoHost URL for Ollama LLM servicehttp://localhost:11434
HIBP_API_KEYNoAPI key for Have I Been Pwned
DEHASHED_API_KEYNoAPI key for DeHashed

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
scan_targetA

Start a privacy-OSINT scan. Returns immediately with a scan_id.

The scan runs in the background and takes several minutes. Poll scan_status(scan_id) until it reports "done", then call get_report(scan_id). Only one scan runs at a time. Provide at least one of email / phone / name (name works best with a city/state). Leaked credentials are never in the headline result — use reveal_credentials(scan_id) for those.

scan_statusA

Check a scan started by scan_target: status is running | done | error.

When done, includes the headline result (risk, summary, top risks, report paths) and which sources were skipped because no API token was configured. Then call get_report(scan_id).

list_scansA

List previously run scans (newest first): scan_id, identifier, date, paths.

get_reportA

Return a scan's report. fmt is 'md' (default) or 'json'.

The markdown is returned with the leaked-credentials section removed; call reveal_credentials(scan_id) to see those.

reveal_credentialsA

Return the leaked-credentials dossier for a scan (plaintext passwords).

This is the explicit gate for the most sensitive output — only call it when the user has clearly asked to see the actual leaked credentials.

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/sudohnim/eidolon'

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