ComputeToAi
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ComputeToAiCreate a retirement plan with $500k savings and $60k annual expenses."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ComputeToAi
Generische Simulations-Engine (Speicher/Effekt/Zeitstrahl) mit dem Finanz-Feature „Ruhestandsplanung" als erstem, am weitesten ausgearbeitetem Anwendungsfall. Kein eigenes Frontend – Zugang ausschließlich über einen MCP-Server, angesprochen von einem KI-Agenten.
Fachliches Konzept: Docs/, beginnend mit Docs/00-Vision.md
Projekt-/Arbeitsregeln für Agenten: CLAUDE.md und .agents/rules/
Aktueller Stand: In aktiver Entwicklung (Work in Progress). Die Kernkomponenten und Features werden schrittweise implementiert (siehe Docs/10-Roadmap.md).
Verwendung und Integration (MCP-Server)
Dieses Projekt besitzt kein eigenes Frontend. Die Interaktion und Steuerung erfolgen ausschließlich über einen Model Context Protocol (MCP) Server, den du in einen KI-Agenten deiner Wahl integrierst.
Voraussetzungen
KI-Agent / IDE mit MCP-Unterstützung: z. B. Claude Code, Cursor, Windsurf oder die Claude Desktop App.
Lauffähiges Python-Projekt: Der MCP-Server wird lokal über Python gestartet (am einfachsten via
uv).
Integration des MCP-Servers
Füge die folgende Konfiguration in dein Tool ein (z. B. in die globale MCP-Konfigurationsdatei):
{
"mcpServers": {
"compute-to-ai": {
"type": "stdio",
"command": "uv",
"args": [
"run",
"python",
"-m",
"compute_to_ai.mcp.server"
],
"env": {
"COMPUTE_TO_AI_SETTINGS": "examples/settings.toml"
}
}
}
}Passe den Pfad inCOMPUTE_TO_AI_SETTINGS an, um sicherzustellen, dass er auf deine Einstellungsdatei verweist, in welcher das Arbeitsverzeichnis für die Pläne festgelegt ist.
Anwendung im Chat / Prompt
Sobald der MCP-Server erfolgreich verbunden ist, kannst du den Agenten direkt anweisen, das Tool zu nutzen. Ein typischer Einstiegs-Prompt sieht so aus:
„Nutze ausschließlich den ComputeToAi MCP-Server. Du bist mein Finanzberater. Wir erstellen jetzt einen langfristigen Finanzplan für mich.“
Der Agent kann daraufhin selbstständig Pläne anlegen, Einnahmen, Ausgaben, Kredite, Steuern und Portfolios hinzufügen sowie die Monte-Carlo-Simulation starten und auswerten.
This server cannot be deployed
Maintenance
Related MCP Connectors
Monte Carlo retirement projections on a real engine, with assumptions attached.
41MCP server exposing the Backtest360 engine API as tools for AI agents.
MCP server for building and testing AI agents with multi-model experimentation and insights.
Personal finance for AI agents — onboard, import statements, categorize & budget over MCP.
Related MCP Servers
AlicenseAqualityDmaintenanceAn MCP server that lets AI assistants analyze portfolios, stress-test scenarios, generate synthetic market paths, and scan SEC filings — in under 2 minutes.833MIT- AlicenseNot gradedqualityDmaintenanceProvides retirement planning computations for AI agents, including Monte Carlo simulations, tax burden modeling across all US states, Social Security claiming optimization, and cost-of-living comparisons.7 npmMIT
- AlicenseNot gradedqualityBmaintenanceMCP server for k-prevention, enabling AI assistants to access decrypted financial data, run Monte Carlo simulations, optimize scenarios, and manage scenarios locally while preserving end-to-end encryption.MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enables AI agents to query real-time financial data including stock quotes, market indices, company fundamentals, and portfolio tracking.MIT