
Security News
pnpm 11.10 Hardens Registry Authentication to Block Token Redirection
pnpm 11.10 hardens registry auth to block token redirection, tightens pack-app and deploy, and makes the Rust port (v12) installable.
@webdevtoday/ds-mcp-server
Advanced tools
An MCP (Model Context Protocol) server that provides tools for interacting with the DirectStay API.
You can run this MCP server using npx without installing it locally:
npx @webdevtoday/ds-mcp-server
Add the following to your Claude Desktop configuration:
{
"mcpServers": {
"directstay": {
"command": "npx",
"args": ["-y", "@webdevtoday/ds-mcp-server"],
"env": {
"DS_TOKEN": "your_directstay_api_token_here"
}
}
}
}
To find your Claude Desktop configuration:
This MCP server provides the following tools for interacting with the DirectStay API:
To see detailed information about all available tools and their parameters:
npx @webdevtoday/ds-mcp-server tools
To use this MCP server, you'll need a DirectStay API token. Contact DirectStay to obtain your API credentials.
npm install
.env file with your API token:
DS_TOKEN=your_directstay_api_token_here
node mcpServer.js
node mcpServer.js --sse
Build and run with Docker:
docker build -t ds-mcp-server .
docker run -i --rm -e DS_TOKEN=your_token_here ds-mcp-server
MIT
For issues or questions about this MCP server, please open an issue on GitHub.
For DirectStay API support, contact DirectStay directly.
FAQs
MCP server for DirectStay API integration
The npm package @webdevtoday/ds-mcp-server receives a total of 8 weekly downloads. As such, @webdevtoday/ds-mcp-server popularity was classified as not popular.
We found that @webdevtoday/ds-mcp-server demonstrated a not healthy version release cadence and project activity because the last version was released 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
pnpm 11.10 hardens registry auth to block token redirection, tightens pack-app and deploy, and makes the Rust port (v12) installable.

Security News
/Research
Socket uncovered 17 malicious npm and PyPI packages typosquatting Paysafe, Skrill, and Neteller SDKs to steal developer secrets.

Security News
Node.js is debating whether AI-driven security report volume warrants moving more vulnerability reports into public workflows.