
Research
/Security News
Malicious Chrome and Firefox Extensions Steal Crypto Traders’ Session and Wallet Data
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.
@leadloadz/mcp-server
Advanced tools
A Model Context Protocol (MCP) server that connects AI assistants to the Leadloadz B2B lead generation platform.
No installation required. AI clients can run the server directly:
npx -y @leadloadz/mcp-server
npm install -g @leadloadz/mcp-server
leadloadz-mcp
You need a Leadloadz API key to use this server.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"leadloadz": {
"command": "npx",
"args": ["-y", "@leadloadz/mcp-server"],
"env": {
"LEADLOADZ_API_KEY": "your-api-key-here"
}
}
}
}
Add to your Cline MCP settings:
{
"mcpServers": {
"leadloadz": {
"command": "npx",
"args": ["-y", "@leadloadz/mcp-server"],
"env": {
"LEADLOADZ_API_KEY": "your-api-key-here"
}
}
}
}
Any MCP client that supports stdio transport can use:
{
"command": "npx",
"args": ["-y", "@leadloadz/mcp-server"],
"env": {
"LEADLOADZ_API_KEY": "your-api-key-here"
}
}
| Variable | Required | Default | Description |
|---|---|---|---|
LEADLOADZ_API_KEY | Yes | — | Your Leadloadz API token |
LEADLOADZ_API_BASE | No | https://www.leadloadz.com/api/mcp | API base URL |
LEADLOADZ_TIMEOUT_MS | No | 30000 | Request timeout in milliseconds |
# Install dependencies
npm install
# Build
npm run build
# Type check
npm run typecheck
# Test locally
node dist/index.js
MIT
FAQs
MCP server for Leadloadz B2B lead search and email verification
We found that @leadloadz/mcp-server 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.

Research
/Security News
Malicious Chrome and Firefox extensions target Axiom Trade and Padre users, stealing session tokens and wallet data.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.