Skip to content

MCP Server

Hissab MCP Server allows you to plug the powerful Hissab Math engine with the LLM of your choice to create a custom math assistant that can reliably and deterministically perform calculations with hallucination-free results.

The MCP server is free for personal and non-commercial use.

Details

URL: https://api.hissab.io/mcp

Authentication: None

Hissab MCP can calculate simple to complex mathematical expressions, including unit conversions, date and time calculations, and more. Checkout the docs guide to learn about everything it can do. A lot more examples are available in the Home Page.


Ask simple math problems like:

  • Apply a 20% discount to 500 dollars
  • Calculate the variance of 45, 56, 67, 78, 89.
  • A flight from NYC to London is 7 hours. If I leave at 3:45 PM EST, what’s the arrival time in london?
  • I was born on 15th June 1995. How old am I today?

Or complex prompts like:

  • I earn $4500 per month, spend $1200 on rent, $600 on food, and $200 on utilities. How much do I save per year?
  • I have a SaaS where I provide APIs for use to my customers. The product is using external APIs at the cost of 0.10 per 10K requests My product pricing is $50 per year and it allows fixed number of requests per day. Assuming each customer requests uses 5 external requests, how many maximum requests per day can I allow uses to not make a loss ?
  • how much should I pay per month if I want my $50K loan at 4% interest to be paid of in 5 years
  • how long will my $450K loan over 4% interest last if I pay $2500 per month and get reliable answers.

…etc etc etc…


You can also Attach and reference your own docs to use the data in it in your calculations. Or use web search to fetch realtime data like currency/stock rates which can be referenced in further calculations.

AI Agent uses custom fine tuned LLMs to provide the best performance and accuracy for math operations. While MCP Server plugs as a tool in any LLM you already use.

Your Prompts -> AI Agent -> Results
Your Prompts -> Your LLM + Hissab MCP Server -> Results