@dbotx/fast-swap-mcp-server
Version:
Fast Swap MCP Server - Supports quickly initiating token buy/sell tasks, querying transaction results, and managing take-profit/stop-loss tasks.
57 lines (56 loc) • 1.23 kB
JSON
{
"name": "@dbotx/fast-swap-mcp-server",
"version": "1.0.1",
"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": "dbotx",
"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.8.3"
},
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "https://github.com/dbotx/dbot-mcp-servers",
"directory": "fast-swap-mcp-server"
},
"homepage": "https://github.com/dbotx/dbot-mcp-servers/tree/main/fast-swap-mcp-server",
"publishConfig": {
"access": "public"
}
}