GroundAPI
GroundAPI
Real-time Data API for AI Agents
GroundAPI provides a unified data layer for AI Agents β 10 tools covering A-share finance, web search, news, weather, logistics, and more. Supports REST API, MCP, and CLI.
π Website Β· π Documentation Β· π MCP Setup
Features
Finance (4 tools)
Stock Data β Real-time A-share quotes, fundamentals, technicals, historical data
Stock Screener β Multi-criteria screening with 20+ dimensions
Market Overview β Indices, sector rotation, breadth, macro indicators
Fund Data β Fund search, ranking, NAV, and manager info
Information (3 tools)
Web Search β Multi-engine web search with recency filters
Web Scraper β Extract clean markdown from any webpage
News β Latest headlines by category (finance, tech, general, etc.)
Life Services (3 tools)
Weather β Current conditions + 7-day forecast for any city
Logistics β Track packages across major courier companies
IP Geolocation β Country, city, timezone, ISP lookup
Quick Start
MCP (for AI Agents)
Add to your Claude Desktop, Cursor, Windsurf, or any MCP-compatible client:
{
"mcpServers": {
"groundapi": {
"url": "https://mcp.groundapi.net/mcp",
"headers": {
"X-API-Key": "YOUR_API_KEY"
}
}
}
}REST API
curl -H "X-API-Key: YOUR_API_KEY" \
"https://api.groundapi.net/v1/life/weather?city=Beijing"CLI
pip install groundapi-cli
groundapi config set-key YOUR_API_KEY
groundapi stock 600519
groundapi weather BeijingMCP Tools Reference
Tool | Description | Example |
| Query A-share stock data |
|
| Screen stocks by criteria |
|
| Get market overview & sectors |
|
| Query fund data |
|
| Search the web |
|
| Read a webpage as markdown |
|
| Get latest news |
|
| Get weather data |
|
| Track a package |
|
| IP geolocation |
|
Pricing
Free Tier: 500 calls/month
Rate Limits: Free 60/min, Paid 300/min
Payment: Alipay / WeChat Pay / Credit Card
Get your API key at groundapi.net.
Agent Skills
Pre-built skills for OpenClaw and Smithery that combine GroundAPI tools into ready-to-use workflows:
Skill | Description |
Daily A-share market summary | |
Individual stock analysis | |
Smart stock screening | |
Deep web research & synthesis | |
Location-aware daily assistant |
Links
Website: groundapi.net
API Docs: groundapi.net/documentation
MCP Setup: Agent Integration Guide
Smithery: smithery.ai
CLI on PyPI: groundapi-cli
License
MIT β Skills and documentation only. GroundAPI is a commercial API service.
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