
forecasting mcp
MCP server for LLM clients to interact with my forecasting website
Repository Info
About This Server
MCP server for LLM clients to interact with my forecasting website
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Forecasting MCP
This is a Model Context Protocol (MCP) implementation for interacting with a forecasting website. It enables LLMs to make, update, and delete forecasts, as well as retrieve forecast data and access external information through Perplexity API.
Features
- Make forecasts on an existing forecasting website
- Update existing forecasts
- Get information about forecasts
- Access Perplexity AI for additional context and research
Setup
- Install the required dependencies:
pip install .
- Create a
.envfile with the following variables:
API_URL=<your_forecasting_api_url>
BOT_USERNAME=<your_bot_username>
BOT_PASSWORD=<your_bot_password>
PERPLEXITY_API_KEY=<your_perplexity_api_key> # For accessing Perplexity API
Usage
Run the server with:
uv run forecasting.py
Available MCP Tools
Forecasts Management
get_forecasts: List forecasts by category and statusget_forecast_data: Get details for a specific forecastupdate_forecast: Create a new forecast point for a forecast.
Forecast Points
get_forecast_points: Get all forecast points for a forecast
External Information
query_perplexity: Query the Perplexity API for additional information to inform forecasts
Dependencies
- Python 3.13+
- FastAPI
- httpx
- MCP
- requests
Development
This server uses FastAPI and the MCP library to provide a standardized interface for LLMs to interact with forecasting data.
Quick Start
Clone the repository
git clone https://github.com/bayesmaxxing/forecasting-mcpInstall dependencies
cd forecasting-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.