PluginBench
MCP Server

Date Math Calculator MCP Server

com.apished/date-math-calculator

What is the Date Math Calculator MCP server?

Date arithmetic: day differences, business days, age, leap years, day-of-week, add/subtract.

How to install Date Math Calculator

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "date-math-calculator": {
      "url": "https://apished.com/mcp/v1/datemath"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "date-math-calculator": {
      "serverUrl": "https://apished.com/mcp/v1/datemath"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "date-math-calculator": {
      "type": "http",
      "url": "https://apished.com/mcp/v1/datemath"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "date-math-calculator": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://apished.com/mcp/v1/datemath"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http date-math-calculator https://apished.com/mcp/v1/datemath

Related MCP servers

Validates PESEL/NIP/REGON/IBAN/Luhn/ISBN/EAN/SWIFT-BIC/VAT; RPN calc, date math, hashing, tokens

Validates Luhn, IBAN, ISBN, EAN/UPC, SWIFT/BIC, and EU VAT checksums and formats.

Computes MD5, SHA1, SHA256, SHA512, and CRC32 digests from text, base64, or hex input.

Validates Polish PESEL, NIP, and REGON checksums; PESEL also decodes birth date and sex.

Regex matching, email/URL format validation, and JSON Schema validation.

Evaluates Reverse Polish Notation (postfix) expressions: arithmetic, trig, logs, bitwise ops.