INDIVIDUAL MCP TOOL
get_pricing
GoForma's current accounting packages and one-off services, with prices, what each includes, who it suits, and a signup URL.
LIVE ENDPOINT
https://mcp.goforma.com/mcp
Connect to this endpoint to inspect the live schema for get_pricing and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.
Related tools
get_instant_quote— Run the same bespoke-quote decision tree as the wizard on goforma.com and return the recommended package or service.calculate_take_home_pay— The headline calculator.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.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.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.calculate_vat— Work VAT out both ways on an amount: the VAT-exclusive figure, the VAT-inclusive figure, and the VAT itself.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).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.