
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@pashvc/mcp-server-proxycurl
Advanced tools
MCP server for Proxycurl API - enriching people and company profiles
An MCP (Model Context Protocol) server that integrates with Proxycurl API to enrich person and company profiles from LinkedIn, Twitter/X, and Facebook.
To install Proxycurl MCP Server for Claude Desktop automatically via Smithery:
npx @smithery/cli install @pashvc/mcp-server-proxycurl --client claude
Add to your Claude Desktop configuration:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"proxycurl": {
"command": "npx",
"args": ["-y", "@pashvc/mcp-server-proxycurl"],
"env": {
"PROXYCURL_API_KEY": "your-api-key-here"
}
}
}
}
Add to your Cline MCP settings:
{
"mcpServers": {
"proxycurl": {
"command": "npx",
"args": ["-y", "@pashvc/mcp-server-proxycurl"],
"env": {
"PROXYCURL_API_KEY": "your-api-key-here"
}
}
}
}
docker run -e PROXYCURL_API_KEY=your-api-key-here ghcr.io/pashvc/mcp-server-proxycurl
git clone https://github.com/pashvc/mcp-server-proxycurl.git
cd mcp-server-proxycurl
npm install
.env
file:PROXYCURL_API_KEY=your-api-key-here
npm run build
npm run inspector
get_person_profile
Enriches a person's profile from LinkedIn, Twitter/X, or Facebook.
Parameters:
profile_url
(required): The social media profile URL or usernameextra
: Include extra data (gender, birth date, industry, interests)github_profile_id
: Include GitHub profile IDfacebook_profile_id
: Include Facebook profile IDtwitter_profile_id
: Include Twitter profile IDpersonal_contact_number
: Include personal phone numberspersonal_email
: Include personal emailsinferred_salary
: Include inferred salary rangeskills
: Include skills datause_cache
: Cache usage strategy (if-present
or if-recent
)fallback_to_cache
: Fallback behavior on errors (on-error
or never
)Example usage:
Get the LinkedIn profile for johnrmarty with email and salary info
analyze-profile
Provides comprehensive analysis of a professional profile including career trajectory, skills, and growth potential.
compare-candidates
Compares multiple candidate profiles against specific role requirements.
enrich-contact
Enriches a contact with all available information including emails, phone numbers, and social profiles.
sales-research
Researches a prospect for sales outreach with personalized insights.
Proxycurl charges credits per API call. Optimize costs by:
use_cache: "if-present"
to use cached data when availableRun tests:
npm test # Run all tests
npm run test:integration # Run integration tests (requires API key)
MIT
FAQs
MCP server for Proxycurl API - enriching people and company profiles
We found that @pashvc/mcp-server-proxycurl 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.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.