MCP Server
MCP
GroundAPI
Real-time data API for AI Agents: stocks, weather, forex, logistics, search, scrape, news, IP.
Configuration Example
{
"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"
}
]
}
],
"packages": []
}
mcp
model-context-protocol
streamable-http
Comments
Sign in to leave a comment