PluginBench
MCP Server

com.pulsemcp/fetchpet MCP Server

com.pulsemcp/fetchpet

What is the com.pulsemcp/fetchpet MCP server?

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

How to install com.pulsemcp/fetchpet

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • FETCHPET_USERNAME
    required
    secret

    Your Fetch Pet account email address.

  • FETCHPET_PASSWORD
    required
    secret

    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).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fetchpet": {
      "command": "npx",
      "args": [
        "-y",
        "fetchpet-mcp-server",
        "-y"
      ],
      "env": {
        "FETCHPET_USERNAME": "<YOUR_FETCHPET_USERNAME>",
        "FETCHPET_PASSWORD": "<YOUR_FETCHPET_PASSWORD>",
        "HEADLESS": "<YOUR_HEADLESS>",
        "TIMEOUT": "<YOUR_TIMEOUT>",
        "FETCHPET_DOWNLOAD_DIR": "<YOUR_FETCHPET_DOWNLOAD_DIR>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "fetchpet": {
      "command": "npx",
      "args": [
        "-y",
        "fetchpet-mcp-server",
        "-y"
      ],
      "env": {
        "FETCHPET_USERNAME": "<YOUR_FETCHPET_USERNAME>",
        "FETCHPET_PASSWORD": "<YOUR_FETCHPET_PASSWORD>",
        "HEADLESS": "<YOUR_HEADLESS>",
        "TIMEOUT": "<YOUR_TIMEOUT>",
        "FETCHPET_DOWNLOAD_DIR": "<YOUR_FETCHPET_DOWNLOAD_DIR>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "fetchpet": {
      "command": "npx",
      "args": [
        "-y",
        "fetchpet-mcp-server",
        "-y"
      ],
      "env": {
        "FETCHPET_USERNAME": "<YOUR_FETCHPET_USERNAME>",
        "FETCHPET_PASSWORD": "<YOUR_FETCHPET_PASSWORD>",
        "HEADLESS": "<YOUR_HEADLESS>",
        "TIMEOUT": "<YOUR_TIMEOUT>",
        "FETCHPET_DOWNLOAD_DIR": "<YOUR_FETCHPET_DOWNLOAD_DIR>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "fetchpet": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "fetchpet-mcp-server",
        "-y"
      ],
      "env": {
        "FETCHPET_USERNAME": "<YOUR_FETCHPET_USERNAME>",
        "FETCHPET_PASSWORD": "<YOUR_FETCHPET_PASSWORD>",
        "HEADLESS": "<YOUR_HEADLESS>",
        "TIMEOUT": "<YOUR_TIMEOUT>",
        "FETCHPET_DOWNLOAD_DIR": "<YOUR_FETCHPET_DOWNLOAD_DIR>"
      }
    }
  }
}
Claude Code
claude mcp add fetchpet --env FETCHPET_USERNAME=<YOUR_FETCHPET_USERNAME> --env FETCHPET_PASSWORD=<YOUR_FETCHPET_PASSWORD> --env HEADLESS=<YOUR_HEADLESS> --env TIMEOUT=<YOUR_TIMEOUT> --env FETCHPET_DOWNLOAD_DIR=<YOUR_FETCHPET_DOWNLOAD_DIR> -- npx -y fetchpet-mcp-server -y

Related MCP servers

MCP server for AppSignal — get alert details, search logs, and retrieve logs within time ranges.

View repository →

MCP server for AWS DynamoDB with fine-grained tool control and configurable access levels.

View repository →

MCP server for managing Fly.io machines, apps, logs, and Docker images.

View repository →

MCP server for Google Cloud Storage with fine-grained tool access control.

View repository →

MCP server for Gmail with OAuth2 (personal) and service account (Workspace) support.

View repository →

MCP server for Good Eggs grocery shopping automation using Playwright.

View repository →