{ "name": "x402-trust-mcp", "version": "1.13.0", "mcpName": "io.github.JonasFuchss/x402-trust-mcp", "type": "module", "description": "MCP server for x402 endpoint trust & reliability data. Free ecosystem stats, leaderboard, trust preview, and watch polling; paid per-endpoint trust scores, bulk scoring, endpoint history, and 30-day watches over x402, with optional auto-pay. Backed by x402-trust.com's 24/7 monitoring of the x402 ecosystem (Base + Solana).", "license": "MIT", "author": "foxxstrike", "homepage": "https://x402-trust.com", "repository": { "type": "git", "url": "git+https://github.com/JonasFuchss/x402-trust-mcp.git" }, "bugs": { "url": "https://github.com/JonasFuchss/x402-trust-mcp/issues" }, "keywords": [ "mcp", "model-context-protocol", "x402", "trust", "reputation", "agent", "ai-agent", "base", "usdc", "crypto", "onchain" ], "bin": { "x402-trust-mcp": "./dist/server.js" }, "main": "./dist/server.js", "types": "./dist/server.d.ts", "exports": { ".": "./dist/server.js", "./pay": "./dist/pay.js", "./tool-spec": { "types": "./dist/tool-spec.d.ts", "default": "./dist/tool-spec.js" } }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsc && chmod +x dist/server.js", "test": "vitest run", "prepublishOnly": "npm run build" }, "engines": { "node": ">=20" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "viem": "^2.21.55", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.10.0", "typescript": "^5.7.2", "vitest": "^2.1.8" } }