voyager-mcp

MCPCommunity
v0.2.1online.voyagerMITAktualisiert heutenpm

Live Starknet explorer data: transactions, contracts, tokens, NFTs, staking

Läuft in
ClaudeCursorCopilotGemini

Abgeleitet aus den Transporten, die dieser Eintrag deklariert (stdio). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.

Automatisch aus öffentlichen Quellen indexiert. Vom Entwickler auf Forge noch nicht verifiziert.Diesen Eintrag beanspruchen →
15Downloads/Wo.
heuteLetzte Aktualisierung
Paket
Autoronline.voyager
LizenzMIT
Version0.2.1
Quellenpm+mcp-registry
Trust-Status
B
60/100Gut
Im Forge-Index gelistet+10/10
Publisher-Identität verifiziert+0/20
Publisher: führe `forge publish` im Repo des Pakets aus, um die Inhaberschaft zu beanspruchen
Ed25519-Publish-Signatur+0/5
Wird automatisch ergänzt, wenn der Publisher `forge publish` ausführt
Domain-Verifizierung+0/5
Publisher: hinterlege /.well-known/forge.json auf der Paket-Homepage mit { "publisher": "<github-login>" }
npm Trusted Publishing (Sigstore)+0/5
Veröffentliche aus GitHub Actions mit --provenance, damit die Attestation dieses Paket an dieses Repo bindet
npm-Maintainer-Übereinstimmung+0/5
Wird erreicht, sobald deine Identität oben verifiziert ist und dieser Login npm-Maintainer dieses Pakets ist
CVE-Scan · sauber+30/30
Statische Analyse · sauber+20/20
Füge das in Claude Code, Cursor oder einen beliebigen KI-Assistenten ein, um alle Lücken zu schließen
StatusVon der Community indexiert
PublisherNicht verifiziert
SignaturNicht signiert
Domain
Herkunft
Abhängigkeiten✓ 60 aufgelöst+ · keine verwundbar
Tool-Oberfläche40 Tools · keines privilegiert
Sicherheits-Scan✓ Sauberv0.2.1 · heuteWie gut funktioniert dieser Scan?
EvaluierungenKeine
Indexiert7. Sept. 2026

Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.

Tools

40 Tools · keines privilegiert
Statisch aus dem veröffentlichten Paket extrahiertv0.2.1 · 4h ago

Aus dem Quellcode gelesen, den npm tatsächlich ausliefert, zum Zeitpunkt des Scans. Das Paket wurde nie ausgeführt. Tools, die zur Laufzeit dynamisch registriert werden oder in gebündeltem beziehungsweise minifiziertem Code stecken, können übersehen werden — das hier ist also eine Untergrenze der Tool-Oberfläche, keine vollständige Erhebung.

list_blocksList Starknet blocks (paginated, newest first).

List Starknet blocks (paginated, newest first).

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

get_blockGet a Starknet block by number, hash, or "pre_confirmed".

Get a Starknet block by number, hash, or "pre_confirmed".

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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).

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

get_class_functionsGet the callable functions (ABI entrypoints) declared by a class.

Get the callable functions (ABI entrypoints) declared by a class.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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).

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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).

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

get_contract_token_balancesGet the token balances held by a specific contract address.

Get the token balances held by a specific contract address.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

get_contract_functionsGet the callable functions (ABI entrypoints) of a contract.

Get the callable functions (ABI entrypoints) of a contract.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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`.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

list_protocolsList known protocols / dapps on Starknet (paginated).

List known protocols / dapps on Starknet (paginated).

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

get_contract_holdersList token holders for a token contract (paginated).

List token holders for a token contract (paginated).

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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).

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

get_contract_class_historyList the class history (implementation upgrades) of a contract.

List the class history (implementation upgrades) of a contract.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

get_contract_bridge_transactionsList L1↔L2 bridge transactions involving a contract.

List L1↔L2 bridge transactions involving a contract.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

get_contract_erc20_tokens_heldList the ERC-20 tokens a contract has ever held.

List the ERC-20 tokens a contract has ever held.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

get_contract_portfolioGet the current token portfolio (holdings) of a contract / account.

Get the current token portfolio (holdings) of a contract / account.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

get_eventGet details of a single event by its id.

Get details of a single event by its id.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

get_l1_transactionGet an Ethereum L1 transaction related to Starknet by its hash.

Get an Ethereum L1 transaction related to Starknet by its hash.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

get_l1_bridge_transactionsGet the bridge transactions associated with an L1 transaction (paginated).

Get the bridge transactions associated with an L1 transaction (paginated).

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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).

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

get_messageGet a Starknet L1↔L2 message by its message hash.

Get a Starknet L1↔L2 message by its message hash.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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).

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

get_network_statusGet the Starknet network status (chain health / indexer state).

Get the Starknet network status (chain health / indexer state).

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

get_indexer_laggingCheck whether the Voyager indexer is lagging behind the chain tip.

Check whether the Voyager indexer is lagging behind the chain tip.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

get_cairo_v1_contracts_countGet the count of Cairo 1 contracts on Starknet.

Get the count of Cairo 1 contracts on Starknet.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

get_account_callGet details of a specific account call by its id.

Get details of a specific account call by its id.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

list_nftsList NFTs across Starknet.

List NFTs across Starknet.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

get_nft_contractGet details of an NFT contract (collection) by address.

Get details of an NFT contract (collection) by address.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

list_nft_balancesList NFT balances for a collection (optionally a specific token id).

List NFT balances for a collection (optionally a specific token id).

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

40 von 40 Tools haben eine Beschreibung veröffentlicht.

Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.

Über

Live Starknet explorer data: transactions, contracts, tokens, NFTs, staking

Schlagwörter
mcp
Alternativen
Tool-Oberflächen werden verglichen…

Abhängigkeitsbaum

Was ein Forge-Scan am 2026-09-08 aus den npm-Metadaten aufgelöst hat — beobachtete Auflösung, keine Angabe des Herausgebers.

60 Pakete aufgelöst · 2 direkt · keines mit Sicherheitshinweisen Die Auflösung endet bei Tiefe 4 und 60 Paketen.

Der Durchlauf endete an der Tiefengrenze 4. Alles unterhalb dieser Ebene wurde nie aufgelöst.

Der Durchlauf endete an der Grenze von 60 Paketen. Der Rest des Baums wurde nie aufgelöst.

36 weitere aufgelöste Pakete werden hier nicht gezeichnet (Anzeigegrenze: 24). Jede Abhängigkeit mit einem Sicherheitshinweis wird unabhängig von der Grenze gezeichnet. Vollständiges Inventar (CycloneDX-SBOM)

Deklariert, aber nicht aufgelöst

54 deklarierte Abhängigkeiten sind nie im Baum gelandet. Sie fehlen in Forges Auflösung, nicht im Paket.

+42 weitere nicht aufgeführt. Die Zählungen nach Grund oben erfassen sie alle.

Nicht verfolgt: peerDependencies. Dieser Baum erfasst nur Laufzeitabhängigkeiten; was jene mitbringen, wurde nie aufgelöst.