MCP Hub
Back to servers

GroundAPI

Real-time data API for AI Agents. 10 MCP tools covering A-share stock quotes, market overview, fund data, web search, news, weather, logistics tracking, and IP geolocation.

glama
Updated
Apr 4, 2026

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 Beijing

MCP Tools Reference

ToolDescriptionExample
finance_stockQuery A-share stock datafinance_stock(symbol="600519")
finance_stock_screenScreen stocks by criteriafinance_stock_screen(industry="εŠε―Όδ½“", pe_max=30)
finance_marketGet market overview & sectorsfinance_market(include="sectors,macro")
finance_fundQuery fund datafinance_fund(keyword="ζ²ͺζ·±300")
info_searchSearch the webinfo_search(query="AI trends 2026")
info_scrapeRead a webpage as markdowninfo_scrape(url="https://example.com")
info_newsGet latest newsinfo_news(category="finance")
life_weatherGet weather datalife_weather(city="Tokyo", forecast=true)
life_logisticsTrack a packagelife_logistics(number="SF1234567890")
life_ipIP geolocationlife_ip(address="8.8.8.8")

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:

SkillDescription
Market BriefingDaily A-share market summary
A-Share AnalystIndividual stock analysis
Stock ScreenerSmart stock screening
Web ResearcherDeep web research & synthesis
Context AwareLocation-aware daily assistant

Links

License

MIT β€” Skills and documentation only. GroundAPI is a commercial API service.

Reviews

No reviews yet

Sign in to write a review

GroundAPI β€” MCP Server | MCP Hub