Serversio.github.qingkongzhiqian/groundapi
G

GroundAPI

io.github.qingkongzhiqian/groundapi · v1.0.0
● Remote
v1.0.0remote🌐 https://mcp.groundapi.net/mcp
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.qingkongzhiqian/groundapi",
  "description": "Real-time data API for AI Agents: stocks, weather, forex, logistics, search, scrape, news, IP.",
  "title": "GroundAPI",
  "version": "1.0.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.groundapi.net/mcp",
      "headers": [
        {
          "description": "Your GroundAPI API key. Sign up at https://groundapi.net to get one.",
          "isRequired": true,
          "isSecret": true,
          "name": "X-API-Key"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}