targetly-mcp server
Deployment truth verification for AI agents. Verifies the live site matches the build.
674 downloads/wk
Reviews
Write oneNobody has reviewed targetly-mcp yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
targetly-mcp tools (4)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
targetly.cacheInspect the cache headers of a live URL and judge whether a deploy might be hidden behind a cached copy. Reports CDN cache status, cache control, age, and entity tags.
targetly.originResolve where a domain actually serves from. Returns the CNAME chain, A records, the detected platform, and the proxied status, so an agent knows the real origin before deploying.
targetly.routeCompare what a domain points at with the deploy tooling present in a build directory. Catches the classic mistake of deploying to a platform that does not serve the domain.
targetly.verifyFetch a live URL and check whether it contains the expected markers and none of the forbidden markers. Use this after a deploy to prove the live site is the new build, not a stale one.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan2 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenanceno repository listed3/15
- Maintainer identityno repository or website to verify2/10
Findings (1)
- lowNo source repository listed
maint.no-repo
Install directly
Runs npx -y targetly-mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add targetly-mcp -- npx -y targetly-mcp
targetly-mcp: common questions
- Is targetly-mcp server safe?
- With care: it is graded C, so read the findings first (65/100). Read the targetly-mcp safety report
- How do I install targetly-mcp?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does targetly-mcp need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is targetly-mcp maintained?
- The latest release is v0.1.4.