company-gibraltar-mcp
OfficialThis MCP server provides tools for Gibraltar company compliance, including tax calculations, deadline tracking, and official form generation.
POA Calculator: Calculate Payments on Account (corporate tax instalments) based on last year's tax or profit.
Deadlines: Compute all compliance deadlines (annual return, accounts filing, tax return, POA, PAYE) based on incorporation and accounting reference dates.
Annual Return: Generate a pre-filled FAR01 form as a ZIP with PDF and signing guide.
Registered Office Change: Generate forms (FREG01 + board resolution) to update registered office address, with optional director service address change.
Company Formation: Generate a full incorporation pack (FINC01, FINC02, FINC30, FINC40, FINC23) as a ZIP with formation guide.
eGov Account: Generate eGov account application forms (deposit, web filing, unique identifier) as a PDF with signing guide.
Residency Planner: Plan Gibraltar residency routes with ranked options, itemised fees, deposits, and department contacts.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@company-gibraltar-mcpGenerate annual return for company 12345"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🇬🇮 company-gibraltar MCP Server
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
Tool | Description | Returns |
| Calculate Payments on Account (corporate tax instalments) | JSON |
| Calculate all compliance deadlines for a given year | JSON |
| Generate pre-filled FAR01 annual return form | ZIP |
| Generate office change forms (FREG01 + board resolution) | ZIP |
| Generate full incorporation pack (5 FINC forms) | ZIP |
| Generate eGov account application forms | |
| Plan Gibraltar residency routes: pass known facts, get ranked routes with plans, itemised fees vs refundable deposits, department contacts, and the questions still worth asking | JSON |
Related MCP server: Bizfile MCP
Install
npm install -g company-gibraltar-mcpOr run directly with npx (no install needed):
npx company-gibraltar-mcpSetup
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-mcpCursor / 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
Maintenance
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
- FlicenseNot gradedqualityNot gradedmaintenanceProvides UK company lookups via Companies House, web scraping, and search tools designed to be context-efficient for AI agents. It includes integrated micro-payment monetization and supports data extraction and format conversion.
- AlicenseNot gradedqualityAmaintenanceProvides 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.196MIT
- FlicenseAqualityDmaintenanceEuropean 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.28

companieswiseofficial
AlicenseAqualityBmaintenanceProvides 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.358Apache 2.0
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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