{ "name": "taskfleet-mcp", "version": "0.1.1", "mcpName": "io.github.BFAI-1/taskfleet-mcp", "description": "MCP server exposing TaskFleet's pay-per-call AI task APIs (web search, scrape, extract, translate, code review, on-chain wallet intel) as tools. Payment via x402 (USDC on Base).", "type": "module", "bin": { "taskfleet-mcp": "index.mjs" }, "main": "index.mjs", "files": ["index.mjs", "toolname.mjs", "README.md"], "engines": { "node": ">=20" }, "keywords": ["mcp", "model-context-protocol", "x402", "ai-agents", "web-search", "scraping", "web-scraper", "data-extraction", "translation", "code-review", "onchain", "base", "usdc", "agent-tools", "api"], "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "viem": "^2.21.0", "@x402/fetch": "^2", "@x402/evm": "^2" }, "license": "MIT" }