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.
FETCHPET_USERNAMErequiredsecretYour Fetch Pet account email address.
FETCHPET_PASSWORDrequiredsecretYour Fetch Pet account password.
HEADLESSRun browser in headless mode (true/false).
TIMEOUTBrowser operation timeout in milliseconds.
FETCHPET_DOWNLOAD_DIRDirectory to save downloaded documents (EOB, invoices).
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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 -yRelated 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 →