Skip to content

bpais88/dynt

v1.0.0MIT

Run a company's finances with your agent: Dynt's MCP server plus skills for receipts, subscriptions, month-end, cleanup and anomaly triage

Dynt agent skills

Agent Skills and a plugin that let Claude Code, Cursor, Codex, ChatGPT and your own agents run a company's finances on Dynt: bank transactions, invoices, bills, expenses, subscriptions, receipts and data quality.

  • MCP server: https://api.dynt.ai/mcp (OAuth 2.1 — the client asks you to authorize; no keys to paste)
  • Skills (skills/): a router (dynt) plus workflow skills — receipt compliance, subscription audit, month-end summary, transaction cleanup, anomaly triage — and dynt-agent-builder for developers, whose references/tools.md is generated from the live tool catalogue.

Install

# Claude Code
claude plugin marketplace add bpais88/dynt-agent-skills && claude plugin install dynt@dynt

# Cursor
/add-plugin dynt   # after adding this repo as a marketplace

# Any skills-compatible agent (Codex, Copilot, Gemini CLI, …)
npx skills add bpais88/dynt-agent-skills            # all skills
npx skills add bpais88/dynt-agent-skills --skill dynt-receipt-compliance

Or with the CLI (also gives you every Dynt tool as a command):

npm i -g dynt-cli
dynt mcp --for claude-code cursor codex     # OAuth sign-in on first use
dynt plugins --for claude-code -y
dynt skills install

Then ask your agent: "Get started with Dynt".

Layout

skills/                 source of truth (one directory per skill, SKILL.md + references/)
plugin.json, mcp.json   Agent Plugins 1.0 manifest (Codex, Cursor, Copilot, …)
.claude-plugin/         Claude Code marketplace → plugins/dynt
plugins/dynt/           vendored copy for marketplaces, regenerated by `npm run sync:plugins`
scripts/                generate tools reference · sync plugins · validate

Develop

npm install
npm run generate:tools   # refresh references/tools.md from https://api.dynt.ai/v1/public/agent-tools/spec
npm run sync:plugins     # vendor skills into plugins/dynt
npm run validate:ci      # frontmatter, tool references, skills-ref, plugin drift

Edit only skills/; CI fails if plugins/dynt is stale.

Privacy, terms and support

The plugin connects to Dynt's own API (api.dynt.ai) over OAuth 2.1; it stores nothing locally except the client's OAuth tokens. What Dynt collects and how long it is kept is described in the Privacy Policy; use is governed by the Terms of Service. Support: app.dynt.ai/support · hello@dynt.ai. Full agent documentation: app.dynt.ai/docs/mcp.

License

MIT