NEAR MCP

by nearai
Verified
{ "name": "@nearai/near-mcp", "version": "0.0.17", "description": "MCP server for interacting with Near Blockchain", "homepage": "https://github.com/near-ai/near-mcp", "repository": { "type": "git", "url": "https://github.com/near-ai/near-mcp.git" }, "scripts": { "format": "prettier --check \"**/*.{ts,tsx,js,jsx,json,md}\"", "format:fix": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"", "lint": "eslint . --ext .ts,.tsx", "lint:fix": "eslint . --ext .ts,.tsx --fix", "typecheck": "tsc --noEmit", "build": "rm -rf dist/* && tsc -b", "cli": "bun run ./bin/run" }, "keywords": [], "author": "", "license": "MIT", "type": "module", "main": "bin/run", "types": "dist/index.d.ts", "publishConfig": { "access": "public" }, "bin": { "near-mcp": "bin/run" }, "files": [ "bin", "dist" ], "oclif": { "bin": "near-mcp", "dirname": "near-mcp", "commands": "dist/commands", "plugins": [ "@oclif/plugin-help" ], "topicSeparator": " " }, "engines": { "bun": ">=1.0.0" }, "devDependencies": { "@changesets/cli": "^2.28.1", "@eslint/eslintrc": "^3.3.0", "@eslint/js": "^9.22.0", "@types/bs58": "^4.0.4", "@types/node": "22.10.5", "@types/react": "19.0.4", "@typescript-eslint/eslint-plugin": "^8.19.1", "@typescript-eslint/parser": "^8.19.1", "eslint": "^9.17.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-simple-import-sort": "^10.0.0", "prettier": "^3.4.2", "typescript": "^5.7.2" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "@near-js/accounts": "^1.4.0", "@near-js/client": "^0.0.3", "@near-js/crypto": "^1.4.1", "@near-js/keystores": "^0.2.1", "@near-js/keystores-node": "^0.1.2", "@near-js/types": "^0.3.1", "@near-js/utils": "^1.0.1", "@near-js/wallet-account": "^1.3.2", "@oclif/core": "^4", "@oclif/plugin-help": "^6", "@oclif/plugin-plugins": "^5", "borsh": "^2.0.0", "bs58": "^6.0.0", "buffer": "^6.0.3", "near-abi": "^0.2.0", "near-api-js": "^5.0.1", "zod": "^3.24.1", "zod-to-json-schema": "^3.24.4", "zstddec": "^0.1.0" } }