{ "name": "gate402-mcp", "version": "0.8.1", "mcpName": "io.github.pgalyen1987/gate402-mcp", "description": "MCP server for Gate402: pay-per-call agent APIs over x402. Open-model LLM inference, crypto/finance data, SEC filings and web tools. Free tier, no signup.", "license": "MIT", "author": "Gate402", "homepage": "https://gate402.app", "repository": { "type": "git", "url": "https://github.com/pgalyen1987/gate402-mcp" }, "keywords": [ "mcp", "modelcontextprotocol", "model-context-protocol", "mcp-server", "x402", "ai-agents", "agent-tools", "claude", "cursor", "cline", "gpu", "gpu-marketplace", "llm-inference", "inference", "llama", "web-scraping", "markdown", "scraping", "onchain", "base", "defi", "dex", "sec-edgar", "usdc", "coinbase", "trading-agent", "tools" ], "type": "module", "bin": { "gate402-mcp": "dist/index.js" }, "files": [ "dist", "README.md" ], "engines": { "node": ">=20" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "gpt-tokenizer": "^2.9.0", "jsonrepair": "^3.13.0", "turndown": "^7.2.0" }, "devDependencies": { "@types/node": "^22.15.21", "@types/turndown": "^5.0.5", "tsx": "^4.19.4", "typescript": "^5.8.3" } }