Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
X_API_KEYYesYour GroundAPI key for authentication (passed as X-API-Key header)

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
finance_stock

Query A-share stock data. Supports multiple modes:

  • Search: finance_stock(keyword="茅台") — find stocks by name or code

  • Latest quote: finance_stock(symbol="600519") — current price, PE, PB, dividend yield

  • Specific date: finance_stock(symbol="600519", date="2026-03-28")

  • History: finance_stock(symbol="600519", days=60) — last N trading days

  • With technicals: finance_stock(symbol="600519", days=60, include="technicals")

  • With fundamentals: finance_stock(symbol="600519", include="fundamental") Either keyword or symbol is required.

finance_stock_screen

Screen stocks by criteria or get top/bottom rankings.

  • Ranking: finance_stock_screen(sort_by="change_pct", limit=10) — today's top gainers

  • Filter: finance_stock_screen(industry="半导体", pe_max=30) — semiconductor stocks with PE < 30 All filter params are optional. With no filters, returns a simple ranking.

finance_market

Get market data. Supports multiple modes:

  • Market overview: finance_market() — indices, breadth, volume, top sectors, macro

  • With sectors: finance_market(include="sectors") — add sector ranking

  • With funds: finance_market(include="funds") — add fund ranking

  • With valuation: finance_market(include="valuation") — add industry valuation map

  • With macro: finance_market(include="macro") — add macro indicators

  • All extras: finance_market(include="sectors,funds,valuation,macro")

  • Sector detail: finance_market(sector="半导体") — specific sector with constituents

finance_fund

Query fund data: search, detail, or ranking.

  • Search: finance_fund(keyword="沪深300")

  • Detail: finance_fund(code="110011")

  • Ranking: finance_fund(sort_by="return_1y", limit=20)

info_search

Search the web. Returns titles, links, and snippets. query: search keywords. count: number of results (1-50). recency: oneDay/oneWeek/oneMonth/oneYear/noLimit.

info_scrape

Read a webpage and return its content as markdown. url: the webpage URL to scrape.

info_news

Get latest news headlines. category: finance/general/tech/sports/... (default: finance). limit: number of articles (1-50).

life_weather

Get weather data: current conditions and optional 7-day forecast. city: city name (e.g. '北京'). location: lat,lng. forecast: include 7-day forecast.

life_logistics

Track a courier package. number: tracking number. company: courier company code (auto-detected if omitted).

life_ip

Get IP geolocation info. address: IP address (defaults to caller IP if omitted).

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/qingkongzhiqian/groundapi'

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