Meser 10 MCP Server 1.0.0
=========================

Two ways to install. Pick one.

A. From npm (recommended, nothing to unzip)
-------------------------------------------
Add this to your MCP client's config and restart it:

{
  "mcpServers": {
    "meser10": {
      "command": "npx",
      "args": ["-y", "@meser10/mcp-server"],
      "env": {
        "MESER10_API_KEY": "your key",
        "MESER10_USER_ID": "your account number",
        "MESER10_MODE": "read"
      }
    }
  }
}

B. From this ZIP
----------------
1. Node.js 18 or newer is required.  node -v
2. Unzip somewhere permanent, then:
      npm install
      npm run build
3. Point your MCP client at the full path:

{
  "mcpServers": {
    "meser10": {
      "command": "node",
      "args": ["C:/full/path/to/meser10-mcp-server/dist/index.js"],
      "env": {
        "MESER10_API_KEY": "your key",
        "MESER10_USER_ID": "your account number",
        "MESER10_MODE": "read"
      }
    }
  }
}

Safety
------
MESER10_MODE starts at "read". Nothing that spends money, messages a real
person or deletes a record is reachable until you change it deliberately.
MESER10_MAX_RECIPIENTS (default 100) caps any single send.

Never put your API key in a shared file, a screenshot or a chat. If one has
been shared anywhere, reissue it in the Meser 10 UI.

Support
-------
support@meser10.co.il   03-7440020   Sunday to Thursday 9:00-17:00

Full documentation, in Hebrew:
https://www.meser10.co.il/features/mcp-server/
