{ "name": "agent-services-mcp", "version": "0.2.1", "license": "MIT", "type": "module", "description": "MCP server exposing paid (x402) and free tools for AI agents — content provenance, quality scoring, and action audit — each backed by Ed25519-signed receipts on Cloudflare Workers.", "keywords": [ "mcp", "model-context-protocol", "mcp-server", "x402", "ai-agents", "agentic", "agent-tools", "micropayments", "usdc", "base", "provenance", "content-provenance", "quality-scoring", "audit", "accountability", "ed25519", "signed-receipts", "cloudflare-workers" ], "mcpName": "io.github.Gareth1953/agent-services-mcp", "repository": { "type": "git", "url": "git+https://github.com/Gareth1953/agent-services-mcp.git" }, "bin": { "agent-services-mcp": "dist/index.js" }, "files": ["dist", "README.md"], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.5.0" } }