Back to Home
alpha-hack-program icon

finance-engine-mcp-rs

Verified Safe

by alpha-hack-program

Overview

Provides sophisticated financial calculation functions for business intelligence and strategic decision-making to AI agents through the Model Context Protocol.

Installation

Run Command
podman run -p 8001:8001 -e BIND_ADDRESS=0.0.0.0:8001 -e RUST_LOG=info quay.io/yourorg/finance-engine-mcp-server:latest

Environment Variables

  • VECTOR_STORE_NAME
  • LLAMA_STACK_HOST
  • LLAMA_STACK_PORT
  • LLAMA_STACK_SECURE
  • BIND_ADDRESS
  • RUST_LOG

Security Notes

Input parsing includes robust sanitization and validation for length, null bytes, and control characters to prevent injection-like issues. Flexible deserializers (`deserialize_flexible_f64`, `deserialize_bool_flexible_opt`) improve resilience to varied input formats. Environment variables for LlamaStack integration (`VECTOR_STORE_NAME`, `LLAMA_STACK_HOST`, `LLAMA_STACK_PORT`, `LLAMA_STACK_SECURE`) are read dynamically and not hardcoded, mitigating credential exposure. External network calls are made to configurable LlamaStack endpoints, not arbitrary user-controlled URLs. No direct `eval` or similar dynamic code execution patterns are identifiable in the Rust source code. The project highlights security practices such as non-root container users and CI/CD security audits. Potential risks primarily reside in the security posture of the external LlamaStack dependency and its configuration, which is outside the scope of this project's code.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2026-01-16

Tags

financial-analysisbusiness-intelligencemcp-serverrustvector-store-integration