Agent♥︎Age
Catalog

io.github.florentine-ai/mcp

Official

by florentine-ai · TypeScript

MCP server for Florentine.ai - Natural language to MongoDB aggregations

io.github.florentine-ai/mcp Model Context Protocol (MCP) Server

The Florentine.ai MCP server provides an MCP integration that converts natural-language questions into database queries and returns query results to a connected agent for further processing. It targets MongoDB and MySQL, enabling custom AI agents or AI Desktop apps to query those data sources via the MCP workflow.

🛠️ Key Features

  • Natural language to MongoDB aggregations
  • Natural language querying for MongoDB & MySQL data
  • Secure data separation for multi-tenant usage
  • Automated schema exploration
  • Semantic vector search (under-the-hood feature)

🚀 Use Cases

  • AI agents that need to answer questions by querying MongoDB using aggregations
  • AI Desktop apps that retrieve MongoDB and MySQL results from natural-language prompts
  • Multi-tenant scenarios requiring separated data access

⚡ Developer Benefits

  • Agent-to-MCP flow: questions are forwarded, transformed into queries, and results are returned
  • Automated schema exploration to support query formulation against existing structures
  • Semantic vector search to enable non-keyword retrieval

⚠️ Limitations

  • Readme excerpt specifies MongoDB aggregations and MongoDB/MySQL querying but does not document additional supported databases or protocol details.