
Security News
Open VSX Begins Implementing Pre-Publish Security Checks After Repeated Supply Chain Incidents
Following multiple malicious extension incidents, Open VSX outlines new safeguards designed to catch risky uploads earlier.
@dennisk2025/iss-location-tracker
Advanced tools
Provides the current geographic location (latitude and longitude) of the International Space Station (ISS) in real time.
Provides the current geographic location (latitude and longitude) of the International Space Station (ISS) in real time as an MCP server and Claude Desktop tool.
npm install -g @dennisk2025/iss-location-tracker
npx @dennisk2025/iss-location-tracker
Add the following configuration to your Claude Desktop config file:
{
"mcpServers": {
"iss-location": {
"command": "npx",
"args": ["@dennisk2025/iss-location-tracker"]
}
}
}
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonThis will make the ISS location tool available in Claude Desktop.
Once configured, you can use this MCP server either via the CLI or as a Claude Desktop tool.
iss-location-tracker
(This will run the MCP server on stdio)
iss-location tool will be available as a function/tool call.Fetches the current latitude and longitude of the International Space Station (ISS).
Parameters:
Example Call:
{
"name": "get_current_iss_location",
"arguments": {}
}
Example Output:
{
"latitude": 48.1501,
"longitude": 11.6012,
"timestamp": 1719609276
}
latitude: Current latitude of ISS (float)longitude: Current longitude of ISS (float)timestamp: UTC UNIX timestamp (int)Open an issue or contact the maintainer for help or suggestions.
FAQs
Provides the current geographic location (latitude and longitude) of the International Space Station (ISS) in real time.
The npm package @dennisk2025/iss-location-tracker receives a total of 1 weekly downloads. As such, @dennisk2025/iss-location-tracker popularity was classified as not popular.
We found that @dennisk2025/iss-location-tracker 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
Following multiple malicious extension incidents, Open VSX outlines new safeguards designed to catch risky uploads earlier.

Research
/Security News
Threat actors compromised four oorzc Open VSX extensions with more than 22,000 downloads, pushing malicious versions that install a staged loader, evade Russian-locale systems, pull C2 from Solana memos, and steal macOS credentials and wallets.

Security News
Lodash 4.17.23 marks a security reset, with maintainers rebuilding governance and infrastructure to support long-term, sustainable maintenance.