Blockfrost · Capability

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.

Run with Naftiko BlockchainCardanoCryptocurrencyDAppsNFTWeb3

What You Can Do

GET
Get latest block — Get the latest Cardano block
/v1/blocks/latest
GET
Get transaction — Get transaction by hash
/v1/transactions/{hash}
GET
Get account — Get stake account information
/v1/accounts/{stake_address}
GET
Get address — Get address information
/v1/addresses/{address}
GET
Get asset — Get native asset information
/v1/assets/{asset}

MCP Tools

get-latest-block

Get the latest block on the Cardano mainnet blockchain with slot, epoch, and transaction count information.

read-only
get-block

Get a specific Cardano block by hash or block number.

read-only
get-transaction

Get details of a specific Cardano transaction by its hash, including inputs, outputs, and metadata.

read-only
get-account

Get Cardano stake account information including rewards, delegation, and pool information.

read-only
get-address

Get information about a Cardano address including ADA balance, UTXOs, and native asset holdings.

read-only
get-asset

Get information about a Cardano native asset including policy, name, supply, and on-chain metadata.

read-only
get-latest-epoch

Get the current Cardano epoch information including start time, end time, and protocol parameters.

read-only
submit-transaction

Submit a signed Cardano transaction (CBOR encoded) to the blockchain network.

APIs Used

blockfrost