{ "name": "attestify-mcp", "version": "0.2.1", "mcpName": "io.github.attestifyagent/attestify-mcp", "description": "The only agent execution layer that enforces governance before consequences land. x402-native paid execution, financial control plane, immutable receipts, output verification, agent reputation, memory continuity, and Attestify Trust (no-wallet agent identity + signed evidence). Exposes attestify_research and attestify_trust_submit_evidence/attestify_trust_verify as callable MCP tools for Claude Desktop, Cursor, Windsurf, and any MCP-compatible host.", "type": "module", "main": "./index.js", "exports": { ".": "./index.js", "./server": "./server.js", "./tools/research": "./tools/research.js", "./tools/trust": "./tools/trust.js" }, "bin": { "attestify-mcp": "./server.js" }, "scripts": { "start": "node server.js" }, "engines": { "node": ">=20" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/attestifyagent/attestify-mcp.git" }, "homepage": "https://attestifyos.com", "author": "Attestify ", "keywords": [ "mcp", "attestify", "agent", "research", "ai-agents", "agent-governance", "x402", "usdc", "base", "agent-infrastructure", "financial-control-plane", "receipts", "audit-trail", "policy-enforcement", "budget-control", "agent-reputation", "langchain", "crewai", "langgraph", "compliance", "fintech", "regulated-workflows", "trust", "agent-identity", "no-wallet", "signed-evidence" ], "files": [ "index.js", "server.js", "tools/research.js", "tools/trust.js", "README.md" ] }