Sign In

mailpal-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mailpal-mcp

MCP server for MailPal, the honest API client for VS Code. Lets AI agents list, run, and (with Pro) create HTTP requests.

latest
Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
290
Maintainers
1
Weekly downloads
 
Created
Source

mailpal-mcp

MCP server for MailPal, the honest API client for VS Code. It gives AI agents structured access to your saved HTTP requests: list collections, inspect requests, run them, and read results, with write tools (create collections, upsert requests, scaffold tests) available on MailPal Pro.

If you use the MailPal VS Code extension, you do not need this package: the extension registers the same server with VS Code agent mode automatically. This package is for every other MCP client.

Setup

Claude Code:

claude mcp add mailpal -- npx -y mailpal-mcp

Generic MCP JSON config (Cursor, Claude Desktop, and friends):

{
  "mcpServers": {
    "mailpal": {
      "command": "npx",
      "args": ["-y", "mailpal-mcp"],
      "env": { "MAILPAL_WORKSPACE": "/path/to/your/project" }
    }
  }
}

Configuration

VariableMeaningDefault
MAILPAL_WORKSPACEFolder containing the .mailpal/ collections directorycurrent directory
MAILPAL_HISTORY_DIRWhere run history is written~/.mailpal/history
MAILPAL_LICENSE_FILELicense mirror written by the VS Code extensionunset (free tools only)
MAILPAL_SECRET_<NAME>Value for the secret variable NAMEunset

Secret values are resolved when a request runs and are never returned by any tool.

Tools

Free: list_collections, get_request, run_request, get_history_recent, list_variables

Pro: create_collection, create_or_update_request, set_collection_variable, generate_tests, scaffold_test_suite

Keywords

mcp

FAQs

Package last updated on 15 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts