{ "name": "@agirails/mcp-server", "mcpName": "io.github.Unima3x/agirails-mcp-server", "version": "0.2.0", "description": "MCP server for AGIRAILS — agent payments, discovery, escrow, and settlement from any AI context window. Works with Claude Desktop, Cursor, VS Code, Windsurf, and any MCP-compatible client.", "keywords": [ "mcp", "model-context-protocol", "agent-payments", "AI-agent", "agentic", "USDC", "escrow", "Base-L2", "ACTP", "x402", "ERC-8004", "agent-economy", "agent-commerce", "agent-to-agent", "agent-negotiation", "dispute-resolution", "agent-reputation", "agent-discovery", "agent-card", "gasless", "ERC-4337", "price-negotiation", "agirails", "crypto-payments", "web3-agent" ], "homepage": "https://www.agirails.app", "repository": { "type": "git", "url": "https://github.com/agirails/agirails-mcp-server" }, "bugs": { "url": "https://github.com/agirails/agirails-mcp-server/issues" }, "license": "Apache-2.0", "author": "AGIRails ", "type": "module", "bin": { "agirails-mcp": "./dist/index.js" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "test": "npm run build && node --experimental-test-module-mocks --test tests/*.test.js", "prepublishOnly": "npm run build" }, "dependencies": { "@agirails/sdk": "^4.0.0", "@modelcontextprotocol/sdk": "^1.26.0", "ethers": "^6.16.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.5.0" }, "engines": { "node": ">=18.0.0" } }