Blockfrost Cardano Explorer
Workflow capability for Cardano blockchain exploration and dApp integration using the Blockfrost API. Enables developers, analysts, and dApp builders to query blocks, transactions, accounts, addresses, native assets, and epochs on the Cardano mainnet.
What You Can Do
MCP Tools
get-latest-block
Get the latest block on the Cardano mainnet blockchain with slot, epoch, and transaction count information.
get-block
Get a specific Cardano block by hash or block number.
get-transaction
Get details of a specific Cardano transaction by its hash, including inputs, outputs, and metadata.
get-account
Get Cardano stake account information including rewards, delegation, and pool information.
get-address
Get information about a Cardano address including ADA balance, UTXOs, and native asset holdings.
get-asset
Get information about a Cardano native asset including policy, name, supply, and on-chain metadata.
get-latest-epoch
Get the current Cardano epoch information including start time, end time, and protocol parameters.
submit-transaction
Submit a signed Cardano transaction (CBOR encoded) to the blockchain network.