Skip to main content
Glama
519,350 tools. Updated 2026-09-06 07:28

"JavaScript" matching MCP tools:

Matching MCP Servers

  • A
    license
    C
    quality
    C
    maintenance
    Deterministic MCP server for semantic analysis of JavaScript/TypeScript codebases, including frameworks like Vue, Angular, React, and Node. It provides tools for type checking, code metrics, framework-specific analysis, and quality heuristics via static parsing.
    100
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    An unofficial JavaScript SDK to create customized servers for the Model Context Protocol, allowing definition of prompts, resources, and tools for tailored interactions.
    16
    5
    Apache 2.0

Matching MCP Connectors

  • New npm package releases and JavaScript dependency updates, hourly from npm.

  • **Can AI actually read your page?** ChatGPT, Perplexity, Claude and Google's AI Overviews fetch pages very differently from your browser — no JavaScript, tight timeouts, and a robots.txt rulebook of their own. Lekta fetches a URL exactly the way they do and grades what survives, **A+ to F**. This is the technical half of **AEO** (answer engine optimization) and **GEO** (generative engine optimization): before a model can cite you, it has to be able to fetch you, parse you, and find one sentence worth quoting. **The loop this server was built for:** `Audit https://mysite.com/pricing with Lekta, apply the fixes it lists, audit it again, and show me the difference.` Your agent gets a graded verdict, a ranked fix plan with the exact markup to paste, and a diff that proves the change landed. Repeat until A+. **Four layers, 100 points:** **Access** 25 — do the ~17 AI crawler tokens get past robots.txt? **Indexability** 25 — how much content survives without JavaScript? **Answerability** 30 — is there a single quotable sentence an engine can lift? **Recency** 20 — can a model tell when this page was last true? **What this is not:** a rank tracker. Lekta will not tell you how often ChatGPT mentions your brand. It tells you whether your page can be read and quoted when it does — the part you can actually fix. **No black box.** Every finding cites its basis — an RFC, a vendor doc, or a dated measurement we ran. The engine is versioned with a public changelog: a score never moves without a published shift table. **Tools:** `lekta_audit` (fresh fetch) · `lekta_report` (cached read) · `lekta_fix_plan` (ranked, paste-ready) · `lekta_diff` (before/after) · `lekta_my_sites` Listing tools is open. Tool calls need a free key from lekta.dev/en/panel/api — send `Authorization: Bearer lekta_…` or `x-api-key`. Cached reads, fix plans and diffs cost nothing; only fresh fetches count against the daily limit. **Topics:** AEO · GEO · AI SEO · LLM SEO · answer engine optimization · generative engine optimization · AI crawler access (GPTBot, ClaudeBot, PerplexityBot, Google-Extended) · JavaScript-free indexability · structured data · content freshness

  • Run JavaScript in the active browser tab to manipulate the DOM, access page variables, or fetch data. Returns the evaluated result or any errors.
    Apache 2.0
  • Execute JavaScript in page context for custom DOM queries, data extraction, and triggering JS APIs. Supports async code and shadow DOM via __pierce.
    MIT
    Destructive
  • Retrieve browser console logs or evaluate JavaScript expressions to debug and interact with web pages.
    MIT
  • Extract secrets, API endpoints, and parameters from JavaScript code or URLs to support offensive security assessments.
    MIT
  • Poll a JavaScript expression repeatedly until a non-empty result is returned, with configurable timeout and interval.
    MIT
  • Execute JavaScript in a Tor-routed Firefox session when TOR_ALLOW_JAVASCRIPT=true, enabling dynamic interactions and content extraction from websites.
    MIT
    Destructive
  • Evaluate JavaScript expressions on a webpage or specific element, returning the execution result for browser automation tasks.
    MIT