Skip to main content
Glama
bhavya998

analytics-mcp

by bhavya998

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
query_databaseA

Run a read-only SQL query against the enterprise database.

Tables: customers, products, orders, order_items, employees.

Examples: SELECT * FROM customers WHERE tier = 'enterprise' LIMIT 10 SELECT region, COUNT(*) as customers FROM customers GROUP BY region SELECT p.name, SUM(oi.quantity) as sold FROM order_items oi JOIN products p ON oi.product_id = p.id GROUP BY p.name ORDER BY sold DESC LIMIT 5

get_revenue_reportA

Generate a revenue report grouped by a dimension within a date range.

Returns total revenue, order count, average order value, and estimated profit per segment.

get_customer_profileA

Get a 360-degree customer view: profile, order history, spending stats, favorite category.

Useful for account reviews, churn analysis, and upsell identification.

get_top_productsA

Get a leaderboard of top-performing products by revenue or quantity sold.

Optionally filter by category.

analyze_sales_trendA

Analyze sales trends over time with period-over-period growth rates.

Returns revenue, order count, and growth percentage for each period.

get_regional_performanceA

Get ranked sales performance by region: revenue, orders, customers, AOV.

Returns all 5 regions ranked by total revenue.

Prompts

Interactive templates invoked by user choice

NameDescription
sales_analysisGenerate a comprehensive sales analysis prompt for the LLM.
customer_segmentationGenerate a customer segmentation analysis prompt.

Resources

Contextual data attached and managed by the client

NameDescription
database_schemaFull database schema: all tables, columns, types, and row counts.
report_templatesAvailable report templates and their descriptions.

Latest Blog Posts

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/bhavya998/analytics-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server