@vskstudio/takt-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TAKT_ORG | No | Default organization slug for list_sites when none is provided. | |
| TAKT_API_KEY | Yes | API key (sent as a Bearer token). | |
| TAKT_BASE_URL | Yes | Base URL of your Takt instance, e.g. https://takt.example.com. |
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
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_sitesA | List the sites (domains) in an organization. Requires a key with the sites:read permission. |
| get_summaryA | Top-line metrics for a site over a period: unique visitors, sessions, pageviews, bounce rate, average visit duration. Set compareToPrevious to also get the previous period figures. |
| get_timeseriesB | Time series of visitors and pageviews for a site, bucketed by hour or day. |
| get_breakdownB | Top values of a dimension for a site (e.g. top pages, traffic sources, countries, devices, browsers). |
| get_realtimeA | Number of visitors active on a site in the last 5 minutes. |
| get_goalsB | Conversions per goal for a site. Requires a key with the stats:read permission. |
| get_funnelsC | Funnel reports (step-by-step conversion) for a site. Requires a key with the stats:read permission. |
| get_revenueB | Revenue grouped by currency for a given revenue event on a site. |
| list_event_propertiesC | List the custom property keys recorded for a given event on a site. |
| get_property_breakdownC | Break down a custom property of an event by value (e.g. counts per plan for a Signup event). |
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/vskstudio/takt-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server