{
  "markdown": "# MyGigsters Plugin\n\nConnects Claude to the MyGigsters superannuation API, providing skills and MCP tools for managing employees, submitting contributions, onboarding employers, tracking payments, and verifying super funds.\n\n## Environments\n\nThis plugin runs two MCP server instances — one for QA and one for Production. Tools are prefixed accordingly:\n\n- `mygigsters-qa__*` — QA environment (`https://qa-super.mygigsters.com.au`)\n- `mygigsters-prod__*` — Production environment (`https://super.mygigsters.com.au`)\n\n## Setup\n\nSet the following environment variables before installing the plugin:\n\n| Env Var | Required | Description |\n|---------|----------|-------------|\n| `MYGIGSTERS_QA_API_KEY` | For QA | Base64-encoded `username:password` API key |\n| `MYGIGSTERS_QA_TOKEN` | For QA key mgmt | JWT token for managing QA API keys |\n| `MYGIGSTERS_PROD_API_KEY` | For Prod | Base64-encoded `username:password` API key |\n| `MYGIGSTERS_PROD_TOKEN` | For Prod key mgmt | JWT token for managing Prod API keys |\n\nYou only need QA vars to work in QA, and prod vars to work in prod. If a set of credentials is missing, those environment tools will return auth errors.\n\n**Getting an API key:** Use the auth-setup skill — it walks through the OTP login flow and API key creation.\n\n## Skills\n\n| Skill | What it does |\n|-------|-------------|\n| `auth-setup` | Login, OTP verification, API key create/list/delete |\n| `employee-management` | Create, search, update employees; check super owed |\n| `super-contributions` | Validate funds, submit contributions, view history |\n| `employer-onboarding` | Register employers, retrieve employer records |\n| `payment-tracking` | Track payment status, detailed responses, poll schedules |\n| `fund-verification` | APRA/SMSF validation, super stapling, fund search |\n\n## MCP Tools (33 total)\n\n### Auth (5)\n`auth_login`, `auth_verify_otp`, `auth_list_api_keys`, `auth_create_api_key`, `auth_delete_api_key`\n\n### Employees (7)\n`employee_create`, `employee_list`, `employee_get`, `employee_update`, `employee_search`, `employee_super_owed`, `employee_check_uniqueness`\n\n### Contributions (4)\n`contributions_validate_fund`, `contributions_get_active_funds`, `contributions_submit`, `contributions_history`\n\n### Payments (7)\n`payment_status`, `payment_response`, `payment_detailed_response`, `payment_batch_ids`, `payment_poll_schedules`, `payment_poll_schedule_get`, `payment_poll_now`\n\n### Employers (3)\n`employer_onboard`, `employer_get_by_id`, `employer_get_by_email`\n\n### Verification (4)\n`verification_get_apra_funds`, `verification_validate_apra_fund`, `verification_validate_smsf`, `verification_superselector`\n\n### Fund Search (3)\n`fund_search`, `fund_search_status`, `fund_search_refresh`\n\n## Requirements\n\n- Node.js 18+ (for the bundled MCP server)\n",
  "bytes": 2781,
  "sha": "af1d2ab8ca6e9d858e0a52d7720f9f815de92d03abb756ea0cfb8170549dd760",
  "repo_slug": "mygigsters/mygigsters-super-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_mygigsters_mygigsters_super_plugin_mygig_3e72d90c/readme"
}