
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
MCP server for Mint — AI-powered QA in your CI. Install once, drive Mint from Claude Code / Cursor / Codex / any MCP client.
MCP server for Mint — AI-powered QA that runs your app in a real browser on every PR and posts video proof.
Mint handles the test logic; this MCP gives your AI assistant the keys.
You need a Mint API key. Get one free at mintqa.dev/settings/keys.
claude mcp add mintqa --env MINT_API_KEY=mint_xxx npx mintqa-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"mintqa": {
"command": "npx",
"args": ["mintqa-mcp"],
"env": { "MINT_API_KEY": "mint_xxx" }
}
}
}
Run npx mintqa-mcp with MINT_API_KEY in env.
This package is a thin stdio shim. It speaks the MCP stdio transport on one
side and proxies every request/notification to the hosted Mint MCP server at
https://mintqa.dev/mcp (Streamable HTTP transport, Bearer auth) on the other.
All tool logic lives server-side, which means:
npx mintqa-mcp upgrade needed.If your MCP client speaks Streamable HTTP directly, skip this package and point
it at https://mintqa.dev/mcp with an Authorization: Bearer … header.
The hosted server is the source of truth for tool definitions. Ask your client
to list tools after connecting (tools/list), or visit
mintqa.dev/mcp for the current catalog.
| Env var | Default | Purpose |
|---|---|---|
MINT_API_KEY | (required) | Bearer token from mintqa.dev |
MINT_MCP_URL | https://mintqa.dev/mcp | Override for self-hosted Mint |
This package ships with server.json for the official MCP registry.
To publish there after npm publish:
mcp-publisher publish
(See the registry docs for the current CLI; the registry verifies the
io.github.<owner>/... name against the linked GitHub repo.)
MIT
FAQs
MCP server for Mint — AI-powered QA in your CI. Install once, drive Mint from Claude Code / Cursor / Codex / any MCP client.
The npm package mintqa-mcp receives a total of 35 weekly downloads. As such, mintqa-mcp popularity was classified as not popular.
We found that mintqa-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.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.