
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.
pock-programming.guid-mcp
Advanced tools
Model Context Protocol (MCP) server that generates a new Guid (v4, v7).
Once the MCP server package is published to NuGet.org, you can configure it in your preferred IDE. Both VS Code and Visual Studio use the dnx
command to download and install the MCP server package from NuGet.org.
ℹ️ INFO:
dnx
is part of .NET SDK 10 (preview).
Install .NET SDK 10 (currently in preview) to use the MCP server via nuget package directly. You can download it from the .NET SDK download page.
<WORKSPACE DIRECTORY>/.vscode/mcp.json
file<SOLUTION DIRECTORY>\.mcp.json
fileFor both VS Code and Visual Studio, the configuration file uses the following server definition:
{
"servers": {
"GuidMCPServer": {
"type": "stdio",
"command": "dnx",
"args": [
"pock-programming.guid-mcp",
"--yes"
]
}
}
}
To test this MCP server from source code (locally) without using a built MCP server package, you can configure your IDE to run the project directly using dotnet run
.
{
"servers": {
"GuidMCPServer": {
"type": "stdio",
"command": "dotnet",
"args": [
"run",
"--project",
"./GuidMCPServer/"
]
}
}
}
Once configured, you can ask Copilot Chat for a Guid, for example, Get me a new Guid
. It should prompt you to use the get_guidv4
tool on the GuidMCPServer
MCP server and show you the results.
.NET MCP servers use the ModelContextProtocol C# SDK. For more information about MCP:
Refer to the VS Code or Visual Studio documentation for more information on configuring and using MCP servers:
FAQs
An MCP server generating new Guid (v4, v7)
We found that pock-programming.guid-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.
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.