
Research
/Security News
PolinRider Spreads Through Compromised GitHub Accounts and Packagist
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.
bowmark-mcp
Advanced tools
Bowmark MCP over stdio — a thin bridge to the hosted Bowmark MCP at https://api.bowmark.ai/mcp. The web as callable functions: read a typed library, write a script, Bowmark runs it on the live sites.
Bowmark turns the interaction-gated web into a callable function library.
An agent reads the library (get_library), writes a short JavaScript script
against it, and sends it to run — Bowmark executes it on the live sites in a
sandbox and hands back the result. The canonical server is hosted, streamable
HTTP, no auth required: https://api.bowmark.ai/mcp.
This package is a thin stdio bridge to that hosted server, for MCP hosts
whose client only speaks stdio, in Node-flavored environments. Tool schemas,
descriptions, and results pass through verbatim — the hosted server stays the
single source of truth; nothing is reimplemented here. (Python-flavored
environments: the same bridge exists on PyPI as bowmark-mcp — uvx bowmark-mcp.)
mcp-name: ai.bowmark/bowmark
npx bowmark-mcp
Any MCP host config:
{ "mcpServers": { "bowmark": { "command": "npx", "args": ["bowmark-mcp"] } } }
If your host speaks streamable HTTP, skip this bridge and connect directly to
https://api.bowmark.ai/mcp.
| Var | Meaning |
|---|---|
BOWMARK_MCP_URL | Target MCP URL. Default https://api.bowmark.ai/mcp?s=n (?s=n attributes the install to the npm bridge). Point at http://localhost:3001/mcp for a local Bowmark API. |
BOWMARK_API_KEY | Optional. Forwarded as X-Bowmark-Key; a free key (bowmark.ai dashboard) lifts the anonymous per-IP daily cap to your plan budget. |
run that drives real browsers — and it
sidesteps long-lived-connection failure modes without reconnect bookkeeping.
Mirrors packages/bowmark-mcp/python (the PyPI bridge) exactly.apps/api/src/routes/mcp.ts. callTool results are returned
verbatim (content, structuredContent, isError).?s=n source code is registered in apps/api/src/mcp-sources.ts +
mcp-registry/sources.json (npm stdio bridge channel; the PyPI bridge is
?s=p).mcp-name: ai.bowmark/bowmark line above and the "mcpName": "ai.bowmark/bowmark"
field in package.json are both load-bearing; don't remove either. Learned
the hard way 2026-07-04: release-mcp.yml's registry republish failed for
five straight api releases (server returned status 400: ... "NPM package 'bowmark-mcp' is missing required 'mcpName' field") because only the
README marker was present — the package.json field is what mcp-publisher publish actually validates against the live npm package.package.json
when it changes. Not wired into release-please; private is deliberately
absent so npm publish works — release-please doesn't manage this package.Network-free unit tests live in the monorepo suite:
tests/unit/mcp-stdio-node.test.ts (pnpm test:unit). The remote hop is
injected at the callRemote/buildServer seams.
Live since 2026-07-04 (published by CI + cold-verified via
npx -y bowmark-mcp against prod). To ship a version: bump version in
package.json (and the two version literals in src/bridge.ts) and
merge. The actual publish does NOT run in this monorepo's CI — this repo
is private, and npm Trusted Publishing (OIDC) validates against
package.json's repository.url, which (correctly) points at the public
mirror github.com/bowmark-ai/mcp, not Metroxe/bowmark. So merging here
only lands the version bump; release-bowmark-mcp.yml mirror-syncs it to
bowmark-ai/mcp, and THAT repo's own .github/workflows/publish.yml
(source-controlled at
packages/bowmark-mcp/.github/workflows/publish.yml
in this monorepo, mirrored in like any other file) does the real npm publish. Auth is npm Trusted Publishing (OIDC) — no token, configured
on npmjs.com (package Settings → Trusted Publisher → GitHub Actions, repo
bowmark-ai/mcp, workflow publish.yml). Publishing from the public
mirror also auto-generates provenance attestations, which npm only produces
for public-repo publishes — impossible from this private monorepo
regardless of repository.url. Not release-please; the bump IS the release
action.
mcp-registry/server.json carries the matching npm packages entry (landed
after the first publish per the mcp-name ordering rule), and the website
stdio tab's Node step points at npx bowmark-mcp.
FAQs
Compatibility forwarder. The Bowmark stdio MCP bridge now ships as @bowmark/mcp; this package re-execs it so every config already in the wild keeps working.
We found that bowmark-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.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.