Back to Home
lambda-tuber icon

bokicast-mcp-server

Verified Safe

by lambda-tuber

Overview

This MCP server assists bookkeeping study sessions by AITubers, visualizing journal entries, T-accounts, and balance sheets/income statements.

Installation

Run Command
bokicast-mcp-server -y path/to/bokicast-mcp-server.yaml

Security Notes

The server primarily handles UI visualization and data processing from a well-defined JSON schema provided by the MCP client. It uses `yaml.safe_load` for configuration, mitigating YAML injection risks. Communication is via standard I/O (stdio), reducing network attack surfaces. No direct `eval` or `exec` on untrusted input was found. The use of `json.loads` on tool arguments is standard for MCP, and the defined data structure limits potential abuse to data content rather than code execution.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens200
Stars0
Forks0
Last Update2025-12-27

Tags

AccountingEducationAIVisualizationMCP