FinCalc API Documentation
2.0.0

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://apidocs.fincalc.co.uk/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"FinCalc API MCP server": {
  "url": "https://apidocs.fincalc.co.uk/mcp"
}
Close
Base URL
https://api.fincalc.co.uk

The FinCalc API offers a comprehensive suite of endpoints to support users with their financial planning requirements. All endpoints comply with the JSON data format for both input and output. To update existing data, it is recommended to use the PUT method. Therefore, a GET request should first be made to retrieve the relevant information, and the necessary changes can then be made before using the PUT method to update the data. Please note that the GET request may include formatted values that are not relevant to the PUT request. However, these irrelevant values will be ignored during the PUT request process.

This is version 2.0.0 of this API documentation. Last update on May 27, 2026.