Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BRAVE_API_KEYNoYour Brave Search API key for better search results. Leave empty for keyless DuckDuckGo fallback.
SEC_USER_AGENTNoYour name and email for SEC fair-access policy (e.g., 'Your Name you@email.com'). Defaults to a generic agent.

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
web_searchA

Search the web. Returns ranked results (title, url, snippet) as structured JSON. Uses Brave Search when BRAVE_API_KEY is set, otherwise keyless DuckDuckGo.

web_readA

Fetch a URL and return clean markdown PLUS provenance: published date, author, canonical URL, content hash, fetch time, and license signals. The provenance is the point — verifiable source metadata an AI normally cannot get.

web_researchA

One-shot research: search the web, fetch the top results, and return their clean content bundled with full provenance per source. Ideal for grounding an answer with citations.

finance_filingsA

List a company's recent SEC filings from EDGAR by ticker, name, or CIK. Free, official, no API key. Returns form type, filing/report dates, accession number, and direct document URL — provenance is authoritative (straight from SEC).

finance_filing_readA

Fetch and clean a specific SEC filing. Pass a filing document URL, OR a company query plus formType to auto-read the most recent matching filing (e.g. latest 10-K for NVDA). Returns clean text plus provenance.

finance_financialsA

Key structured financials (revenue, net income, total assets, cash, diluted EPS) from SEC XBRL data. Each figure is stamped with the exact filing it came from (form, filed date, accession, fiscal period) — authoritative provenance. Ticker / name / CIK. No API key.

watch_manageA

Add, remove, or list watches. Watch a company's SEC filings (target = ticker/name/CIK, optional formType like 8-K) or any URL (target = https://…, watched by content hash). Adding baselines current state; use watch_check later to see only what's new.

watch_checkA

Check every watch for changes since the last check: new SEC filings, changed page content. Returns only what's new and rolls baselines forward. Run it on a schedule (cron / scheduled agent) to turn veris into an alert feed. Note: the SEC filing index may lag up to ~1h (cache).

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/jakeyoung1/veris'

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