
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
MCP server for the OpSpawn x402 Bazaar — screenshot capture, AI analysis, PDF/HTML generation, code security scanning, and dependency auditing via x402 micropayments
MCP server for the x402 Bazaar — AI-powered tools available via x402 micropayments.
Use screenshots, AI analysis, PDF/HTML generation, code security scanning, and dependency auditing directly from Claude Code, Cursor, Cline, or any MCP client.
| Tool | Description | Cost |
|---|---|---|
bazaar_screenshot | Capture a screenshot of any URL with AI analysis | $0.01 USDC |
bazaar_ai_analysis | AI-powered page analysis using Gemini 2.0 Flash | $0.01 USDC |
bazaar_md_to_pdf | Convert markdown to a styled PDF document | $0.005 USDC |
bazaar_md_to_html | Convert markdown to styled HTML | $0.005 USDC |
bazaar_code_scan | Scan code for security vulnerabilities | $0.05 USDC |
bazaar_dep_audit | Audit dependencies for known CVEs | $0.10 USDC |
bazaar_test | Free connectivity test | Free |
bazaar_status | List all services and pricing | Free |
npm install -g @opspawn/bazaar-mcp
Or use directly with npx:
npx @opspawn/bazaar-mcp
Add to your Claude Code MCP settings (~/.claude/claude_desktop_config.json):
{
"mcpServers": {
"bazaar": {
"command": "npx",
"args": ["@opspawn/bazaar-mcp"],
"env": {
"X402_PAYMENT_TOKEN": "your-payment-token-here"
}
}
}
}
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"bazaar": {
"command": "npx",
"args": ["@opspawn/bazaar-mcp"]
}
}
}
Add to your Cline MCP settings:
{
"mcpServers": {
"bazaar": {
"command": "npx",
"args": ["@opspawn/bazaar-mcp"]
}
}
}
Start the server in SSE mode:
npx @opspawn/bazaar-mcp --sse
Connect your MCP client to http://localhost:3402/sse.
| Variable | Description | Default |
|---|---|---|
X402_PAYMENT_TOKEN | Payment signature for paid endpoints | (empty — will get 402 responses) |
A2A_GATEWAY_URL | x402 Bazaar gateway URL | https://a2a.opspawn.com |
REQUEST_TIMEOUT | Request timeout in milliseconds | 30000 |
SSE_PORT | Port for SSE transport mode | 3402 |
x402 Bazaar endpoints use the x402 protocol for micropayments in USDC.
X402_PAYMENT_TOKEN environment variable with a valid x402 payment signaturegit clone https://github.com/opspawn/bazaar-mcp-server.git
cd bazaar-mcp-server
npm install
npm run build
npm test
MIT
FAQs
MCP server for the OpSpawn x402 Bazaar — screenshot capture, AI analysis, PDF/HTML generation, code security scanning, and dependency auditing via x402 micropayments
The npm package bazaar-mcp receives a total of 20 weekly downloads. As such, bazaar-mcp popularity was classified as not popular.
We found that bazaar-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.

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.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.