# io.github.Company-Gibraltar/company-gi (npm · company-gi-mcp)

Gibraltar company tools: corporate tax, compliance deadlines, and PDF form generation.

- Trust score: 53/100 (low)
- Change this week: +20
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `company-gi-mcp`: 53/100 (this document), [markdown](https://verifymcp.io/servers/company-gibraltar-company-gi/company-gi-mcp.md), [page](https://verifymcp.io/servers/company-gibraltar-company-gi/company-gi-mcp)

## Channel facts

- Registry: `npm`
- Package: `company-gi-mcp`
- Version: `1.0.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL redirects; it must resolve directly.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 159 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 33/100
  - AI-judged instruction clarity (fair).
  - Context-footprint check failed: tool/resource definitions use about 1517 tokens (~252/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 76/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 29% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add company-gibraltar-company-gi -- npx -y company-gi-mcp
```

### Codex

```bash
codex mcp add company-gibraltar-company-gi -- npx -y company-gi-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "company-gibraltar-company-gi": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "company-gi-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add company-gibraltar-company-gi --command npx --arg -y --arg company-gi-mcp
```

### Hermes

```yaml
mcp_servers:
  company-gibraltar-company-gi:
    command: "npx"
    args: ["-y", "company-gi-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "company-gibraltar-company-gi": {
      "command": "npx",
      "args": [
        "-y",
        "company-gi-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 53, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 49, +39)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → fair
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: MIT

### 2026-07-31 (score 10, −5)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 15, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 33)

First indexed and scored.

## MCP tools (6)

### `poa_calculator` (~130 tokens)

Calculate Gibraltar Payments on Account. Splits the annual corporate tax liability into two equal payments due 28 February and 30 September. Provide either lastYearTax or lastYearProfit with optional taxRate.

Input parameters:

- `lastYearProfit` (string): Last year taxable profit in GBP. Provide this OR lastYearTax.
- `lastYearTax` (string): Last year total tax liability in GBP. Provide this OR lastYearProfit.
- `paymentYear` (string): Year for POA dates. Defaults to current year.
- `taxRate` (string): Corporate tax rate percentage. Defaults to 15.

### `deadlines` (~120 tokens)

Calculate all Gibraltar company compliance deadlines for a given year. Returns annual return, accounts filing, tax return (CT1), payments on account, and PAYE deadlines based on incorporation date and accounting reference date.

Input parameters:

- `accountingRefDay` (string): Accounting reference date day. Defaults to 31.
- `accountingRefMonth` (string): Accounting reference date month (1-12). Defaults to 12.
- `incorporationDate` (string, required): Company incorporation date in YYYY-MM-DD format
- `year` (string): Target year for deadlines. Defaults to current year.

### `annual_return` (~745 tokens)

Generate a pre-filled FAR01 annual return form for Gibraltar Companies House. Returns a ZIP containing the filled PDF and a signing guide.

Input parameters:

- `amountCalledPerShare` (string)
- `callsUnpaid` (string)
- `companyName` (string, required): Full registered company name
- `companyNumber` (string, required): Gibraltar company registration number
- `companySize` (string)
- `director1Address` (string)
- `director1FormerNames` (string)
- `director1Name` (string)
- `director1Nationality` (string)
- `director1NationalityOfOrigin` (string)
- `director1Occupation` (string)
- `director2Address` (string)
- `director2FormerNames` (string)
- `director2Name` (string)
- `director2Nationality` (string)
- `director2NationalityOfOrigin` (string)
- `director2Occupation` (string)
- `director3Address` (string)
- `director3FormerNames` (string)
- `director3Name` (string)
- `director3Nationality` (string)
- `director3NationalityOfOrigin` (string)
- `director3Occupation` (string)
- `director4Address` (string)
- `director4FormerNames` (string)
- `director4Name` (string)
- `director4Nationality` (string)
- `director4NationalityOfOrigin` (string)
- `director4Occupation` (string)
- `filedByAddress` (string)
- `filedByEmail` (string)
- `filedByName` (string)
- `financialYearEndDay` (string)
- `financialYearEndMonth` (string)
- `hasSecretary` (string)
- `nominalShareCapital` (string)
- `nominalValuePerShare` (string)
- `numberOfEmployees` (string)
- `registeredOffice` (string, required): Full registered office address
- `returnDateDay` (string, required): Annual return date day (e.g. "15")
- `returnDateMonth` (string, required): Annual return date month (e.g. "March 2026")
- `secretaryAddress` (string)
- `secretaryFormerNames` (string)
- `secretaryName` (string)
- `secretaryNationality` (string)
- `secretaryNationalityOfOrigin` (string)
- `secretaryOccupation` (string)
- `shareClass` (string)
- `shareholder1Address` (string)
- `shareholder1Name` (string)
- `shareholder1Occupation` (string)
- `shareholder1Shares` (string)
- `shareholder2Address` (string)
- `shareholder2Name` (string)
- `shareholder2Occupation` (string)
- `shareholder2Shares` (string)
- `shareholder3Address` (string)
- `shareholder3Name` (string)
- `shareholder3Occupation` (string)
- `shareholder3Shares` (string)
- `shareholder4Address` (string)
- `shareholder4Name` (string)
- `shareholder4Occupation` (string)
- `shareholder4Shares` (string)
- `sharesAtDiscount` (string)
- `sharesIssuedForCash` (string)
- `sharesIssuedNotCash` (string)
- `sharesPartlyPaid` (string)
- `sharesTakenUp` (string)
- `sicCode` (string)
- `signatoryName` (string)
- `totalCallsReceived` (string)
- `totalIndebtedness` (string)
- `totalShares` (string)

### `registered_office_change` (~217 tokens)

Generate forms to change a Gibraltar company registered office address. Returns a ZIP with FREG01 form, board resolution, and guide. Optionally includes FDMS02 for director service address update.

Input parameters:

- `building` (string, required): New office building/number
- `companyName` (string, required): Full registered company name
- `companyNumber` (string, required): Gibraltar company registration number
- `currentBuilding` (string): Current office building/number
- `currentStreet` (string): Current office street
- `dateOfChange` (string): Date of change in YYYY-MM-DD format
- `directorDOB` (string): Director date of birth in YYYY-MM-DD format
- `directorName` (string): Director name if also updating service address
- `directorTitle` (string): Director title (Mr, Mrs, etc.)
- `signatoryName` (string, required): Name of person signing the forms
- `signatoryPosition` (string, required): Position of signatory (e.g. "Director")
- `street` (string, required): New office street

### `company_formation` (~221 tokens)

Generate all forms needed to incorporate a new Gibraltar company. Returns a ZIP with FINC01 application, FINC02 secretary consent, FINC30 memorandum, FINC40 model articles, FINC23 compliance statement, and a formation guide.

Input parameters:

- `backupName1` (string)
- `backupName2` (string)
- `companyName` (string, required): Proposed company name (without "Limited" suffix)
- `complianceSigner` (string)
- `complianceSignerRole` (string)
- `contactEmail` (string)
- `directors` (array, required): At least one director is required
- `registeredOffice` (object)
- `secretaryAddress` (string)
- `secretaryCompanyNumber` (string)
- `secretaryName` (string)
- `secretaryType` (string)
- `shareValue` (string, required): Nominal value per share in GBP
- `shareholders` (array, required): At least one shareholder is required
- `sicCode` (string)
- `totalShares` (string, required): Total number of shares to issue

### `egov_account` (~84 tokens)

Generate Gibraltar eGov account application forms. Provide at least one of: deposit (deposit account), web (web filing account), uid (unique identifier). Returns a PDF with selected forms and a signing guide.

Input parameters:

- `deposit` (object): Deposit account application data
- `uid` (object): Unique identifier application data
- `web` (object): Web filing account application data

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/company-gibraltar-company-gi/company-gi-mcp#diagnostics

## Score history

- 2026-08-03: 53
- 2026-08-02: 49
- 2026-08-01: 10
- 2026-07-31: 10
- 2026-07-30: 15
- 2026-07-28: 33
- 2026-07-27: 33

## Links

- npm package: https://www.npmjs.com/package/company-gi-mcp
- Socket report: https://socket.dev/npm/package/company-gi-mcp
- Changelog RSS feed: https://verifymcp.io/servers/company-gibraltar-company-gi/company-gi-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/company-gibraltar-company-gi/company-gi-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/company-gibraltar-company-gi/company-gi-mcp
