From mcp-stata
Fetches and displays stored r(), e(), and s() results from the last Stata command, formatting scalars, matrices (b, V), and macros. Useful after regress, summarize, ttest.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mcp-stata:stata-resultsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Call `stata_get_results(include_matrices=True, as_json=True)`.
Call stata_get_results(include_matrices=True, as_json=True).
Present the results in a structured format:
If no results are stored (empty response), tell the user to run a Stata command first (e.g., regress, summarize, ttest).
If the user needs Mata state, note they can ask you to call stata_get_results(include_mata=True).
npx claudepluginhub tmonk/mcp-stata --plugin mcp-stataExecutes arbitrary Stata code or .do files and displays results, stdout, errors, or graph notes. Useful for running statistical analyses and scripts directly in chats.
Provides Stata reference for .do files, data management, econometrics, causal inference, graphics, Mata programming, and packages like reghdfe, estout, did, rdrobust. Aids writing, debugging, explaining code.
Runs Stata do-files, queries data structure, installs ado packages, reads .smcl/.log files, and looks up command documentation via the MCP-for-Stata server.