Back to Home

flow-mcp-server

by life-in-flow

Overview

An AI agent for real estate finance and operations, leveraging multi-server architecture to integrate REST, Graph, and Email APIs for querying data and automating communication.

Installation

Run Command
uvicorn mcp_servers.kitchen_sink:app --reload

Environment Variables

  • OPENAI_API_KEY
  • FLOW_BEARER_TOKEN
  • RESEND_API_KEY
  • LF_SECRET_KEY
  • LF_PUBLIC_KEY
  • LF_HOST

Security Notes

The `execute_cypher_query` tool directly executes LLM-generated Cypher queries against a Memgraph database without apparent sanitization, posing a significant risk of Cypher injection if the LLM is prompted to generate malicious queries. Additionally, the Memgraph database is configured with empty authentication credentials, which is a security risk if the database contains sensitive data and is not adequately isolated (though configured for localhost).

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassHigh
Avg Tokens3500
Stars0
Forks0
Last Update2025-11-25

Tags

Real EstateFinanceLLM AgentGraph DatabaseEmail Automation