
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
buildinglink-mcp
Advanced tools
This is a MCP server for BuildingLink. It enables you to collect your LLM to data from BuildingLink.
This MCP server exposes the following tools:
Tool | Description |
---|---|
getOccupant | The logged in occupant's profile |
getVendors | A list of preferred vendors |
getToken | The token of the used logged in |
getBuildings | The buildings (properties) associated with the logged in user |
getUser | The logged in user's BuildingLink profile |
getDeliveries | A list of all deliveries for the logged in user |
getLibrary | A list of all library items for the logged in user and building |
getAnnouncements | A list of all announcements for the logged in user and building |
getEvents | A list of all events for the logged in user and building |
The MCP server is configured in the mcpServers
section of the host configuration file.
The username and password should be the same that's used to login to the BuildingLink website.
{
"mcpServers": {
"buildinglink": {
"command": "npx",
"args": ["-y", "johnagan/buildinglink-mcp"],
"env": {
"BUILDINGLINK_USERNAME": "your-username",
"BUILDINGLINK_PASSWORD": "your-password",
"BUILDINGLINK_API_KEY": "buildinglink-api-key",
"BUILDINGLINK_SUBSCRIPTION_KEY": "buildinglink-ocp-apim-subscription-key"
}
}
}
}
FAQs
MCP server for BuildingLink
The npm package buildinglink-mcp receives a total of 1 weekly downloads. As such, buildinglink-mcp popularity was classified as not popular.
We found that buildinglink-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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.