Titan AI Business Analytics Copilot
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Titan AI Business Analytics Copilotshow me the top selling products"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Titan AI Business Analytics Copilot - POC
This is a Proof of Concept (POC) demonstrating how the Model Context Protocol (MCP) can be used at Titan Watches to build an internal AI Business Analytics Copilot. The system routes natural language queries to backend analytics tools using Google Gemini's function calling.
Architecture
Frontend: Vanilla JS, HTML, CSS, Chart.js for visualization.
Backend: FastAPI (Python) serving as the MCP Gateway.
AI: Google Gemini API for intelligent tool selection (intent mapping without keyword matching).
Database: SQLite (
data.db) acting as a Mock Enterprise Data Warehouse.
Related MCP server: Elevate Analytics MCP
Files
database.py: Schema definition and deterministic mock data generation.mcp_tools.py: Python implementations of the MCP tools (Sales, Finance, Customer, Service) that query the database.main.py: FastAPI server bridging the frontend, Gemini AI, and MCP tools.index.html,style.css,script.js: Modern enterprise dashboard.requirements.txt: Python dependencies.
Setup & Run Instructions
Install Dependencies
pip install -r requirements.txtInitialize Database
python database.py(This will create
data.dband populate it with realistic mock data)Set API Key (Required for AI)
export GOOGLE_API_KEY="your-gemini-api-key"(Note: If the key is not set, the app will run in fallback mock mode)
Run the Server
uvicorn main:app --reloadAccess Dashboard Open your browser and navigate to:
http://localhost:8000
Demo Scenarios to Try
Try asking the AI Assistant these queries to see how it routes to different MCP tools:
"What are our top selling products?" -> Invokes
sales_analytics"Show me the sales revenue by region." -> Invokes
sales_analytics"What is our financial summary and net profit?" -> Invokes
finance_analytics"Give me a breakdown of our customer segments." -> Invokes
customer_intelligence"Show me the distribution of service request issues." -> Invokes
service_analytics
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
MCP server for querying and analyzing data from ad platforms, analytics tools, and spreadsheets
MCP server that lets AI assistants use all OneSchema features exposed via the public API.
An MCP server that provides an API to LLMs to manage their JumpCloud resources.
Related MCP Servers
- AlicenseAqualityCmaintenanceA production-grade MCP server for enterprise sales analytics, enabling LLM clients to query, analyze, and visualize sales data from a SQLite database through structured tools, resources, and prompts.6MIT
- FlicenseNot gradedqualityCmaintenanceProduction-ready MCP server integrating Google Search Console, GA4, and PageSpeed Insights for SEO and analytics intelligence, enabling natural-language queries to Google analytics data.-
- FlicenseNot gradedqualityBmaintenanceAn MCP server that exposes a LangChain agent with short-term memory to analyze real e-commerce data through predefined SQL tools, enabling natural language queries on sales, customers, and logistics.-
- FlicenseNot gradedqualityDmaintenanceMCP server providing access to Google Analytics Data API, enabling LLMs to retrieve reports, real-time data, and metadata from GA4 properties.-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AnavMidha/titan-ai-copilot_poc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server