
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@kozmos-tech/yourtraffic
Advanced tools
Open-source, privacy-first web analytics for tracking your sites' traffic.
Open-source, privacy-first web analytics for tracking your sites' traffic.
YourTraffic's MCP server is hosted and remote. This package is a tiny launcher that
bridges any stdio MCP client to the hosted endpoint, so clients that only speak
stdio (or launch servers via npx) can connect with one config block.
Add YourTraffic to your MCP client config:
{
"mcpServers": {
"yourtraffic": {
"command": "npx",
"args": ["-y", "@kozmos-tech/yourtraffic"]
}
}
}
That's it. On first run the bridge opens a browser to sign in (OAuth); after that your session is cached. The client then sees YourTraffic's analytics tools — list your websites and query stats such as pageviews, visitors, referrers and paths.
Point the bridge at your own YourTraffic instance with an environment variable:
{
"mcpServers": {
"yourtraffic": {
"command": "npx",
"args": ["-y", "@kozmos-tech/yourtraffic"],
"env": { "YOURTRAFFIC_MCP_URL": "https://analytics.example.com/mcp" }
}
}
}
YOURTRAFFIC_MCP_URL defaults to https://yourtraffic.dev/mcp.
MIT
FAQs
Open-source, privacy-first web analytics for tracking your sites' traffic.
We found that @kozmos-tech/yourtraffic 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
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.