
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
ecowitt-mcp
Advanced tools
MCP server for integrating Ecowitt weather stations with AI assistants. This fetches weather data using the Ecowitt API.
Requires a valid Ecowitt Application Key and API Key. Visit Private Center in ecowitt.net to create.
{
"ecowitt": {
"command": "npx -y ecowitt-mcp",
"env": {
"ECOWITT_APPLICATION_KEY": "your_app_key",
"ECOWITT_API_KEY": "your_api_key"
}
}
}
Once configured, you can ask your AI assistant:
"Show me all my weather devices using the get_devices tool"
"List my Ecowitt stations"
"What is the current temperature from my Ecowitt station?"
"What was the weather like last Christmas?"
"What was the wettest month this year?"
"When should I plant garlic?"
The AI will use the MCP server to fetch your device information from the Ecowitt API.
Clone .env.example
to .env
and fill in your Ecowitt credentials:
ECOWITT_APPLICATION_KEY
(required) - Your Ecowitt application keyECOWITT_API_KEY
(required) - Your Ecowitt API keyECOWITT_BASE_URL
(optional) - Base URL for Ecowitt API (default: https://api.ecowitt.net/api/v3)REQUEST_TIMEOUT
(optional) - Request timeout in milliseconds (default: 10000)FAQs
MCP server for Ecowitt Weather API v3 integration
The npm package ecowitt-mcp receives a total of 4 weekly downloads. As such, ecowitt-mcp popularity was classified as not popular.
We found that ecowitt-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
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.