Skip to main content
Glama
Company-Gibraltar

company-gibraltar-mcp

Official

🇬🇮 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.

6 tools, no API key, no rate limiting.

Tools

Tool

Description

Returns

poa_calculator

Calculate Payments on Account (corporate tax instalments)

JSON

deadlines

Calculate all compliance deadlines for a given year

JSON

annual_return

Generate pre-filled FAR01 annual return form

ZIP

registered_office_change

Generate office change forms (FREG01 + board resolution)

ZIP

company_formation

Generate full incorporation pack (5 FINC forms)

ZIP

egov_account

Generate eGov account application forms

PDF

Related MCP server: Bizfile MCP

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"

License

MIT

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    A
    maintenance
    Provides real-time company verification and corporate intelligence by accessing global registries like UK Companies House, Singapore ACRA, and OpenCorporates. It enables AI agents to perform KYC tasks, retrieve company profiles, and conduct automated risk assessments for due diligence workflows.
    Last updated
    351
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    European business compliance suite for AI agents — 28 tools covering tax ID validation (PT, ES, FR, DE, IT, UK, NL), IBAN verification, EU VAT rates, invoice requirements, e-invoicing rules, payment terms, labor calendar helpers, VAT breakdown calculations and invoice schema validation for 18+ European countries.
    Last updated
    28
  • A
    license
    A
    quality
    B
    maintenance
    Provides verified UK company lookup and number validation for AI agents using official Companies House data. Enables lookup of registered details by number, validation of company number format, and search by company name.
    Last updated
    3
    55
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Form companies, manage bank accounts, cards, invoices and more — directly from your AI coding tools.

  • Validate EU, UK, AU VAT numbers for AI agents. EU ViDA e-invoicing compliance.

  • SaaS intelligence for AI agents. 5 unified tools cover 1,000+ services with 91-96% token savings.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Company-Gibraltar/company-gibraltar-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server