analytics-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ANALYTICS_DB_PATH | No | Path to a SQLite database file. If not set, the server may use a default sample.db. |
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
| Capability | Details |
|---|---|
| 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
| Name | Description |
|---|---|
| analytics_list_tablesA | List all user tables in the database together with their row counts. Use this first to discover what data is available before describing or querying a specific table. It does not read row contents, only metadata. |
| analytics_describe_tableA | Show a table's column schema, total row count and a few sample rows. Use this after |
| analytics_run_queryA | Run a guarded, read-only SQL SELECT query with pagination. The query is executed over a read-only connection protected by a SQLite
authorizer, and is validated to be a single SELECT/WITH statement, so it
cannot modify data. Results are paginated via |
| analytics_aggregateA | Group a table by a column and compute an aggregate — no SQL required. A convenience workflow tool over the most common analytics pattern.
Column and table names are validated against the schema, so it is safe
from injection. For anything more complex, use |
| analytics_import_csvA | Load a CSV file into a SQLite table (validated via pandas). This is the only WRITE tool. Column types are inferred by pandas. The destination table name must be a valid SQL identifier. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/kshitiz305/analytics-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server