送信

Ultimath

@Flupke68

Stop hallucinating numbers. An MCP server that runs every math expression through four independent numeric engines in parallel and returns all four results side by side — so when they disagree, you know the answer is numerically unreliable.
概要

Get a free API key at https://ultimath.ai. One-click .mcpb install also available.

Free beta.

サーバー設定

{
  "mcpServers": {
    "ultimath": {
      "command": "npx",
      "args": [
        "-y",
        "ultimath-mcp"
      ],
      "env": {
        "ULTIMATH_API_KEY": "<YOUR_TOKEN>"
      }
    }
  }
}