Back to Browse

Company Gibraltar MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

10 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-company-gibraltar-company-gibraltar": {
      "args": [
        "-y",
        "company-gibraltar-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

🇬🇮 company-gibraltar MCP Server

npm License: MIT

Gibraltar company tools for AI agents. Calculate corporate tax payments, check compliance deadlines, and generate pre-filled PDF form packs for Gibraltar Companies House.

7 tools, no API key, no rate limiting.

Tools

ToolDescriptionReturns
poa_calculatorCalculate Payments on Account (corporate tax instalments)JSON
deadlinesCalculate all compliance deadlines for a given yearJSON
annual_returnGenerate pre-filled FAR01 annual return formZIP
registered_office_changeGenerate office change forms (FREG01 + board resolution)ZIP
company_formationGenerate full incorporation pack (5 FINC forms)ZIP
egov_accountGenerate eGov account application formsPDF
residency_plannerPlan Gibraltar residency routes: pass known facts, get ranked routes with plans, itemised fees vs refundable deposits, department contacts, and the questions still worth askingJSON

Install

npm install -g company-gibraltar-mcp

Or run directly with npx (no install needed):

npx company-gibraltar-mcp

Setup

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "company-gibraltar": {
      "command": "npx",
      "args": ["-y", "company-gibraltar-mcp"],
      "env": {
        "COMPANY_GI_API_URL": "https://company.gi"
      }
    }
  }
}

Claude Code

claude mcp add company-gibraltar -- npx -y company-gibraltar-mcp

Cursor / Windsurf

Same configuration format in your MCP settings file:

{
  "mcpServers": {
    "company-gibraltar": {
      "command": "npx",
      "args": ["-y", "company-gibraltar-mcp"],
      "env": {
        "COMPANY_GI_API_URL": "https://company.gi"
      }
    }
  }
}

How it works

This MCP server is a thin wrapper around the company.gi REST API. Each tool validates input with Zod and forwards the request to the corresponding API endpoint. The actual business logic (tax calculations, PDF generation, deadline calculations) runs on the server.

  • JSON tools (POA calculator, deadlines) return structured data
  • Binary tools (annual return, office change, formation, eGov) return base64-encoded PDFs/ZIPs

Example usage

Ask your AI assistant:

  • "Calculate my payments on account for 2026 if last year's tax was 5000"
  • "What are my compliance deadlines? My company was incorporated on 2023-06-15"
  • "Generate an annual return form for company number 12345"
  • "Create a company formation pack for a new company called Acme Limited"

Links

License

MIT

Reviews

No reviews yet

Be the first to review this server!