We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nirholas/universal-crypto-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@nirholas/binance-us-mcp-server",
"version": "1.0.0",
"description": "MCP server for Binance.US exchange - spot trading, wallet management, and US-specific features",
"type": "module",
"main": "./build/index.js",
"scripts": {
"start": "node build/index.js",
"dev": "tsx watch src/index.ts",
"build": "tsc",
"test": "npx @modelcontextprotocol/inspector tsx src/index.ts"
},
"bin": {
"binance-us-mcp": "./build/index.js"
},
"files": [
"build",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"author": {
"name": "nich",
"url": "https://github.com/nirholas",
"twitter": "https://x.com/nichxbt"
},
"repository": {
"type": "git",
"url": "https://github.com/nirholas/universal-crypto-mcp",
"directory": "packages/defi/chain-tools/BNB-Chain-MCP/binance-us-mcp-server"
},
"keywords": [
"mcp",
"model-context-protocol",
"binance-us",
"binance",
"crypto",
"trading",
"exchange",
"us-regulated"
],
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.11.0",
"dotenv": "^16.5.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.0.0",
"tsx": "^4.7.0",
"typescript": "^5.0.0"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/nirholas"
},
"contributors": [
{
"name": "nich",
"url": "https://github.com/nirholas",
"twitter": "https://x.com/nichxbt"
}
]
}