package.json•1.09 kB
{
"name": "algorand-mcp",
"version": "0.1.0",
"main": "mcp/index.js",
"author": "Tairon.ai",
"homepage": "https://tairon.ai",
"license": "MIT",
"description": "MCP server for Algorand blockchain integration with comprehensive tools for transactions, smart contracts, DeFi, NFTs and more",
"repository": {
"type": "git",
"url": "git+https://github.com/Tairon-ai/algorand-mcp.git"
},
"bugs": {
"url": "https://github.com/Tairon-ai/algorand-mcp/issues"
},
"keywords": [
"algorand",
"blockchain",
"mcp",
"model-context-protocol",
"defi",
"smart-contracts",
"nft"
],
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"scripts": {
"start": "node server.js",
"mcp": "node mcp/index.js",
"dev": "node server.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"algosdk": "^2.7.0",
"@algorandfoundation/algokit-utils": "^6.0.0",
"axios": "^1.6.0",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"uuid": "^11.1.0",
"zod": "^3.24.2"
}
}