
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.
@p7ntech/mcp
Advanced tools
Connect an MCP client (Claude Desktop, etc.) to your Platform7n workspaces — 7n.chat, url.dog, wsid. One-click OAuth; scope stays within your own access.
Connect an MCP client to your Platform7n workspaces — 7n.chat (chat), url.dog (links), and wsid (tasks). One-click OAuth; your access never exceeds your own permissions, and the token is revocable in Settings → Connections.
Install the .dxt (built from this package's manifest.json) into a client that
supports Desktop Extensions (e.g. Claude Desktop). It opens a browser consent screen
on first use.
Add a stdio server that runs this package:
{
"mcpServers": {
"platform7n": {
"command": "npx",
"args": ["-y", "@p7ntech/mcp"]
}
}
}
The default endpoint is the app-neutral platform host https://api.p7n.tech/mcp. Point it at
staging or a specific cell with an argument or PLATFORM7N_MCP_URL:
"args": ["-y", "@p7ntech/mcp", "https://staging.api.p7n.tech/mcp"]
Staging is not published to the registry and is access-gated — it only issues MCP tokens to allow-listed accounts. It's for the platform team's testing, not public use.
The platform's MCP endpoint is a streamable-HTTP server that is its own OAuth 2.1
Authorization Server (ADR-023). This package is a thin bridge that delegates to the
standard mcp-remote: it discovers
/.well-known/oauth-authorization-server, runs the PKCE browser consent, and proxies
stdio ⇄ the remote endpoint. The issued token is audience-restricted to /mcp and
hard-scoped to the workspaces you grant (#430) — it cannot be replayed against the
REST API.
discover, list_workspaces, whoami, and list_/get_/create_/update_/delete_<resource>
across the resources you can access.
Publishing (#440): this package is the npm + Desktop-Extension wrapper. The public MCP-registry
listing (server.json, namespace tech.p7n/platform7n) points at the prod remote api.p7n.tech/mcp.
Full publish steps are in docs/ops/mcp-distribution.md.
FAQs
Connect an MCP client (Claude Desktop, etc.) to your Platform7n workspaces — 7n.chat, url.dog, wsid. One-click OAuth; scope stays within your own access.
We found that @p7ntech/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
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.