← Index

com.pulsemcp/fetchpet

com.pulsemcp/fetchpet·v0.1.7·Browser Automation
Quality Score
80
/100

MCP server for Fetch Pet insurance claims management using Playwright automation.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "fetchpet": {
      "command": "npx",
      "args": [
        "-y",
        "fetchpet-mcp-server"
      ],
      "env": {
        "FETCHPET_USERNAME": "<your-fetchpet_username>",
        "FETCHPET_PASSWORD": "<your-fetchpet_password>",
        "HEADLESS": "true",
        "TIMEOUT": "30000",
        "FETCHPET_DOWNLOAD_DIR": "/tmp/fetchpet-downloads"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "fetchpet": {
      "command": "npx",
      "args": [
        "-y",
        "fetchpet-mcp-server"
      ],
      "env": {
        "FETCHPET_USERNAME": "<your-fetchpet_username>",
        "FETCHPET_PASSWORD": "<your-fetchpet_password>",
        "HEADLESS": "true",
        "TIMEOUT": "30000",
        "FETCHPET_DOWNLOAD_DIR": "/tmp/fetchpet-downloads"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y fetchpet-mcp-server
§02  Environment variables
FETCHPET_USERNAME
requiredsecret

Your Fetch Pet account email address.

FETCHPET_PASSWORD
requiredsecret

Your Fetch Pet account password.

HEADLESS

Run browser in headless mode (true/false).

TIMEOUT

Browser operation timeout in milliseconds.

FETCHPET_DOWNLOAD_DIR

Directory to save downloaded documents (EOB, invoices).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Browser Automation