Skip to main content
Glama
440,672 tools. Updated 2026-08-11 01:57

"CodePen" matching MCP tools:

  • Converts natural-language prompts into Python code for the CFX stage. Requests clarification when details are missing, using session IDs to maintain context.
    Apache 2.0
  • Launch interactive test recording to transcribe browser actions into runnable test code. Use to build baseline happy-path tests by clicking through complex UI flows.
    MIT
  • Check which Pine v6 features are supported in PineForge before writing or porting scripts. Lists all coverage topics with status and summary to avoid silent misbehavior.
    MIT
  • Look up support status of Pine v6 features (e.g., ta.supertrend, array.new) to avoid relying on unsupported functions that produce no effect in backtests.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Backtest PineScript v6 strategies locally from your AI agent: transpiles Pine to C++ and runs it on the deterministic, TradingView-validated PineForge engine via Docker. Tools for single backtests, parameter-grid sweeps, and Binance OHLCV fetch — no API key, data never leaves your machine.
    11
    35
    5
    MIT
  • Fetch OHLCV candles from Binance public API and write a backtest-ready CSV with timestamp, open, high, low, close, volume. Supports spot and USDT perpetual futures.
    MIT
  • Run local, deterministic backtests of PineScript v6 strategies on your own OHLCV CSV data using Docker. Transpile Pine to C++ and return a detailed JSON report.
    MIT
  • List and validate Binance trading symbols for OHLCV data. Filter by asset, status, or contract type to find specific symbols.
    MIT
  • Retrieve full detail and supported/unsupported feature lists for a coverage topic ID. Use before working in a feature area to know which functions are implemented.
    MIT
  • Replace all content in code editors (Monaco, CodeMirror, Ace, ProseMirror) using their native APIs. Works with Airtable, GitHub gists, CodePen, n8n code nodes.
    MIT
  • Run parameter grid sweeps of PineScript v6 strategies. Tests combinations of input and override values, then ranks results by metrics like net profit to find the best configuration.
    MIT
  • Discover live web micro-effects and motion techniques from CodePen, Shadertoy, Codrops, and GitHub. Filter by category or framework to find shaders, scroll animations, and more.
    MIT
  • Retrieve detailed information for a single API endpoint, including parameters and response definitions. Automatically detects the service from the endpoint path.
  • Generate TypeScript API code from Swagger/OpenAPI documentation. Produce whole modules by tag or single endpoints by path and method, with automatic service inference.