statistician-mcp
by bmewing
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STATMCP_DATA_DIR | No | Directory for local storage and SQLite key database. Default is a local directory. | |
| STATMCP_API_TOKEN | No | Static bearer token for token auth mode. If unset, authentication is disabled (dev only). | |
| STATMCP_AUTH_MODE | No | Authentication mode: token, keys, or oauth. Defaults to token. | token |
| STATMCP_SPACES_KEY | No | Spaces access key. Required if bucket is set. | |
| STATMCP_DATABASE_URL | No | Postgres connection string for the key store in keys mode. If unset, uses SQLite at {STATMCP_DATA_DIR}/keys.db. | |
| STATMCP_OAUTH_ISSUER | No | OAuth issuer URL (e.g., https://your-tenant.kinde.com). Required when STATMCP_AUTH_MODE=oauth. | |
| STATMCP_SPACES_BUCKET | No | DigitalOcean Spaces bucket name. Set to use Spaces storage instead of local disk. | |
| STATMCP_SPACES_PREFIX | No | Prefix for keys stored in the bucket. Defaults to statistician-mcp. | statistician-mcp |
| STATMCP_SPACES_REGION | No | Spaces region. Defaults to nyc3. | nyc3 |
| STATMCP_SPACES_SECRET | No | Spaces secret key. Required if bucket is set. | |
| STATMCP_OAUTH_AUDIENCE | No | OAuth audience (must match the token's aud claim). Required when STATMCP_AUTH_MODE=oauth. | |
| STATMCP_PUBLIC_BASE_URL | No | Public HTTPS URL of the deployment, used to resolve artifact links. | |
| STATMCP_SPACES_ENDPOINT | No | Spaces endpoint URL (e.g., https://nyc3.digitaloceanspaces.com). Required if bucket is set. | |
| STATMCP_OAUTH_REQUIRED_PERMISSION | No | Permission required in the token's permissions claim. Default is access:statistician-mcp. | access:statistician-mcp |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/bmewing/statistician_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server