GroundAPI
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| X_API_KEY | Yes | Your GroundAPI key for authentication (passed as X-API-Key header) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| finance_stock | Query A-share stock data. Supports multiple modes:
|
| finance_stock_screen | Screen stocks by criteria or get top/bottom rankings.
|
| finance_market | Get market data. Supports multiple modes:
|
| finance_fund | Query fund data: search, detail, or ranking.
|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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