Live Starknet explorer data: transactions, contracts, tokens, NFTs, staking
Inferido de los transportes que declara este listado (stdio). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Leído del código que npm publica realmente, en el momento del análisis. El paquete nunca se ejecutó. Las herramientas registradas dinámicamente en tiempo de ejecución, o escondidas en código empaquetado o minificado, pueden pasarse por alto — así que esto es un mínimo de la superficie de herramientas, no un censo completo.
list_blocksList Starknet blocks (paginated, newest first).List Starknet blocks (paginated, newest first).
No se publicó ningún esquema de entrada para esta herramienta.
get_blockGet a Starknet block by number, hash, or "pre_confirmed".Get a Starknet block by number, hash, or "pre_confirmed".
No se publicó ningún esquema de entrada para esta herramienta.
list_classesList declared classes (contract templates) on Starknet, newest first. Cursor pagination: pass `cursor` from a previous response's nextCursor/prevCursor; a null nextCursor means the end. Optionally window by declaration block or timestamp (mutually exclusive).List declared classes (contract templates) on Starknet, newest first. Cursor pagination: pass `cursor` from a previous response's nextCursor/prevCursor; a null nextCursor means the end. Optionally window by declaration block or timestamp (mutually exclusive).
No se publicó ningún esquema de entrada para esta herramienta.
get_classGet a Starknet class by hash: type, declaration info, verification status, and ABI.Get a Starknet class by hash: type, declaration info, verification status, and ABI.
No se publicó ningún esquema de entrada para esta herramienta.
get_class_codeGet the verified Cairo source code for a class. Use this to read the actual contract implementation when writing or auditing Starknet code.Get the verified Cairo source code for a class. Use this to read the actual contract implementation when writing or auditing Starknet code.
No se publicó ningún esquema de entrada para esta herramienta.
get_class_functionsGet the callable functions (ABI entrypoints) declared by a class.Get the callable functions (ABI entrypoints) declared by a class.
No se publicó ningún esquema de entrada para esta herramienta.
get_class_decompiledGet the decompiled code of a class (useful when verified source is not available).Get the decompiled code of a class (useful when verified source is not available).
No se publicó ningún esquema de entrada para esta herramienta.
get_class_contractsList the contracts deployed from a given class, newest first. Cursor pagination: pass `cursor` from a previous response's nextCursor/prevCursor; a null nextCursor means the end. Per-row activity counts are capped and render as "1000+" beyond the cap.List the contracts deployed from a given class, newest first. Cursor pagination: pass `cursor` from a previous response's nextCursor/prevCursor; a null nextCursor means the end. Per-row activity counts are capped and render as "1000+" beyond the cap.
No se publicó ningún esquema de entrada para esta herramienta.
list_contractsList contracts deployed on Starknet, newest first. Cursor pagination: pass `cursor` from a previous response's nextCursor/prevCursor; a null nextCursor means the end. Optionally filter by contract type and window by deployment block or timestamp (mutually exclusive).List contracts deployed on Starknet, newest first. Cursor pagination: pass `cursor` from a previous response's nextCursor/prevCursor; a null nextCursor means the end. Optionally filter by contract type and window by deployment block or timestamp (mutually exclusive).
No se publicó ningún esquema de entrada para esta herramienta.
get_contractGet a Starknet contract by address: class hash, type, deployment info, ABI, and aliases.Get a Starknet contract by address: class hash, type, deployment info, ABI, and aliases.
No se publicó ningún esquema de entrada para esta herramienta.
get_contract_token_balancesGet the token balances held by a specific contract address.Get the token balances held by a specific contract address.
No se publicó ningún esquema de entrada para esta herramienta.
get_contract_codeGet the code of a contract: verified Cairo source if available, otherwise bytecode/decompiled.Get the code of a contract: verified Cairo source if available, otherwise bytecode/decompiled.
No se publicó ningún esquema de entrada para esta herramienta.
get_contract_functionsGet the callable functions (ABI entrypoints) of a contract.Get the callable functions (ABI entrypoints) of a contract.
No se publicó ningún esquema de entrada para esta herramienta.
get_contract_transfersList token transfers involving a contract, with filters (token, counterparties, time range). Keyset pagination via `cursor`.List token transfers involving a contract, with filters (token, counterparties, time range). Keyset pagination via `cursor`.
No se publicó ningún esquema de entrada para esta herramienta.
list_protocolsList known protocols / dapps on Starknet (paginated).List known protocols / dapps on Starknet (paginated).
No se publicó ningún esquema de entrada para esta herramienta.
get_top_contracts_statsGet the most-used contracts ranked by activity over a timeframe.Get the most-used contracts ranked by activity over a timeframe.
No se publicó ningún esquema de entrada para esta herramienta.
get_contract_holdersList token holders for a token contract (paginated).List token holders for a token contract (paginated).
No se publicó ningún esquema de entrada para esta herramienta.
get_contract_transfer_tokensList the distinct tokens involved in a contract's transfers (filter helper).List the distinct tokens involved in a contract's transfers (filter helper).
No se publicó ningún esquema de entrada para esta herramienta.
get_contract_class_historyList the class history (implementation upgrades) of a contract.List the class history (implementation upgrades) of a contract.
No se publicó ningún esquema de entrada para esta herramienta.
get_contract_bridge_transactionsList L1↔L2 bridge transactions involving a contract.List L1↔L2 bridge transactions involving a contract.
No se publicó ningún esquema de entrada para esta herramienta.
get_contract_erc20_balance_historyGet the ERC-20 balance history of a contract over a time range.Get the ERC-20 balance history of a contract over a time range.
No se publicó ningún esquema de entrada para esta herramienta.
get_contract_erc20_tokens_heldList the ERC-20 tokens a contract has ever held.List the ERC-20 tokens a contract has ever held.
No se publicó ningún esquema de entrada para esta herramienta.
get_contract_portfolioGet the current token portfolio (holdings) of a contract / account.Get the current token portfolio (holdings) of a contract / account.
No se publicó ningún esquema de entrada para esta herramienta.
list_eventsList events emitted on Starknet (newest first). Optionally filter by emitting contract and/or block. Unbounded lists use cursor pagination (pass `cursor` from a previous response's nextCursor/prevCursor); block-scoped lists use page numbers and return lastPage.List events emitted on Starknet (newest first). Optionally filter by emitting contract and/or block. Unbounded lists use cursor pagination (pass `cursor` from a previous response's nextCursor/prevCursor); block-scoped lists use page numbers and return lastPage.
No se publicó ningún esquema de entrada para esta herramienta.
get_eventGet details of a single event by its id.Get details of a single event by its id.
No se publicó ningún esquema de entrada para esta herramienta.
get_l1_transactionGet an Ethereum L1 transaction related to Starknet by its hash.Get an Ethereum L1 transaction related to Starknet by its hash.
No se publicó ningún esquema de entrada para esta herramienta.
get_l1_bridge_transactionsGet the bridge transactions associated with an L1 transaction (paginated).Get the bridge transactions associated with an L1 transaction (paginated).
No se publicó ningún esquema de entrada para esta herramienta.
get_l1_state_updatesGet the Starknet state updates included in an L1 transaction (paginated).Get the Starknet state updates included in an L1 transaction (paginated).
No se publicó ningún esquema de entrada para esta herramienta.
list_messagesList L1↔L2 messages on Starknet (newest first). Filter by block, contract, or direction. Unbounded lists use cursor pagination (pass `cursor` from a previous response's nextCursor/prevCursor); block-scoped lists use page numbers and return lastPage.List L1↔L2 messages on Starknet (newest first). Filter by block, contract, or direction. Unbounded lists use cursor pagination (pass `cursor` from a previous response's nextCursor/prevCursor); block-scoped lists use page numbers and return lastPage.
No se publicó ningún esquema de entrada para esta herramienta.
get_messageGet a Starknet L1↔L2 message by its message hash.Get a Starknet L1↔L2 message by its message hash.
No se publicó ningún esquema de entrada para esta herramienta.
get_message_bridge_transactionsGet the bridge transactions associated with an L1↔L2 message (paginated).Get the bridge transactions associated with an L1↔L2 message (paginated).
No se publicó ningún esquema de entrada para esta herramienta.
get_network_statusGet the Starknet network status (chain health / indexer state).Get the Starknet network status (chain health / indexer state).
No se publicó ningún esquema de entrada para esta herramienta.
get_indexer_laggingCheck whether the Voyager indexer is lagging behind the chain tip.Check whether the Voyager indexer is lagging behind the chain tip.
No se publicó ningún esquema de entrada para esta herramienta.
get_cairo_v1_contracts_countGet the count of Cairo 1 contracts on Starknet.Get the count of Cairo 1 contracts on Starknet.
No se publicó ningún esquema de entrada para esta herramienta.
get_account_callGet details of a specific account call by its id.Get details of a specific account call by its id.
No se publicó ningún esquema de entrada para esta herramienta.
list_nftsList NFTs across Starknet.List NFTs across Starknet.
No se publicó ningún esquema de entrada para esta herramienta.
get_nft_contractGet details of an NFT contract (collection) by address.Get details of an NFT contract (collection) by address.
No se publicó ningún esquema de entrada para esta herramienta.
get_nftGet details of a single NFT (token) by contract address and token id.Get details of a single NFT (token) by contract address and token id.
No se publicó ningún esquema de entrada para esta herramienta.
list_nft_itemsList the items (tokens) of an NFT collection, optionally filtered by owner.List the items (tokens) of an NFT collection, optionally filtered by owner.
No se publicó ningún esquema de entrada para esta herramienta.
list_nft_balancesList NFT balances for a collection (optionally a specific token id).List NFT balances for a collection (optionally a specific token id).
No se publicó ningún esquema de entrada para esta herramienta.
40 de 40 herramientas publicaron una descripción.
Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.
Live Starknet explorer data: transactions, contracts, tokens, NFTs, staking
Los nombres enlazados abren el índice de Forge con todas las entradas que se observó que exponen esa herramienta. Ver todas las herramientas indexadas.
El rastreo se detuvo en el límite de profundidad 4. Nada por debajo de ese nivel llegó a resolverse.
El rastreo se detuvo en el límite de 60 paquetes. El resto del árbol nunca se resolvió.
Hay 36 paquetes resueltos más que no se dibujan aquí (límite de visualización: 24). Toda dependencia con avisos de seguridad se dibuja aunque se supere el límite. Inventario completo (SBOM CycloneDX)
54 dependencias declaradas nunca llegaron al árbol. Faltan en la resolución de Forge, no en el paquete.
+42 más sin listar. Los recuentos por motivo de arriba las incluyen todas.
No se siguen: peerDependencies. Este árbol cubre solo dependencias en tiempo de ejecución, así que lo que estas arrastren nunca se resolvió.