MCP server that gives Claude and other MCP Platforms time series forecasting capabilities via the Geneva Forecasting API. Returns forecast values, confidence intervals, and matplotlib chart images directly in your AI assistant. The Geneva engine has been used in Oracle products for 25+ years. Install with pip install geneva-mcp. Free tier available with 1,000 forecasts/month, no credit card required.
Overview
A required part of this site couldn’t load. This may be due to a browser
extension, network issues, or browser settings. Please check your
connection, disable any ad blockers, or try using a different browser.
Server Config
{
"mcpServers": {
"geneva": {
"command": "uvx",
"args": [
"geneva-mcp"
],
"env": {
"GENEVA_API_URL": "https://api.roadmap-tech.com",
"GENEVA_API_KEY": "gva_your_key_here"
}
}
}
}