PluginBench
MCP Server
Active
MIT

io.github.inity13/precisioncalc-mcp MCP Server

io.github.inity13/precisioncalc-mcp

What is the io.github.inity13/precisioncalc-mcp MCP server?

High-precision finance & business calculations for AI agents — exact decimals, never floats.

How to install io.github.inity13/precisioncalc-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "precisioncalc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "precisioncalc-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "precisioncalc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "precisioncalc-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "precisioncalc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "precisioncalc-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "precisioncalc-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "precisioncalc-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add precisioncalc-mcp -- npx -y precisioncalc-mcp

Related MCP servers

Deterministic reasoning stack for AI agents: simulate, decide & compute, plus cross-domain tools.

0
JavaScript
MIT
View repository →

Deterministic multi-criteria decision analysis for AI agents — score, rank & explain options.

0
JavaScript
MIT
View repository →

Deterministic what-if & scenario simulation for AI agents: projections, sensitivity & break-even.

0
JavaScript
MIT
View repository →