statistician-mcp
by ypotheto
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STATMCP_DATA_DIR | No | Directory for storing datasets, artifacts, and the default SQLite keys database. | ./data |
| STATMCP_API_TOKEN | No | Used when STATMCP_AUTH_MODE=token. If empty/unset, authentication is disabled (dev only). | |
| STATMCP_AUTH_MODE | No | Authentication mode: 'token' (single static bearer token) or 'keys' (per-tenant API keys). Defaults to 'token'. | token |
| STATMCP_SPACES_KEY | No | Spaces access key ID. Required if STATMCP_SPACES_BUCKET is set. | |
| STATMCP_DATABASE_URL | No | Database URL for the key store. Defaults to SQLite at keys.db in the data directory. Set to a Postgres DSN (e.g., postgresql://user:pass@host/db) for hosted deployments. | sqlite:///{STATMCP_DATA_DIR}/keys.db |
| STATMCP_SPACES_BUCKET | No | Switches storage backend to DigitalOcean Spaces. If set, the following STATMCP_SPACES_* variables must also be provided. | |
| STATMCP_SPACES_PREFIX | No | Prefix for object keys in the bucket. Optional, defaults to 'statistician-mcp'. | statistician-mcp |
| STATMCP_SPACES_REGION | No | Spaces region. Optional, defaults to 'nyc3'. | nyc3 |
| STATMCP_SPACES_SECRET | No | Spaces secret access key. Required if STATMCP_SPACES_BUCKET is set. | |
| STATMCP_PUBLIC_BASE_URL | No | Public HTTPS URL of the server (e.g., https://example.com). Used for generating artifact links. Required if serving over HTTP with a public URL. | |
| STATMCP_SPACES_ENDPOINT | No | Spaces endpoint URL (e.g., https://nyc3.digitaloceanspaces.com). Required if STATMCP_SPACES_BUCKET is set. |
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
- 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/ypotheto/statistician-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server