← Registry

General Tools

goforma.com

Provides accounting calculators, tax estimates, and pricing/quote tools for UK self-employed individuals and small businesses.

2 endpoints11 known toolsFirst detected August 27, 2026Last detected August 27, 2026

ENDPOINT 1

https://mcp.goforma.com/mcp

No auth detected

MCP server metadata

Name
goforma-public
Version
0.1.0
Capabilities
tools.listChanged

Known tools 11

get_pricing

GoForma's current accounting packages and one-off services, with prices, what each includes, who it suits, and a signup URL.

Inferred read-only
get_instant_quote

Run the same bespoke-quote decision tree as the wizard on goforma.com and return the recommended package or service.

Inferred read-only
calculate_take_home_pay

The headline calculator.

Inferred read-only
calculate_sole_trader_tax

Income Tax, Class 2 and Class 4 National Insurance, and net take-home for a UK sole trader / self-employed person.

Inferred read-only
compare_sole_trader_vs_limited

A structured recommendation on whether someone should trade as a sole trader or incorporate, weighing turnover, complexity, liability exposure, credibility needs, hiring plans and appetite for admin.

Potential side effects
calculate_corporation_tax

Corporation Tax due on a limited company profit, including the small profits rate, marginal relief and the main rate, plus the effective rate and profit after tax.

Inferred read-only
calculate_vat

Work VAT out both ways on an amount: the VAT-exclusive figure, the VAT-inclusive figure, and the VAT itself.

Inferred read-only
calculate_capital_gains_tax

CGT on a disposal of investments or property, accounting for the annual exempt amount, the basic-rate band remaining after other income, and the rate change that took effect in October 2024 (gains before and after that date are taxed differently, so split them across the two arguments).

Inferred read-only
calculate_mileage_claim

HMRC approved mileage allowance for business travel, applying the 45p/25p split at 10,000 miles for cars and vans, and the flat rates for motorcycles and bicycles.

Inferred read-only
calculate_home_office_allowance

What can be claimed for working from home, either by HMRC simplified flat rate (based on hours worked) or by apportioning actual household costs (rent, utilities, council tax, internet, insurance, repairs).

Inferred read-only
request_consultation

Book a free, no-obligation accounting consultation.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.goforma-public]
url = "https://mcp.goforma.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "goforma-public": {
      "type": "http",
      "url": "https://mcp.goforma.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: goforma-public
Remote MCP URL: https://mcp.goforma.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "goforma-public": {
      "url": "https://mcp.goforma.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "goforma-public": {
      "type": "http",
      "url": "https://mcp.goforma.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "goforma-public",
  "transport": "streamable-http",
  "url": "https://mcp.goforma.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://mcp-client.goforma.com/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.goforma-com]
url = "https://mcp-client.goforma.com/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "goforma-com": {
      "type": "http",
      "url": "https://mcp-client.goforma.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: goforma-com
Remote MCP URL: https://mcp-client.goforma.com/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "goforma-com": {
      "url": "https://mcp-client.goforma.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "goforma-com": {
      "type": "http",
      "url": "https://mcp-client.goforma.com/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "goforma-com bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "goforma-com",
  "transport": "streamable-http",
  "url": "https://mcp-client.goforma.com/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.