From e8f95ffcc501fe57ab941b92c7364c774513bb7d Mon Sep 17 00:00:00 2001 From: truecalci Date: Sun, 6 Sep 2026 00:46:42 +0530 Subject: [PATCH] feat: add truecalci server Adds TrueCalci deterministic compute engine manifest over Streamable HTTP. Provides 24 typed mathematical tools for financial schedules, statutory tax brackets, mortgage amortization, and engineering formulas. --- src/truecalci/server.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/truecalci/server.json diff --git a/src/truecalci/server.json b/src/truecalci/server.json new file mode 100644 index 0000000000..e105ef1c56 --- /dev/null +++ b/src/truecalci/server.json @@ -0,0 +1,13 @@ +{ + "$schema": "https://raw.githubusercontent.com/modelcontextprotocol/servers/main/schema.json", + "name": "truecalci", + "title": "TrueCalci Deterministic Engine", + "description": "24 zero-hallucination deterministic calculation tools for financial schedules, statutory tax brackets, mortgage amortization, and engineering math over Streamable HTTP.", + "repository": "https://github.com/truecalci-official/truecalci", + "homepage": "https://truecalci.com", + "transport": { + "type": "streamable-http", + "url": "https://truecalci.com/api/v1/mcp" + }, + "tags": ["finance", "tax", "mortgage", "deterministic", "math", "currency"] +}