INTEGRATIONEN.
Der vollständige Katalog aller MCP-Tools, die in Cognithor enthalten sind. Direkt aus dem Quellcode erzeugt — jedes Tool ist heute schon im Planner verdrahtet.
Allgemeine Integrationen
Grenzüberschreitende Integrationen, die jede Cognithor-Instanz nutzen kann.
filesystem
file_write
Alias für write_file. Erstellt oder überschreibt eine Datei.
- Modul
- cognithor.mcp.filesystem
- Kategorie
- filesystem
video_compose
Build a self-contained HTML composition from a structured spec. GREEN risk level — pure function, no subprocess, no filesystem write.
- Modul
- cognithor.mcp.video_tools
- Kategorie
- filesystem
misc
Available Tools
Liste aller verfügbaren MCP-Tools
- Modul
- cognithor.mcp.resources
- Kategorie
- misc
Capabilities
Fähigkeiten und Konfiguration dieser Jarvis-Instanz
- Modul
- cognithor.mcp.resources
- Kategorie
- misc
Core Memory
Langfristige Kern-Erinnerungen und Persönlichkeit von Jarvis
- Modul
- cognithor.mcp.resources
- Kategorie
- misc
Memory Entity
Eine einzelne Entität aus dem Wissens-Graphen
- Modul
- cognithor.mcp.resources
- Kategorie
- misc
Memory Statistics
Gesamtstatistiken des 6-Tier Memory-Systems
- Modul
- cognithor.mcp.resources
- Kategorie
- misc
Recent Episodes
Die letzten episodischen Einträge (Tageslog)
- Modul
- cognithor.mcp.resources
- Kategorie
- misc
System Status
Aktueller Systemstatus von Jarvis
- Modul
- cognithor.mcp.resources
- Kategorie
- misc
Workspace Files
Verzeichnisbaum des Jarvis-Workspace
- Modul
- cognithor.mcp.resources
- Kategorie
- misc
add_entity
Erstellt eine neue Entität im Wissens-Graphen. Typen: person, company, product, project, etc.
- Modul
- cognithor.mcp.memory_server
- Kategorie
- misc
add_relation
Erstellt eine Beziehung zwischen zwei Entitäten im Wissens-Graphen. Beispiel: Müller --[nutzt]→ Cloud-Pro
- Modul
- cognithor.mcp.memory_server
- Kategorie
- misc
analyze_code
Analysiert Python-Code auf Code-Smells und Sicherheitsprobleme. Kombiniert AST-basierte Qualitätsanalyse mit Security-Pattern-Scanning. Read-only, kein Risiko. Akzeptiert Code als String oder Dateipfa
- Modul
- cognithor.mcp.code_tools
- Kategorie
- misc
analyze_document
Analysiert ein Dokument mit konfigurierbarem Fokus
- Modul
- cognithor.mcp.prompts
- Kategorie
- misc
api_call
Make an authenticated API call to a configured integration. Supports GET, POST, PUT, DELETE, PATCH, HEAD methods.
- Modul
- cognithor.mcp.api_hub
- Kategorie
- misc
api_connect
Configure a new API integration. Supports pre-built templates for GitHub, Jira, Notion, Todoist, Home Assistant, and OpenWeatherMap. Credentials are never stored -- only the environment variable name.
- Modul
- cognithor.mcp.api_hub
- Kategorie
- misc
api_disconnect
Remove an API integration configuration. This does not revoke any API keys -- only removes the local config.
- Modul
- cognithor.mcp.api_hub
- Kategorie
- misc
arc_play
Start or run an ARC-AGI-3 game session. Provide a 'game_id' to identify the environment. Optionally set 'use_llm' (default true) and 'max_steps'.
- Modul
- cognithor.mcp.arc_tools
- Kategorie
- misc
arc_replay
Replay a completed ARC-AGI-3 session from its recorded audit trail. Set 'verbose' to true to see individual event details.
- Modul
- cognithor.mcp.arc_tools
- Kategorie
- misc
arc_status
Query the status of an ARC-AGI-3 session. Provide 'game_id' for a specific session, or omit to list all sessions.
- Modul
- cognithor.mcp.arc_tools
- Kategorie
- misc
atl_goals
Manage ATL goals. Actions: list (default), add (needs title), pause/resume/complete (needs goal_id).
- Modul
- cognithor.mcp.atl_tools
- Kategorie
- misc
atl_journal
Read ATL journal entries. Default: today only. Set days > 1 for history.
- Modul
- cognithor.mcp.atl_tools
- Kategorie
- misc
atl_status
Show ATL status: config, cycle count, active goals.
- Modul
- cognithor.mcp.atl_tools
- Kategorie
- misc
brainstorm
Strukturiertes Brainstorming mit verschiedenen Methoden
- Modul
- cognithor.mcp.prompts
- Kategorie
- misc
calendar_check_availability
Freie Zeitfenster innerhalb der Arbeitszeit finden. Berücksichtigt bestehende Termine.
- Modul
- cognithor.mcp.calendar_tools
- Kategorie
- misc
calendar_create_event
Neuen Kalender-Termin erstellen. Schreibt in die lokale ICS-Datei.
- Modul
- cognithor.mcp.calendar_tools
- Kategorie
- misc
calendar_today
Zeigt die heutigen Kalender-Termine an. Optional ein anderes Datum angeben.
- Modul
- cognithor.mcp.calendar_tools
- Kategorie
- misc
calendar_upcoming
Zeigt kommende Kalender-Termine an, sortiert nach Startzeit.
- Modul
- cognithor.mcp.calendar_tools
- Kategorie
- misc
canvas_eval
Führt JavaScript-Code im Canvas-iframe aus. Kann verwendet werden um bestehende Canvas-Inhalte dynamisch zu aktualisieren ohne den gesamten HTML neu zu pushen.
- Modul
- cognithor.mcp.canvas_tools
- Kategorie
- misc
canvas_push
Pusht HTML/CSS/JS-Inhalt in das Canvas-Panel des Clients. Kann für Visualisierungen, Dashboards, Formulare und interaktive Inhalte verwendet werden. Der Inhalt wird in einem sandboxed iframe dargestel
- Modul
- cognithor.mcp.canvas_tools
- Kategorie
- misc
canvas_reset
Leert das Canvas und entfernt allen Inhalt.
- Modul
- cognithor.mcp.canvas_tools
- Kategorie
- misc
canvas_snapshot
Liest den aktuellen HTML-Inhalt des Canvas. Nützlich um den aktuellen Zustand zu inspizieren bevor Änderungen vorgenommen werden.
- Modul
- cognithor.mcp.canvas_tools
- Kategorie
- misc
chart_from_csv
Erstellt ein Diagramm direkt aus einer CSV-Datei. Liest die Datei, erkennt Spalten automatisch, erstellt PNG.
- Modul
- cognithor.mcp.chart_tools
- Kategorie
- misc
check_background_job
Check status and recent output of a background job.
- Modul
- cognithor.mcp.background_tasks
- Kategorie
- misc
code_review
Führt ein umfassendes Code-Review mit Sicherheitsfokus durch
- Modul
- cognithor.mcp.prompts
- Kategorie
- misc
computer_click
Click at specific pixel coordinates on the desktop. Use computer_screenshot first to identify element positions.
- Modul
- cognithor.mcp.computer_use
- Kategorie
- misc
computer_click_element
Click a UI element by description instead of coordinates. Takes a screenshot, finds the matching element via vision, and clicks it. Example: 'Login button', 'the search field', 'Close icon'.
- Modul
- cognithor.mcp.computer_use
- Kategorie
- misc
computer_drag
Drag from one position to another (e.g., for drag-and-drop).
- Modul
- cognithor.mcp.computer_use
- Kategorie
- misc
computer_hotkey
Press a keyboard shortcut. Pass keys separated by +. Examples: 'ctrl+c', 'ctrl+v', 'alt+tab', 'enter', 'escape', 'ctrl+shift+s'.
- Modul
- cognithor.mcp.computer_use
- Kategorie
- misc
computer_screenshot
Take a screenshot of the desktop and describe visible UI elements with their approximate pixel coordinates. Use this to see what's on screen before clicking.
- Modul
- cognithor.mcp.computer_use
- Kategorie
- misc
computer_scroll
Scroll at specific coordinates on the desktop.
- Modul
- cognithor.mcp.computer_use
- Kategorie
- misc
computer_type
Type text using the keyboard. Supports Unicode (umlauts, etc.). Click a text field first with computer_click.
- Modul
- cognithor.mcp.computer_use
- Kategorie
- misc
computer_wait_for_change
Wait until the screen changes after an action. Confirms that a click/type/hotkey had a visible effect. Returns whether the screen changed and optionally what changed.
- Modul
- cognithor.mcp.computer_use
- Kategorie
- misc
create_chart
Erstellt ein Diagramm aus Daten (bar, line, pie, scatter, hbar). Akzeptiert Daten als Liste von Dicts oder CSV-String. Speichert als PNG im Workspace. Dark-Theme.
- Modul
- cognithor.mcp.chart_tools
- Kategorie
- misc
create_skill
Erstellt einen neuen Jarvis-Skill als Markdown-Datei. Der Skill ist sofort nach Erstellung verfuegbar.
- Modul
- cognithor.mcp.skill_tools
- Kategorie
- misc
create_table_image
Rendert Daten als formatierte Tabelle in einem Bild (PNG). Optionales Highlighting der Maximalwerte. Dark-Theme.
- Modul
- cognithor.mcp.chart_tools
- Kategorie
- misc
daily_briefing
Erstellt ein tägliches Briefing aus Memory-Daten und Kontext
- Modul
- cognithor.mcp.prompts
- Kategorie
- misc
db_connect
Testet eine Datenbankverbindung und zeigt Informationen an (Typ, Version, Groesse, Anzahl Tabellen).
- Modul
- cognithor.mcp.database_tools
- Kategorie
- misc
db_execute
Fuehrt eine schreibende SQL-Anweisung aus (INSERT/UPDATE/DELETE/CREATE). Erfordert Gatekeeper-Genehmigung. DROP-Anweisungen sind blockiert.
- Modul
- cognithor.mcp.database_tools
- Kategorie
- misc
db_query
Fuehrt eine SELECT-Abfrage auf einer Datenbank aus (read-only). Unterstuetzt SQLite (Dateipfad) und PostgreSQL (Connection-String). Ergebnis: Formatierte Tabelle mit Spalten und Zeilen.
- Modul
- cognithor.mcp.database_tools
- Kategorie
- misc
db_schema
Zeigt das Schema einer Datenbank an. Ohne table-Parameter: Liste aller Tabellen. Mit table-Parameter: Detaillierte Spalteninformationen.
- Modul
- cognithor.mcp.database_tools
- Kategorie
- misc
delete_entity
Löscht eine Entität und alle zugehörigen Relationen aus dem Wissens-Graphen (GDPR erasure). Exakter Name-Match.
- Modul
- cognithor.mcp.memory_server
- Kategorie
- misc
delete_relation
Löscht eine Relation zwischen zwei Entitäten aus dem Wissens-Graphen (GDPR erasure).
- Modul
- cognithor.mcp.memory_server
- Kategorie
- misc
docker_inspect
Inspect a Docker container or image. Returns detailed JSON info including state, config, network settings, and mounts.
- Modul
- cognithor.mcp.docker_tools
- Kategorie
- misc
docker_logs
Get logs from a Docker container. Supports tail lines and time-based filtering.
- Modul
- cognithor.mcp.docker_tools
- Kategorie
- misc
docker_ps
List Docker containers. Shows ID, name, image, status, and ports. Use all=true to include stopped containers.
- Modul
- cognithor.mcp.docker_tools
- Kategorie
- misc
docker_run
Start a Docker container from an image. Supports port mapping, environment variables, and custom commands. Security: --privileged and host network modes are blocked.
- Modul
- cognithor.mcp.docker_tools
- Kategorie
- misc
docker_stop
Stop a running Docker container gracefully. Sends SIGTERM, then SIGKILL after timeout.
- Modul
- cognithor.mcp.docker_tools
- Kategorie
- misc
edit_file
Ersetzt einen eindeutigen String in einer Datei (str_replace).
- Modul
- cognithor.mcp.filesystem
- Kategorie
- misc
email_read_inbox
E-Mails aus dem Posteingang lesen. Gibt Absender, Betreff, Datum und eine Vorschau zurück.
- Modul
- cognithor.mcp.email_tools
- Kategorie
- misc
email_search
E-Mails durchsuchen nach Absender, Betreff, Inhalt oder Datum.
- Modul
- cognithor.mcp.email_tools
- Kategorie
- misc
email_send
E-Mail senden über SMTP. Unterstützt Text und HTML, CC/BCC und Datei-Anhänge aus dem Workspace.
- Modul
- cognithor.mcp.email_tools
- Kategorie
- misc
email_summarize
Posteingang zusammenfassen: Gruppierung nach Absender und Thread, Statistiken und Top-Absender.
- Modul
- cognithor.mcp.email_tools
- Kategorie
- misc
exec_command
- Modul
- cognithor.mcp.shell
- Kategorie
- misc
explain_concept
Erklärt ein Konzept für verschiedene Zielgruppen
- Modul
- cognithor.mcp.prompts
- Kategorie
- misc
find_and_replace
Sucht und ersetzt Text in Dateien. WICHTIG: Standard ist dry_run=true (nur Vorschau). Erstellt .bak-Backups vor Aenderungen. Unterstuetzt Text und Regex.
- Modul
- cognithor.mcp.search_tools
- Kategorie
- misc
find_in_files
Durchsucht Dateiinhalte nach Text oder Regex. Zeigt Treffer mit Kontext (Zeilen davor/danach). Ueberspringt automatisch Binaerdateien und grosse Dateien.
- Modul
- cognithor.mcp.search_tools
- Kategorie
- misc
get_clipboard
Read clipboard content (text or image). Note: Clipboard may contain sensitive information.
- Modul
- cognithor.mcp.desktop_tools
- Kategorie
- misc
get_core_memory
Gibt die CORE.md zurück (Identität, Regeln, Präferenzen).
- Modul
- cognithor.mcp.memory_server
- Kategorie
- misc
get_entity
Lädt eine Entität aus dem Wissens-Graphen mit allen Attributen und Relationen. Sucht per Name (Teilmatch möglich).
- Modul
- cognithor.mcp.memory_server
- Kategorie
- misc
get_recent_episodes
Lädt die Tageslog-Einträge der letzten Tage.
- Modul
- cognithor.mcp.memory_server
- Kategorie
- misc
git_branch
Git-Branch-Operationen: list (alle Branches anzeigen), create (neuen Branch erstellen), switch (Branch wechseln), delete (Branch sicher loeschen, nur -d).
- Modul
- cognithor.mcp.git_tools
- Kategorie
- misc
git_commit
Staged bestimmte Dateien und erstellt einen Git-Commit. KEIN 'git add .' -- nur explizit benannte Dateien werden gestaged. Optional: --amend zum Aendern des letzten Commits.
- Modul
- cognithor.mcp.git_tools
- Kategorie
- misc
git_diff
Zeigt Git-Diffs an. Optionen: unstaged (Default), staged (--cached), oder Vergleich mit einem bestimmten Commit.
- Modul
- cognithor.mcp.git_tools
- Kategorie
- misc
git_log
Zeigt die Git-Commit-History. Optionaler Autor-Filter und kompaktes Format.
- Modul
- cognithor.mcp.git_tools
- Kategorie
- misc
git_status
Zeigt den Git Working-Tree-Status: staged, unstaged und untracked Dateien. Read-only, kein Risiko.
- Modul
- cognithor.mcp.git_tools
- Kategorie
- misc
install_community_skill
Installiert einen Community-Skill aus dem oeffentlichen Registry. Fuehrt automatisch 5 Sicherheits-Checks durch und zeigt benoetigte Tool-Permissions an.
- Modul
- cognithor.mcp.skill_tools
- Kategorie
- misc
insurance_advisor
Versicherungsberatung für BU, bAV, Risikoleben und weitere Produkte
- Modul
- cognithor.mcp.prompts
- Kategorie
- misc
kanban_create_task
Create a new task on the Kanban board
- Modul
- cognithor.mcp.kanban_tools
- Kategorie
- misc
kanban_list_tasks
List tasks on the Kanban board
- Modul
- cognithor.mcp.kanban_tools
- Kategorie
- misc
kanban_update_task
Update a task's status or result on the Kanban board
- Modul
- cognithor.mcp.kanban_tools
- Kategorie
- misc
knowledge_gaps
Analysiert was zu einem Thema bekannt ist und was fehlt. Gibt einen Vollständigkeits-Score und priorisierte Recherche-Vorschläge.
- Modul
- cognithor.mcp.synthesis
- Kategorie
- misc
knowledge_timeline
Baut eine chronologische Zeitlinie aus allen verfügbaren Quellen auf. Zeigt Kausalketten (X führte zu Y) und erkennbare Trends.
- Modul
- cognithor.mcp.synthesis
- Kategorie
- misc
list_background_jobs
List all background jobs (active and recent completed).
- Modul
- cognithor.mcp.background_tasks
- Kategorie
- misc
list_directory
Listet Verzeichnisinhalt als Baumstruktur.
- Modul
- cognithor.mcp.filesystem
- Kategorie
- misc
list_reminders
List active/pending reminders. Set include_past=true to see fired/cancelled ones.
- Modul
- cognithor.mcp.notification_tools
- Kategorie
- misc
list_skills
Listet alle registrierten Jarvis-Skills mit Name, Kategorie, Keywords und Erfolgsrate.
- Modul
- cognithor.mcp.skill_tools
- Kategorie
- misc
memory_stats
Zeigt Statistiken des Memory-Systems (Chunks, Entitäten, Prozeduren etc.).
- Modul
- cognithor.mcp.memory_server
- Kategorie
- misc
pse_is_synthesizable
Classifier: returns 'yes' / 'no' for whether the given examples are routable to the Cognithor Program Synthesis Engine. Cheap — no engine boot. Use before pse_synthesize.
- Modul
- cognithor.mcp.pse_tools
- Kategorie
- misc
pse_status
Return PSE engine version + primitive count.
- Modul
- cognithor.mcp.pse_tools
- Kategorie
- misc
pse_synthesize
Synthesize a deterministic program from input/output examples using the Cognithor PSE (enumerative search over a typed DSL with NumPy fast-path + cache). Replayable, no LLM hallucination. Anti-overfit
- Modul
- cognithor.mcp.pse_tools
- Kategorie
- misc
pse_synthesize_refined
Sprint-25: Hybrid-Pipeline (LLM → Synthese → LLM-Refinement). Synthesises a program from input/output examples (same engine as pse_synthesize), then runs ONE LLM-refinement pass over the result and re
- Modul
- cognithor.mcp.pse_tools
- Kategorie
- misc
publish_skill
Publish a local skill to the Cognithor Community Skill Registry on GitHub. The skill must exist locally and have valid frontmatter with trigger_keywords and tools_required. Requires GitHub credentials
- Modul
- cognithor.mcp.skill_tools
- Kategorie
- misc
read_background_log
Read the log/output of a background job. Supports tail (last N lines), head (first N lines), offset+limit pagination, and grep filtering.
- Modul
- cognithor.mcp.background_tasks
- Kategorie
- misc
read_file
Liest eine Datei. Pfad wird gegen Sandbox-Policy geprüft.
- Modul
- cognithor.mcp.filesystem
- Kategorie
- misc
record_procedure_usage
Meldet Erfolg/Misserfolg einer Prozedur für Lern-Tracking.
- Modul
- cognithor.mcp.memory_server
- Kategorie
- misc
remote_exec
Execute a command on a remote host via SSH. Use for running commands on servers, Docker containers, or VPS instances. Requires host to be registered first.
- Modul
- cognithor.mcp.remote_shell
- Kategorie
- misc
remote_list_hosts
List all registered remote SSH hosts.
- Modul
- cognithor.mcp.remote_shell
- Kategorie
- misc
remote_test_connection
Test SSH connection to a registered host.
- Modul
- cognithor.mcp.remote_shell
- Kategorie
- misc
report_skill
Meldet einen Community-Skill als missbraeuchlich oder problematisch.
- Modul
- cognithor.mcp.skill_tools
- Kategorie
- misc
run_python
Führt Python-Code in einer Sandbox aus. Der Code wird als temporäre Datei geschrieben und via Python-Interpreter ausgeführt. Arbeitsverzeichnis: ~/.cognithor/workspace/. Für autonomes Coding: Schreibe
- Modul
- cognithor.mcp.code_tools
- Kategorie
- misc
save_to_memory
Speichert neue Information ins Jarvis-Gedächtnis. Tier wählen: 'episodic' für Tageslog, 'semantic' für Fakten, 'procedural' für gelernte Abläufe.
- Modul
- cognithor.mcp.memory_server
- Kategorie
- misc
screenshot_desktop
Take a full desktop screenshot. Note: Screenshots may contain sensitive information.
- Modul
- cognithor.mcp.desktop_tools
- Kategorie
- misc
screenshot_region
Take a screenshot of a specific screen region. Note: Screenshots may contain sensitive information.
- Modul
- cognithor.mcp.desktop_tools
- Kategorie
- misc
search_community_skills
Durchsucht das Community-Skill-Registry nach verfuegbaren Skills.
- Modul
- cognithor.mcp.skill_tools
- Kategorie
- misc
search_files
Findet Dateien nach Name oder Glob-Pattern (z.B. '*.py', '**/*.json'). Rekursive Suche mit automatischem Ausschluss von .git, node_modules, etc.
- Modul
- cognithor.mcp.search_tools
- Kategorie
- misc
search_memory
Durchsucht das Jarvis-Gedächtnis (alle 5 Tiers). Nutzt Hybrid-Suche: BM25 (lexikalisch) + Vektor (semantisch) + Graph. Immer als ERSTES aufrufen wenn du Kontext brauchst.
- Modul
- cognithor.mcp.memory_server
- Kategorie
- misc
search_procedures
Sucht nach gelernten Prozeduren/Skills. Prozeduren enthalten bewährte Abläufe für wiederkehrende Aufgaben.
- Modul
- cognithor.mcp.memory_server
- Kategorie
- misc
send_notification
Send an immediate desktop notification with a title and message.
- Modul
- cognithor.mcp.notification_tools
- Kategorie
- misc
set_clipboard
Copy text to the system clipboard.
- Modul
- cognithor.mcp.desktop_tools
- Kategorie
- misc
set_reminder
Set a reminder for the future. Provide 'text' and either 'delay_minutes' (relative) or 'at' (ISO datetime). Optional 'repeat': none/daily/weekly.
- Modul
- cognithor.mcp.notification_tools
- Kategorie
- misc
social_leads
Leads von allen Plattformen auflisten mit optionalen Filtern
- Modul
- cognithor.mcp.social_tools
- Kategorie
- misc
social_scan
Scanne soziale Plattformen nach Leads (Reddit, Hacker News, Discord, RSS)
- Modul
- cognithor.mcp.social_tools
- Kategorie
- misc
start_background
Start a shell command in the background. Returns a job_id for monitoring. Use for long-running tasks like downloads, builds, or training runs.
- Modul
- cognithor.mcp.background_tasks
- Kategorie
- misc
stop_background_job
Stop a running background job. Use force=true for immediate SIGKILL.
- Modul
- cognithor.mcp.background_tasks
- Kategorie
- misc
summarize
Erstellt eine strukturierte Zusammenfassung
- Modul
- cognithor.mcp.prompts
- Kategorie
- misc
translate
Kontextsensitive Übersetzung mit Fachbegriff-Bewahrung
- Modul
- cognithor.mcp.prompts
- Kategorie
- misc
vault_delete
Delete a vault note by path (GDPR erasure)
- Modul
- cognithor.mcp.vault
- Kategorie
- misc
vault_link
Erstellt eine bidirektionale [[Backlink]]-Verknüpfung zwischen zwei Notizen im Vault.
- Modul
- cognithor.mcp.vault
- Kategorie
- misc
vault_list
Listet Notizen im Knowledge Vault auf. Filterbar nach Ordner und Tags, sortierbar nach Datum oder Titel.
- Modul
- cognithor.mcp.vault
- Kategorie
- misc
vault_read
Liest eine einzelne Notiz aus dem Vault. Akzeptiert Titel, relativen Pfad oder Slug.
- Modul
- cognithor.mcp.vault
- Kategorie
- misc
vault_save
Speichert eine Notiz im Knowledge Vault (Obsidian-kompatibel). Erstellt Markdown mit YAML-Frontmatter, Tags und [[Backlinks]]. Ideal für Recherche-Ergebnisse, Meeting-Notizen, Wissensartikel.
- Modul
- cognithor.mcp.vault
- Kategorie
- misc
vault_search
Durchsucht das Knowledge Vault nach Notizen. Volltextsuche in Titel und Inhalt, filterbar nach Ordner und Tags.
- Modul
- cognithor.mcp.vault
- Kategorie
- misc
vault_update
Aktualisiert eine bestehende Notiz im Vault. Kann Text anhängen und/oder Tags ergänzen.
- Modul
- cognithor.mcp.vault
- Kategorie
- misc
video_caption_overlay
Glue a parallel caption track onto an existing composition spec. GREEN risk level — pure-function transform; emits new HTML.
- Modul
- cognithor.mcp.video_tools
- Kategorie
- misc
video_compose_explainer
Title card + body sections + optional CTA in 16:9. GREEN risk level — pure-function preset over video_compose.
- Modul
- cognithor.mcp.video_tools
- Kategorie
- misc
video_compose_social_cut
Vertical 9:16 short with hook + fast-cut beats + outro. GREEN risk level — pure-function preset over video_compose.
- Modul
- cognithor.mcp.video_tools
- Kategorie
- misc
wait_background_job
Wait for a background job to complete (with timeout).
- Modul
- cognithor.mcp.background_tasks
- Kategorie
- misc
web_news_search
Nachrichtensuche durchführen. Gibt aktuelle Nachrichten mit Titel, Quelle, Datum und Snippet zurück. Ideal für aktuelle Ereignisse und Neuigkeiten.
- Modul
- cognithor.mcp.web
- Kategorie
- misc
write_file
Erstellt oder überschreibt eine Datei (atomar).
- Modul
- cognithor.mcp.filesystem
- Kategorie
- misc
web
api_list
List all configured API integrations and available templates. Shows connection status, auth type, and base URL.
- Modul
- cognithor.mcp.api_hub
- Kategorie
- web
http_request
HTTP-Request ausführen (GET/POST/PUT/PATCH/DELETE). Für API-Aufrufe, Webhooks und REST-Interaktionen.
- Modul
- cognithor.mcp.web
- Kategorie
- web
investigate_org
OSINT investigation of an organization: checks web presence, funding, team
- Modul
- cognithor.mcp.osint_tools
- Kategorie
- web
investigate_person
OSINT investigation of a person: collects evidence from GitHub, web, arXiv, cross-verifies claims, computes Trust Score (0-100)
- Modul
- cognithor.mcp.osint_tools
- Kategorie
- web
investigate_project
OSINT investigation of a project: checks GitHub repos, web mentions, funding claims
- Modul
- cognithor.mcp.osint_tools
- Kategorie
- web
knowledge_contradictions
Vergleicht gespeichertes Wissen (Memory + Vault) mit aktuellen Web-Informationen und identifiziert Widersprüche, veraltete Fakten und neue Erkenntnisse.
- Modul
- cognithor.mcp.synthesis
- Kategorie
- web
knowledge_synthesize
Vollständige Wissenssynthese: Sammelt alle Quellen (Memory, Vault, Web), vergleicht Informationen, erkennt Widersprüche, baut Zeitlinien, bewertet Konfidenz und identifiziert Wissenslücken. DAS zentra
- Modul
- cognithor.mcp.synthesis
- Kategorie
- web
search_and_read
Kombinierte Websuche + Fetch: Sucht im Web und liest die Top-Ergebnisse. Ideal für tiefere Recherche. Mit cross_check=true werden Quellen verglichen.
- Modul
- cognithor.mcp.web
- Kategorie
- web
video_render
Render a composition HTML to MP4 / MOV / WebM via the configured renderer (default: HyperFrames). Writes under ~/.cognithor/render/<run_id>/. ORANGE risk level — requires user approval. Raw user-suppl
- Modul
- cognithor.mcp.video_tools
- Kategorie
- web
web_fetch
URL abrufen und Haupttext extrahieren. Nutzt trafilatura für saubere Text-Extraktion, mit automatischem Jina AI Reader Fallback für JS-heavy Seiten.
- Modul
- cognithor.mcp.web
- Kategorie
- web
web_search
Websuche durchführen. Gibt formatierte Suchergebnisse mit Titel, URL und Snippet zurück. Unterstützt Zeitfilter für aktuelle Ergebnisse.
- Modul
- cognithor.mcp.web
- Kategorie
- web