UNPKG

@bbigu0898/fast-swap-mcp

Version:

Fast Swap MCP Server - Supports quickly initiating token buy/sell tasks, querying transaction results, and managing take-profit/stop-loss tasks.

42 lines 1.19 kB
{ "name": "@bbigu0898/fast-swap-mcp", "version": "1.0.6", "description": "Fast Swap MCP Server - Supports quickly initiating token buy/sell tasks, querying transaction results, and managing take-profit/stop-loss tasks.", "keywords": ["mcp", "dbot", "limit-order", "trading", "crypto", "blockchain", "DEX", "DeFi", "cross-chain", "solana", "ethereum", "bsc", "web3"], "author": "bbigu0898", "license": "MIT", "main": "dist/index.js", "bin": { "fast-swap-mcp": "./dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.13.0", "axios": "^1.6.0", "zod": "^3.22.0" }, "devDependencies": { "@types/node": "^20.0.0", "tsx": "^4.7.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18" }, "repository": { "type": "git", "url": "https://github.com/bbigu0898/bbigu-mcp-servers", "directory": "fast-swap-mcp-server" }, "homepage": "https://github.com/bbigu0898/bbigu-mcp-servers/tree/main/fast-swap-mcp-server", "publishConfig": { "access": "public" } }