
Product
Socket Now Protects the Firefox Extension Ecosystem
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.
mailpal-mcp
Advanced tools
MCP server for MailPal, the honest API client for VS Code. Lets AI agents list, run, and (with Pro) create HTTP requests.
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.
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" }
}
}
}
| Variable | Meaning | Default |
|---|---|---|
MAILPAL_WORKSPACE | Folder containing the .mailpal/ collections directory | current directory |
MAILPAL_HISTORY_DIR | Where run history is written | ~/.mailpal/history |
MAILPAL_LICENSE_FILE | License mirror written by the VS Code extension | unset (free tools only) |
MAILPAL_SECRET_<NAME> | Value for the secret variable NAME | unset |
Secret values are resolved when a request runs and are never returned by any tool.
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
FAQs
MCP server for MailPal, the honest API client for VS Code. Lets AI agents list, run, and (with Pro) create HTTP requests.
The npm package mailpal-mcp receives a total of 290 weekly downloads. As such, mailpal-mcp popularity was classified as not popular.
We found that mailpal-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.