fccs-mcp-ag-server
Verified Safeby ivossos
Overview
An interactive agentic server for Oracle EPM Cloud Financial Consolidation and Close (FCCS) applications, providing performance dashboards, financial analysis, data reporting, and an RL-enhanced tool execution engine.
Installation
python -m cli.mcp_serverEnvironment Variables
- FCCS_API_ENDPOINT
- FCCS_USERNAME
- FCCS_PASSWORD
Security Notes
The server handles sensitive FCCS credentials (username, password, API endpoint) which are loaded from environment variables, a good practice. It exposes a web API locally (http://localhost:8080) and has CORS enabled, which could be a risk if deployed publicly without additional authentication/authorization layers. It also has optional Gmail integration, adding another potential attack surface if misconfigured. The system relies heavily on external calls to the Oracle FCCS API, meaning the security of the FCCS instance itself is paramount. Hardcoded financial data in DCF scripts could be a concern if used for live analysis without dynamic data fetching.
Similar Servers
klavis
Develop and deploy AI agents that interact with a wide array of web services (e.g., Gmail, YouTube, LinkedIn, Supabase, Salesforce, Kubernetes) through a standardized Model Context Protocol (MCP), often orchestrated by an intelligent routing layer like Strata.
mcp
This repository provides a collection of Model Context Protocol (MCP) servers to enable AI agents to interact with and manage various Oracle Cloud Infrastructure (OCI) services, Oracle Database, and MySQL databases through natural language.
metorial-platform
An open source integration platform for agentic AI, connecting AI models to external APIs, data sources, and tools.
finance-trading-ai-agents-mcp
A specialized MCP server for financial analysis and quantitative trading, designed to deploy local financial MCP services with a departmental architecture for LLM integration and algorithmic trading.