目录 / GroundAPI
MCP
需 API Key
未评级
已上架
GroundAPI
Real-time data API for AI Agents. One API key to access 13 tools: A-share stocks (quote, search, history, ranking), weather, forex rates, logistics tracking, web search, web scraping, news, and IP geolocation. Free tier: 500 calls/month.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 需 API Key(需要配置:api_key)
- 端点
https://groundapi--groundapi.run.tools
该服务需要凭证,请按官方文档申请后替换占位符
{
"mcpServers": {
"GroundAPI": {
"headers": {
"Authorization": "Bearer \u003cYOUR_KEY\u003e"
},
"url": "https://groundapi--groundapi.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| stock_quote | 获取 A 股最新日行情。symbol: 股票代码,如 600519(贵州茅台)。api_key: GroundAPI 密钥。 |
| stock_list | 获取 A 股股票列表(分页)。market: 市场过滤(sh/sz/bj,留空返回全部)。is_active: 是否在市。page/page_size: 分页参数。api_key: GroundAPI 密钥。 |
| stock_search | 按代码或名称搜索 A 股股票。keyword: 搜索关键词,如 '茅台' 或 '600519'。limit: 返回条数(1-50)。api_key: GroundAPI 密钥。 |
| stock_daily | 查询某只股票在指定日期的行情数据。symbol: 股票代码。date: 日期(YYYY-MM-DD)。api_key: GroundAPI 密钥。 |
| stock_history | 查询某只股票的历史日K线数据。symbol: 股票代码。start_date/end_date: 日期范围(YYYY-MM-DD,可选)。limit: 最大返回条数(1-500)。api_key: GroundAPI 密钥。 |
| stock_ranking | 查询 A 股涨跌排行榜。date: 交易日期(YYYY-MM-DD,不传取最新)。sort_by: 排序字段(change_pct/volume/turnover/turnover_rate/amplitude)。order: desc/asc。limit: 返回条数。api_key: GroundAPI 密钥。 |
| weather_current | 查询城市实时天气。city: 城市名称(中文或英文),如 北京、Tokyo。api_key: GroundAPI 密钥。 |
| forex_rate | 获取两种货币的实时汇率。from_currency/to_currency: ISO 4217 货币代码,如 USD、CNY。api_key: GroundAPI 密钥。 |
| logistics_track | 追踪快递物流状态。number: 运单号。carrier: 快递公司编码(可选,如 sf/yt/zt/yd/auto),不填自动识别。phone: 手机号后四位(顺丰/丰网必传)。api_key: GroundAPI 密钥。 |
| web_search | 网络搜索。query: 搜索关键词。engine: 搜索引擎(std/pro/sogou/quark)。count: 返回条数(1-50)。recency: 时间范围(oneDay/oneWeek/oneMonth/oneYear/noLimit)。api_key: GroundAPI 密钥。 |
| scrape_webpage | 抓取网页内容并转为结构化文本。url: 网页地址。format: 返回格式(markdown/text)。api_key: GroundAPI 密钥。 |
| news_hot | 获取分类新闻热点。category: 新闻分类(general/finance/sports/entertainment/tech/military/health/education/travel/game/auto/domestic/world/fashion/food/house)。limit: 返回条数(1-50)。page: 页码。api_key: GroundAPI 密钥。 |
| locate_ip | IP 地理定位。ip: 要查询的 IP 地址,如 8.8.8.8。返回国家、城市、经纬度、ISP 等信息。api_key: GroundAPI 密钥。 |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。