An MCP (Model Context Protocol) server for Fatebook.io - a prediction tracking tool that helps you improve your calibration.
URL: https://fatebookmcp.val.run
FATEBOOK_API_KEY to your MCP client's environment variables| Tool | Description |
|---|---|
create_question | Make a new prediction with optional initial forecast |
list_questions | View predictions (filter by resolved/unresolved/search) |
get_question | Get details about a specific prediction |
add_forecast | Update your probability estimate (0-1) |
add_comment | Add notes or reasoning |
resolve_question | Mark as YES, NO, or AMBIGUOUS |
edit_question | Update title, resolve date, or notes |
delete_question | Remove a prediction |
Add this server in settings:
fatebookhttps://fatebookmcp.val.runFATEBOOK_API_KEYconst response = await openai.responses.create({
model: "gpt-4o-mini",
input: "Create a prediction: Will I finish my project by Friday? 70% confident, resolve by 2024-12-20",
tools: [{
type: "mcp",
server_label: "fatebook",
server_url: "https://fatebookmcp.val.run",
headers: {
Authorization: `Bearer ${FATEBOOK_API_KEY}`,
},
require_approval: "never",
}],
});
Fatebook is a tool for tracking predictions and improving your calibration. By recording your forecasts and comparing them to outcomes, you can identify biases and become better at estimating probabilities.
Key concepts: