Skip to main content
Glama
521,912 tools. Updated 2026-09-06 12:28

"Deno" matching MCP tools:

  • Create edge functions for Deno runtime by writing code to files for version control, enabling serverless execution in production cloud infrastructure.
    Apache 2.0
  • Retrieve on-chain bank module metadata (name, symbol, decimals) for a native denomination on Initia L1 or L2. Uses chain name, denom, and optional network. For contract tokens, use token_info instead.
    Apache 2.0
  • Classify a token denomination string into its type: native, ibc, evm, move, cw20, factory, or l2, enabling token identification across blockchain ecosystems.
    Apache 2.0
  • Start a loan application using an interactive widget that collects payment day, installment plan, PIN, and destination account step by step. Optionally pre-fills suggested amount from conversation.
    MIT
  • Get a bundled documentation page by slug after search identifies a match. Returns plain-text content, headings, and pagination offsets for long pages.
    MIT
  • Find the DERO documentation that answers your question by entering a natural-language intent, then get ranked recommendations with rationale, product matches, and ready-to-cite links.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • deno.land/x third-party Deno module registry

  • Verified fixes, professional reviews, and evidence-led apparel over MCP.

  • Estimate DVM-BASIC contract deployment cost before broadcasting, returning gascompute/gasstorage breakdown, parsed functions, and relevant docs.
    MIT
  • Fetch a DERO smart contract and return its functions, state keys, pattern, and plain-language explanation with prioritized DVM docs. Use to understand what it does without parsing DVM-BASIC.
    MIT
  • Scan frontend source code to identify shipped security defects—missing CSP and HSTS, exposed secrets, unsafe scripts—with actionable findings and severity ratings.
    MIT
  • Retrieve DERO blockchain status and metadata including current height, difficulty, network version, mempool size, and total supply to assess chain health and sync state before querying blocks or transactions.
    MIT
  • Need to inspect a DERO address or proof string? Decode it into HRP, network, public key, and CBOR-encoded arguments, with signed value interpretation for proof strings.
    MIT
  • Resolve a TELA dURL like vault.tela directly from chain to its on-chain SCID(s), with no Gnomon indexer required. Discovers TELA apps claiming that dURL and returns newest contract, plus collision candidates.
    MIT
  • Forge a deroproof string for any transaction and amount to show a Verified ✓ badge only reflects display data, not chain-minted coins. Compare forged vs original proofs side-by-side to refute inflation claims.
    MIT
  • Visualize business metrics with an interactive bar chart dashboard that lets you switch between sales and visits datasets directly in the chat.
    MIT
  • Check DERO daemon connectivity before investigating chains. Returns 'Pong' when reachable, or an RPC_UNREACHABLE error with a retry hint if not.
    MIT
  • Send strings to the DERO daemon and receive them back concatenated to verify that payloads reach the daemon intact. Use for round-trip sanity checks before debugging more complex calls.
    MIT
  • Fetch current DERO block heights: tip, stable (finalized), and topoheight. Get a quick height snapshot without full chain info.
    MIT
  • Get the DERO blockchain's total block count (tip count) for delta math against a reference height. Use when you need just the block count, not stable heights.
    MIT