{ "name": "@gatefare/mcp", "mcpName": "io.github.gatefareio/mcp-server", "version": "1.1.1", "description": "MCP server for the Gatefare paid-API marketplace. Works with Claude Desktop, Cursor, Continue, and any MCP client. Pay per API call in USDC on Base via the open x402 standard. Non-custodial.", "type": "module", "bin": { "gatefare-mcp": "dist/index.js" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup", "dev": "tsx src/index.ts", "typecheck": "tsc --noEmit", "pretest": "npm run build", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "test:e2e": "GATEFARE_E2E=1 vitest run --config vitest.integration.config.ts", "lint": "eslint src/ tests/", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "claude", "cursor", "anthropic", "ai-agents", "llm-tools", "x402", "usdc", "base", "stablecoin-payments", "micropayments", "api-marketplace", "paid-apis", "web3", "coinbase", "gatefare" ], "author": "Gatefare ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/gatefareio/mcp-server.git" }, "homepage": "https://gatefare.io", "bugs": { "url": "https://github.com/gatefareio/mcp-server/issues" }, "engines": { "node": ">=20.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "viem": "^2.23.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^20.17.0", "@vitest/coverage-v8": "^3.2.4", "tsup": "^8.4.0", "tsx": "^4.19.0", "typescript": "^5.7.0", "vitest": "^3.1.0" } }