Back to Home
Prasann3 icon

MCP-Server

Verified Safe

by Prasann3

Overview

An AI-powered system for analyzing financial documents for risk assessment, providing conversational insights and document intelligence.

Installation

Run Command
python Risk-sent/Backend/app/main.py

Environment Variables

  • HUGGING_FACE_API_KEY
  • GROK_API_KEY
  • MONGO_DB_CONNECTION_STRING
  • MONGO_DB_NAME
  • ACCESS_TOKEN_EXPIRE_MINUTES
  • SECRET_KEY
  • ALGORITHM
  • SYSTEM_ENV
  • REDIS_SERVER_URL

Security Notes

The backend uses environment variables for sensitive data like API keys and database connection strings. User authentication involves password hashing and JWTs via cookies, with `httponly`, `secure=True`, and `samesite='none'` set, indicating an assumption of cross-origin interaction which should be properly managed in production. CORS origins are broadly allowed for local development. Input validation on file uploads limits to PDF/DOC/TXT. No `eval` or obvious code obfuscation. The inter-process communication with the C++ worker uses a length-prefixed binary JSON protocol, which is generally robust.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens1500
Stars0
Forks0
Last Update2026-01-19

Tags

AIRAGFinancial AnalysisRisk ManagementFastAPI