llms.txt Content
# GroundAPI
> One-stop data layer for AI Agents. A-share finance, web search, weather, logistics.
## MCP Server
Connect your Agent to GroundAPI via MCP:
```json
{
"mcpServers": {
"groundapi": {
"url": "https://mcp.groundapi.net/sse",
"env": { "GROUNDAPI_KEY": "YOUR_API_KEY" }
}
}
}
```
Get API Key: https://groundapi.net/dashboard/keys
## Finance Tools (6)
### finance_stock — Securities Data (Stocks / Indices / ETFs)
- Endpoint: GET /v1/finance/stock
- Params: symbol (e.g. 000001, 000001.SH, 510300; comma-separated for compare), keyword, aspects (default: overview), days (default: 60), period (5/15/30/60/d/w/m), limit
- 13 aspects: overview, profile, quote, kline, technical, financial, flow, holders, management, events, tick, summary, peers
- Examples:
- Quick look: finance_stock(symbol="600519")
- Deep dive: finance_stock(symbol="600519", aspects="quote,technical,financial,flow")
- Index: finance_stock(symbol="000001.SH", aspects="kline,technical")
- ETF: finance_stock(symbol="510300", aspects="quote")
- Compare: finance_stock(symbol="601398,601939", aspects="quote")
- Search: finance_stock(keyword="茅台")
### finance_market — Market Overview
- Endpoint: GET /v1/finance/market
- Params: scope (overview/hot/sectors/ipo/signals, comma-separated), sector (drill-down name), date, limit
- Scopes:
- overview: 5 major indices + sentiment (limit-up count, seal rate, max streak)
- hot: limit-up/down/strong/failed-limit/sub-new pools + streak tier stats
- sectors: concept & industry lists; add sector="AI" for constituents
- ipo: upcoming IPO calendar
- signals: multi-streak stocks, high-gain stocks
### finance_screen — Stock Screening
- Endpoint: GET /v1/finance/stock/screen
- Params: industry, concept, pe_min, pe_max, pb_max, min_market_cap, max_market_cap, min_dividend_yield, filter_preset, sort_by, order, limit
- Presets: low_pe_high_div (PE<15 & yield>3%), small_cap_growth (cap<10B), large_cap_stable (cap>50B