Pirsch MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PIRSCH_BASE_URL | No | Pirsch API base URL | https://api.pirsch.io |
| PIRSCH_HOSTNAME | No | Hostname passed to the SDK; unused by reads | localhost |
| PIRSCH_CLIENT_ID | Yes | Pirsch OAuth client ID | |
| PIRSCH_DOMAIN_ID | No | Default domain ID; otherwise pass domainId | |
| PIRSCH_TIMEOUT_MS | No | Positive request timeout in milliseconds | 5000 |
| PIRSCH_CLIENT_SECRET | Yes | Pirsch OAuth client secret |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| pirsch_get_domainA | Return the Pirsch SDK's default domain. Dashboard-scoped clients return their dashboard domain. Account-scoped clients may have additional domains and should select one explicitly for statistics queries. |
| pirsch_list_domainsA | List every Pirsch domain available to the configured OAuth client. Returns safe domain summaries for selecting domainId in statistics queries. |
| pirsch_query_statisticsA | Read Pirsch Analytics v1 statistics for a domain and date range. Pass domainId from pirsch_list_domains to query a specific domain. Supports traffic, pages, events, acquisition, devices, geography, tags, keywords, and funnels. |
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/charpeni/pirsch-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server