GroundAPI
GroundAPI bietet eine einheitliche Datenebene für KI-Agenten — 18 Tools aus den Bereichen Finanzen, Informationen und Lebensdienste. Ein API-Schlüssel, drei Zugriffsmethoden: REST-API, MCP und CLI.
Inhaltsverzeichnis
Related MCP server: Real-time Stock MCP Service
Schnellstart
Holen Sie sich Ihren API-Schlüssel unter groundapi.net — 500 kostenlose Aufrufe/Monat, keine Kreditkarte erforderlich.
Option 1: MCP (empfohlen für KI-Agenten)
Fügen Sie dies zu Claude Desktop, Cursor, Windsurf oder einem anderen MCP-kompatiblen Client hinzu:
{
"mcpServers": {
"groundapi": {
"url": "https://mcp.groundapi.net/mcp",
"headers": {
"X-API-Key": "YOUR_API_KEY"
}
}
}
}Option 2: REST-API
curl -H "X-API-Key: YOUR_API_KEY" \
"https://api.groundapi.net/v1/finance/stock?symbol=600519&aspects=overview"Option 3: CLI
pip install groundapi-cli
groundapi config set-key YOUR_API_KEY
groundapi stock --symbol 600519MCP-Tools-Referenz
Finanzen (6 Tools)
finance_stock — Wertpapierdaten
All-in-One-Abfrage für A-Aktien, Indizes und ETFs. Unterstützt 13 Daten-Dimensionen und den Vergleich mehrerer Aktien.
Parameter | Typ | Standard | Beschreibung |
| string | — | Aktiencode. Kommagetrennt für Vergleiche (z. B. |
| string | — | Suche nach Name (z. B. |
| string |
| Daten-Dimensionen, kommagetrennt (siehe Tabelle unten) |
| int |
| Historischer Bereich für K-Linien/Technik |
| string |
| K-Linien-Zeitraum: |
13 verfügbare Aspekte:
Aspekt | Rückgabe | Verwendung bei |
| Schneller Überblick: Kurs + Kurzprofil + Finanzkurzinfo | "Wie läuft es bei XXXX?" |
| Vollständige Unternehmensinfo, Konzepte, Indexzugehörigkeit, Kapitalstruktur | "Was macht dieses Unternehmen?" |
| Echtzeitkurs, KGV/KBV, 5-stufiges Orderbuch, Abstands-Limit | "Aktueller Kurs?" |
| K-Linien-Daten (unterstützt 5/15/30/60min, täglich, wöchentlich, monatlich) | "Zeig mir das Diagramm" |
| MACD, MA, BOLL, KDJ + Signalerkennung (z. B. "DIF kreuzt über DEA") | "Technische Analyse?" |
| 3 Finanzberichte, vierteljährliche GuV, Cashflow, Dividenden, Prognosen | "Wie sind die Finanzen?" |
| Kapitalfluss (Mega/Groß/Mittel/Klein-Aufträge), kontinuierlicher Zu-/Abfluss | "Kauft das Smart Money?" |
| Top 10 Aktionäre, Streubesitz, Trend der Anzahl, Fondsbestände | "Wer sind die Hauptaktionäre?" |
| Führungskräfte, Vorstandsmitglieder, Aufsichtsräte | "Wer ist das Management?" |
| Dividenden, Aktienemissionen, Ablauf von Sperrfristen, Gewinnkalender | "Wann ist die nächste Dividende?" |
| Intraday-Tick-für-Tick mit Richtungsstatistik (Kauf/Verkauf) | "Mehr Käufer oder Verkäufer heute?" |
| Mehrdimensionale faktische Aggregation (keine Meinungen) | "Gib mir eine vollständige Datenzusammenfassung" |
| Branchenvergleichstabelle mit KGV/KBV/Marktkapitalisierungs-Ranking | "Wie ist das Ranking in der Branche?" |
# Quick overview
finance_stock(symbol="600519")
# Deep dive with multiple aspects
finance_stock(symbol="600519", aspects="quote,technical,financial,flow")
# Search by name
finance_stock(keyword="平安")
# Compare multiple stocks
finance_stock(symbol="601398,601939,600036", aspects="quote")
# Index / ETF
finance_stock(symbol="000001.SH", aspects="kline,technical") # SSE Composite
finance_stock(symbol="510300", aspects="quote") # CSI 300 ETFfinance_market — Marktübersicht
Marktweite Daten: wichtige Indizes, heiße Aktien, Branchenrotation, IPO-Kalender, Anomaliesignale.
Parameter | Typ | Standard | Beschreibung |
| string |
| Datenumfang, kommagetrennt |
| string | — | Drill-down in einen bestimmten Sektor |
| string | — | Datumsfilter (JJJJ-MM-TT) |
Bereiche: overview (Indizes + Stimmung) · hot (Limit-Up/Down-Pools, Serien-Aufschlüsselung) · sectors (Konzept- & Branchenlisten) · ipo (IPO-Kalender) · signals (Anomalieerkennung)
finance_market() # Today's market
finance_market(scope="hot") # Limit-up/down stocks
finance_market(scope="sectors", sector="AI") # AI sector constituents
finance_market(scope="ipo") # IPO calendarfinance_screen — Aktienscreener
Mehrkriterien-Screening mit über 20 Dimensionen und voreingestellten Filterkombinationen.
Parameter | Typ | Beschreibung |
| string | Branchenfilter (z. B. |
| string | Konzeptfilter (z. B. |
| float | KGV-Bereich |
| float | Max. KBV |
| float | Marktkapitalisierungsbereich |
| float | Min. Dividendenrendite (%) |
| string |
|
| string | Sortierfeld (Standard: |
finance_screen(industry="银行", pe_max=10) # Low-PE bank stocks
finance_screen(min_dividend_yield=3, sort_by="dividend_yield") # High dividend
finance_screen(concept="AI") # AI concept stocks
finance_screen(filter_preset="low_pe_high_div") # Preset: value picksfinance_search — Universelle Suche
Suche über 11.780+ Wertpapiere: Aktien, Konzepte, Sektoren, ETFs, Indizes.
Parameter | Typ | Beschreibung |
| string | Suchanfrage |
| string |
|
finance_search(keyword="芯片", type="etf") # Chip ETFs
finance_search(keyword="AI", type="concept") # AI concept indices
finance_search(keyword="沪深300", type="index") # CSI 300finance_exchange_rate — Währungsumrechnung
finance_exchange_rate(from_currency="USD", to_currency="CNY")
finance_exchange_rate(from_currency="EUR", to_currency="JPY")finance_gold_price — Edelmetalle
finance_gold_price() # Gold, silver, platinum real-time pricesInformationen (5 Tools)
info_search — Websuche
Parameter | Typ | Beschreibung |
| string | Suchbegriffe |
| int | Anzahl der Ergebnisse (1–50, Standard 10) |
| string |
|
info_search(query="AI Agent trends 2026", count=20, recency="oneWeek")info_scrape — Web-Scraper
info_scrape(url="https://example.com") # Returns clean markdowninfo_news — Nachrichten-Schlagzeilen
Parameter | Typ | Beschreibung |
| string |
|
| int | Anzahl der Artikel (1–50) |
info_news(category="finance", limit=10)
info_news(category="tech")info_trending — Trendthemen
Echtzeit-Suchrankings von Weibo, Douyin, Zhihu und mehr.
info_trending()info_bulletin — Tägliches Briefing
info_bulletin() # Morning news digestLebensdienste (7 Tools)
life_weather — Wetter
Parameter | Typ | Beschreibung |
| string | Stadtname (z. B. |
| string | Breitengrad,Längengrad (z. B. |
| bool | 7-Tage-Vorhersage einbeziehen |
life_weather(city="北京", forecast=True)
life_weather(location="39.9,116.4")life_logistics — Paketverfolgung
life_logistics(number="SF1234567890") # Auto-detect carrier
life_logistics(number="1234567890", company="yt") # Specify carrierlife_ip — IP-Geolokalisierung
life_ip(address="8.8.8.8") # Country, city, timezone, ISP
life_ip() # Caller's IPlife_tax — Einkommensteuer-Rechner
life_tax(monthly_salary=20000, insurance=2000, special_deduction=1500)life_calendar — Kalender & Handelstage
life_calendar() # Today: lunar date, solar terms, holiday, trading day
life_calendar(date="2026-05-01") # Specific datelife_oil_price — Kraftstoffpreise
life_oil_price() # National average
life_oil_price(province="北京") # Province-specificlife_traffic — Fahrverbote
life_traffic(city="北京") # Today's restricted plate numbersREST-API
Basis-URL: https://api.groundapi.net
Alle Endpunkte erfordern den Header X-API-Key.
Endpunkt | Beschreibung |
| Aktien-/Index-/ETF-Daten |
| Marktübersicht |
| Aktienscreening |
| Wertpapiersuche |
| Wechselkurse |
| Gold & Edelmetalle |
| Websuche |
| Web-Scraping |
| Nachrichten-Schlagzeilen |
| Trendthemen |
| Tägliches Briefing |
| Wetter |
| Paketverfolgung |
| IP-Geolokalisierung |
| Steuerrechner |
| Kalenderinfo |
| Kraftstoffpreise |
| Fahrverbote |
# Stock overview
curl -H "X-API-Key: YOUR_KEY" \
"https://api.groundapi.net/v1/finance/stock?symbol=600519&aspects=overview"
# Multi-aspect deep dive
curl -H "X-API-Key: YOUR_KEY" \
"https://api.groundapi.net/v1/finance/stock?symbol=600519&aspects=quote,technical,financial"
# Market overview
curl -H "X-API-Key: YOUR_KEY" \
"https://api.groundapi.net/v1/finance/market?scope=overview"
# Stock screening
curl -H "X-API-Key: YOUR_KEY" \
"https://api.groundapi.net/v1/finance/stock/screen?industry=银行&pe_max=10"
# Web search
curl -H "X-API-Key: YOUR_KEY" \
"https://api.groundapi.net/v1/info/search?q=AI+Agent&count=10"
# Weather
curl -H "X-API-Key: YOUR_KEY" \
"https://api.groundapi.net/v1/life/weather?city=北京&forecast=true"Vollständige API-Dokumentation: docs.groundapi.net
CLI-Referenz
Installation
pip install groundapi-cli
groundapi config set-key YOUR_API_KEYFinanzen
# Stock quotes
groundapi stock --symbol 600519 # Real-time quote
groundapi stock --keyword 贵州茅台 # Search by name
groundapi stock --symbol 600519 --date 2024-12-31 # Specific date
groundapi stock --symbol 600519 --days 30 # Last 30 days
groundapi stock --symbol 600519 --days 30 --include technicals # With technicals
# Screening
groundapi screen # Default ranking
groundapi screen --industry 白酒 --pe-max 30 # Industry + PE filter
groundapi screen --sort-by total_market_cap --limit 10 # Top 10 by market cap
# Market overview
groundapi market # Indices + macro
groundapi market --include sectors,valuation # With sectors + valuation
groundapi market --sector 半导体 --type industry # Sector drill-down
# Funds
groundapi fund # Fund ranking
groundapi fund --keyword 沪深300 # Search funds
groundapi fund --code 110011 # Fund detailsInformationen
groundapi search "AI Agent" # Web search
groundapi search "AI Agent" --count 20 --recency oneWeek # With filters
groundapi scrape https://example.com # Scrape webpage
groundapi news # Finance news
groundapi news --category tech --limit 10 # Tech newsLebensdienste
groundapi weather --city 北京 # Current weather
groundapi weather --city 北京 --forecast # 7-day forecast
groundapi weather --location 39.9,116.4 # By coordinates
groundapi logistics SF1234567890 # Track package
groundapi ip 8.8.8.8 # IP lookupAgenten-Fähigkeiten
Vorgefertigte Fähigkeiten, die GroundAPI-Tools zu automatisierten Workflows kombinieren. Installieren Sie diese in Cursor, OpenClaw oder Smithery:
Fähigkeit | Beschreibung |
Erstellt tägliche A-Aktien-Marktzusammenfassung — Indizes, Sektoren, heiße Aktien, Anomalien | |
Tiefe Analyse mit 13 Daten-Dimensionen — gibt strukturierten Bericht mit Technik, Finanzen, Kapitalfluss aus | |
Natürliches Sprach-Aktienscreening — "finde unterbewertete Bankaktien mit hohen Dividenden" | |
Multi-Quellen-Recherche — sucht, scrapt und synthetisiert Informationen | |
Standortbezogener täglicher Assistent — Wetter, Kalender, Verkehr, Nachrichten auf einen Blick | |
Marktanomalie-Erkennung — ungewöhnliches Volumen, Preislücken, Limit-Up-Serien |
Selbstgehosteter MCP-Server
Führen Sie den MCP-Server lokal aus (stdio-Transport für lokale KI-Clients):
pip install -r requirements.txt
python mcp_server.pyOder verbinden Sie sich mit dem gehosteten MCP-Endpunkt (keine Bereitstellung erforderlich):
https://mcp.groundapi.net/mcpPreise
Kostenlos | Bezahlt | |
Aufrufe | 500/Monat | Pay-as-you-go |
Ratenlimit | 60/Min | 300/Min |
Zahlung | — | Alipay / WeChat Pay / Kreditkarte |
Holen Sie sich Ihren API-Schlüssel unter groundapi.net.
Links
Website: groundapi.net
API-Dokumentation: docs.groundapi.net
MCP-Endpunkt:
https://mcp.groundapi.net/mcpCLI auf PyPI: groundapi-cli
mcp.so: GroundAPI auf mcp.so
Lizenz
MIT — Nur für Fähigkeiten, MCP-Server-Wrapper und Dokumentation. GroundAPI ist ein kommerzieller API-Dienst.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceThe MCP provides comprehensive financial data and analytical tool support for AI large language models, specifically including the following five core data capabilities: Stock Analysis/ETF Analysis/Public Funds/News & Information/General Tools More Info: https://github.com/shenqingtech/deepq-finan44407ISC
- AlicenseAqualityCmaintenanceProvides real-time stock market data and analysis from Chinese markets through 34 MCP tools, including K-line charts, technical indicators, fundamental analysis, financial metrics, and market insights without requiring authentication or API tokens.3453MIT
- AlicenseNot gradedqualityCmaintenanceReal-time A-share stock data for AI assistants. Provides real-time stock prices, K-line data, financial indicators, and sector fund flow analysis for Chinese A-share market. Multi-source data validation ensures accuracy.4MIT
- AlicenseNot gradedqualityCmaintenanceProvides 11 MCP tools for querying A-share market data, financial reports, stock screening, hot topics, self-selected stocks, and LOF arbitrage using natural language, powered by East Money / Miaoxiang APIs.MIT
Related MCP Connectors
Read-only China A-share data for AI agents: market, limit-up, capital flow and disclosures.
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
Access real-time and historical market data for China A-shares and Hong Kong stocks, along with ne…
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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