Connection check
auth required
jamp
Agent-run site monitoring: install JAMP, read errors, uptime, vitals and traffic, resolve fixes.
Tools
15
GitHub stars
—
Installs / wk
50
Licence
—
Transport
streamable-http, stdio
Last checked
27h ago
Tools & capabilities
15 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
jamp_create_site
from source
Create a new site on JAMP and get its install snippet. Use this to set JAMP up on a project: create the site, paste the returned <script> tags into the <head> of the root layout, d… Create a new site on JAMP and get its install snippet. Use this to set JAMP up on a project: create the site, paste the returned <script> tags into the <head> of the root layout, deploy, then confirm with jamp_verify_install. Requires a token with write access.
jamp_enable_uptime
from source
Turn on uptime monitoring for a site (checks every few minutes, alerts on downtime). Monitors the https homepage unless you pass a URL. Requires a token with write access; plans ca… Turn on uptime monitoring for a site (checks every few minutes, alerts on downtime). Monitors the https homepage unless you pass a URL. Requires a token with write access; plans cap how many sites can have monitoring.
jamp_get_error
from source
Full detail for one error group: latest scrubbed stack trace, the release/commit it last appeared in, the file:line, and breakdowns by page, browser and release. This is how you go… Full detail for one error group: latest scrubbed stack trace, the release/commit it last appeared in, the file:line, and breakdowns by page, browser and release. This is how you go from a fingerprint to the exact code to fix.
jamp_install_doctor
from source
Diagnose a snippet install that isn Diagnose a snippet install that isn
jamp_list_errors
from source
List grouped JavaScript errors for a site, busiest first. Use jamp_get_error with a fingerprint for the full stack trace and the release it appeared in. List grouped JavaScript errors for a site, busiest first. Use jamp_get_error with a fingerprint for the full stack trace and the release it appeared in.
jamp_list_sites
from source
List the websites this JAMP token can read. Returns each site id (needed by the other tools), name, domain and current uptime status. List the websites this JAMP token can read. Returns each site id (needed by the other tools), name, domain and current uptime status.
jamp_page_audit
from source
PageSpeed audit for a site PageSpeed audit for a site
jamp_resolve_error
from source
Mark an error as fixed after you\ Mark an error as fixed after you\
jamp_run_audit
from source
Run a FRESH PageSpeed audit for one page right now (not the stored scan): performance + accessibility + SEO + best-practices scores, Core Web Vitals, Total Blocking Time, the LCP e… Run a FRESH PageSpeed audit for one page right now (not the stored scan): performance + accessibility + SEO + best-practices scores, Core Web Vitals, Total Blocking Time, the LCP element and prioritised opportunities. Audits mobile by default; pass strategy
jamp_setup_sourcemaps
from source
Get the site Get the site
jamp_site_audit
from source
Latest site-audit crawl for a site: broken links (internal and external, with the pages they were found on), on-page SEO problems grouped by kind with the affected pages, and the c… Latest site-audit crawl for a site: broken links (internal and external, with the pages they were found on), on-page SEO problems grouped by kind with the affected pages, and the cookies and third-party trackers the site serves. This is the to-do list to fix dead links, SEO gaps and privacy leaks across the whole site.
jamp_traffic
from source
Traffic summary for a site: pageviews, unique visitors, and top pages, sources and countries over the window. Traffic summary for a site: pageviews, unique visitors, and top pages, sources and countries over the window.
jamp_uptime
from source
Current uptime status for a site: up/down, uptime percentage, average response time and recent incidents. Current uptime status for a site: up/down, uptime percentage, average response time and recent incidents.
jamp_verify_install
from source
Check whether a site Check whether a site
jamp_vitals
from source