John Barrios · Curated collection

Skills and MCP servers for empirical research

A free, open-source toolkit for economists and accountants using AI coding agents. Copy skills into Cursor, Claude, or Codex — and connect to WRDS, SEC EDGAR, and macro data via MCP.

New here? The research pipeline guide shows which skills to use at each step of an empirical project, from question to finished draft.

46
Skills
4+
MCP guides
# Skills — copy markdown
cp -R skills/econometrics/stata-regression \
     ~/.cursor/skills/

# MCP — WRDS (vendored) or SEC EDGAR (uvx)
pip install -e mcp/wrds-mcp
uvx sec-edgar-mcp

Skills vs MCP

Agent instructions

Markdown workflows the agent reads — Stata, LaTeX, writing, data viz. No credentials.

  • Copy folder → ~/.cursor/skills/
  • e.g. stata-regression, econ-humanizer

Live data connections

Servers the agent calls as tools — WRDS, SEC EDGAR, OpenEcon macro data, and more.

  • pip install / uvx + MCP config + credentials
  • e.g. wrds-mcp, sec-edgar-mcp, OpenEcon Data

Not sure which of the two you need for a given task? The pipeline guide walks the nine steps of an empirical project in order and names the skills and MCP servers for each one.

Follow the research pipeline →

Connect agents to research data

WRDS setup

wrds-mcp is vendored in this repo. SEC EDGAR, OpenEcon, FRED, and Stata-MCP install from upstream — each has a setup page and a matching skill where it helps.

Also: FRED MCP & Stata-MCP

See install/external-mcps.md for FRED-only and Stata-MCP links. Prefer OpenEcon when you need multi-source macro data.

wrds_run_sqlWRDS read-only SQL
wrds_get_compustatCompustat fundamentals
SEC filings10-K / 10-Q / 8-K / XBRL
OpenEconFRED · WB · IMF · …

Get started in three steps

Skills and MCP install differently — pick the path you need.

1

Clone the repo

git clone https://github.com/Barrios88/barrios-skills.git
2

Unzip and copy the skill

unzip stata-regression.zip
cp -R stata-regression ~/.cursor/skills/
3

Ask naturally

The agent loads the skill when your request matches its description.