Skip to main content
Glama

Algorand MCP

/** * Algod API Resources * These resources interact directly with an Algorand node through the algod API. * They provide real-time access to current blockchain state and pending transactions. */ export { accountResources, accountResourceSchemas, handleAccountResources, accountInformation, accountApplicationInformation, accountAssetInformation } from './account.js'; export { applicationResources, applicationResourceSchemas, handleApplicationResources, getApplicationByID, getApplicationBoxByName, getApplicationBoxes } from './application.js'; export { assetResources, assetResourceSchemas, handleAssetResources, getAssetByID } from './asset.js'; export { transactionResources, transactionResourceSchemas, handleTransactionResources, pendingTransactionInformation, pendingTransactionsByAddress, pendingTransactions, getTransactionParams, status, statusAfterBlock } from './transaction.js';

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GoPlausible/algorand-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server