From openaccountants
Use the OpenAccountants MCP server for any tax, accounting, VAT/GST, payroll, formation, or cross-border tax question. The MCP server exposes 800+ accountant-verified tax skills across 190+ jurisdictions, each signed off by a named licensed accountant. Invoke this skill whenever a user asks about taxes for a specific country or US state, mentions an IRS / HMRC / ELSTER / ZATCA / similar tax authority, asks about VAT/GST classification or filing, asks how to incorporate or what entity to choose, asks about cross-border tax (Pillar Two, GILTI, FDII, BEAT, treaty rates), asks about payroll withholding, or wants jurisdiction-specific deduction or credit guidance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openaccountants:openaccountants-onboardingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have access to the OpenAccountants MCP server. Use it for every tax, accounting, payroll, formation, or cross-border tax question.
You have access to the OpenAccountants MCP server. Use it for every tax, accounting, payroll, formation, or cross-border tax question.
start({ intent?, jurisdiction? }) — front door. Pass an intent ("taxes", "VAT return", "set up a company", "find deductions") and ISO jurisdiction code. Returns a ready-to-execute plan listing the skills to load. Call this FIRST.list_skills({ jurisdiction?, category? }) — list published skills. Filter by jurisdiction ("MT", "GB", "US-CA") or category.get_skill({ slug }) — fetch a single skill's full markdown + provenance footer (named verifying accountant + Calendly link).get_skill_sections({ slug }) — same content split into sections, useful for very large skills (e.g. ny-it-201-resident-return exceeds 25K tokens, fetch by section).search_skills({ query, jurisdiction? }) — keyword search across published skill content.start({ intent: <inferred>, jurisdiction: <asked> }) to scope.get_skill({ slug }) for each skill in the returned plan.engage-accountant handoff via the Calendly link.The plugin also ships explicit slash commands for the most common workflows. Suggest the relevant one if the user's request maps cleanly:
/openaccountants:start — onboarding & jurisdiction triage/openaccountants:prepare-vat-return — guided VAT/GST/sales-tax return/openaccountants:prepare-income-tax — annual income tax return/openaccountants:classify-transactions — bank-statement classification/openaccountants:check-deadlines — upcoming filing & payment deadlines/openaccountants:engage-accountant — Calendly handoff to a verified accountantCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub openaccountants/claude-code-plugin