Skip to main content
Glama

agentek-eth

by NaniDAO
package.json1.52 kB
{ "name": "@agentek/tools", "version": "0.1.19", "description": "Blockchain tools for AI agents", "type": "module", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", "exports": { ".": { "import": { "types": "./dist/esm/index.d.ts", "default": "./dist/esm/index.js" }, "require": { "types": "./dist/cjs/index.d.ts", "default": "./dist/cjs/index.js" } }, "./client": { "import": { "types": "./dist/esm/client.d.ts", "default": "./dist/esm/client.js" }, "require": { "types": "./dist/cjs/client.d.ts", "default": "./dist/cjs/client.js" } } }, "files": [ "dist" ], "scripts": { "build": "rm -rf dist && tsc && tsc -p tsconfig.cjs.json", "test": "vitest" }, "dependencies": { "cheerio": "^1.1.2" }, "peerDependencies": { "viem": "^2.33.2", "zod": "^3.25.76", "zrouter-sdk": "^0.0.10" }, "devDependencies": { "@types/node": "^22.14.1", "typescript": "^5.9.2", "vitest": "^3.2.4" }, "keywords": [ "blockchain", "ethereum", "tools", "ai", "agents" ], "author": "NaniDAO", "license": "AGPL-3.0", "repository": { "type": "git", "url": "git+https://github.com/NaniDAO/agentek.git" }, "homepage": "https://nani.ooo", "bugs": { "url": "https://github.com/NaniDAO/agentek/issues" }, "engines": { "node": ">=18.17.0" } }

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/NaniDAO/agentek'

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