General Tools
goforma.com
Provides accounting calculators, tax estimates, and pricing/quote tools for UK self-employed individuals and small businesses.
ENDPOINT 1
https://mcp.goforma.com/mcp
MCP server metadata
- Name
- goforma-public
- Version
- 0.1.0
Known tools 11
get_pricingGoForma's current accounting packages and one-off services, with prices, what each includes, who it suits, and a signup URL.
Inferred read-onlyget_instant_quoteRun the same bespoke-quote decision tree as the wizard on goforma.com and return the recommended package or service.
Inferred read-onlycalculate_sole_trader_taxIncome Tax, Class 2 and Class 4 National Insurance, and net take-home for a UK sole trader / self-employed person.
Inferred read-onlycompare_sole_trader_vs_limitedA 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 effectscalculate_corporation_taxCorporation 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-onlycalculate_vatWork VAT out both ways on an amount: the VAT-exclusive figure, the VAT-inclusive figure, and the VAT itself.
Inferred read-onlycalculate_capital_gains_taxCGT 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-onlycalculate_mileage_claimHMRC 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-onlycalculate_home_office_allowanceWhat 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-onlyCONNECT 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
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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.