STATA-MCP Repro
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| project_statusC | Inspect selected project, Stata, backend, and capabilities. |
| project_initC | Initialize one project with a human-readable relative artifact path. |
| plan_prepareC | Create or update a privacy-safe draft analysis plan. |
| plan_approveB | Freeze a ready analysis plan with explicit approval evidence. |
| run_prepareA | Create an immutable, descriptively named run without executing it. |
| run_executeB | Execute one prepared run synchronously or in the background. |
| run_statusB | Read durable lifecycle state and provenance paths for one run. |
| run_controlB | Request cancellation of one active background run. |
| data_inspectB | Inspect dataset metadata, missingness, labels, and bounded previews. |
| artifact_readA | Read one bounded text or image artifact belonging to a run. |
| results_getB | Return typed structured results bound to one finalized run. |
| graph_getB | List run graphs or read one bounded, verified graph payload. |
| stata_helpB | Retrieve Stata command documentation through licensed local Stata. |
| stata_doC | Deprecated: prepare and execute a project-local run. |
| get_data_infoC | Deprecated: use data_inspect. |
| helpB | Deprecated: use stata_help. |
| read_logC | Deprecated: use artifact_read. |
| write_dofileC | Deprecated: use run_prepare. |
| append_dofileD | Deprecated: create an immutable child run with run_prepare. |
| read_fileD | Deprecated: use artifact_read. |
| load_figureC | Deprecated: use artifact_read. |
| mk_dirD | Removed: initialize a project once; server owns artifact directories. |
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/taewat07/STATA-MCP-AGENT'
If you have feedback or need assistance with the MCP directory API, please join our Discord server