
Security News
PolinRider: North Korea-Linked Supply Chain Campaign Expands Across Open Source Ecosystems
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.
@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
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.