Back to Home
ivossos icon

fccs-mcp-server

Verified Safe

by ivossos

Overview

Provides an AI-powered conversational interface for Oracle FCCS (Financial Consolidation and Close Cloud Service) operations, financial planning, analysis, and investment reporting.

Installation

Run Command
npm run start:web

Environment Variables

  • FCCS_URL
  • FCCS_USERNAME
  • FCCS_PASSWORD
  • FCCS_MOCK_MODE
  • PORT

Security Notes

The server uses dotenv for environment variables, which is good practice for managing secrets. The FccsClient handles sensitive FCCS_URL, FCCS_USERNAME, and FCCS_PASSWORD for external API calls, which is an inherent risk of integrating with financial systems. However, a mock mode (FCCS_MOCK_MODE=true) is provided for safe local development. No 'eval' or other dynamic code execution from user input was identified. The Express.js server with SSE transport exposes the server to the network, requiring standard network security practices in deployment.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-11-25

Tags

FCCSOracle EPMFinancial AnalysisAI AgentMCP