Skip to main content
Glama
NU-AquaLab

The Aleph MCP

by NU-AquaLab
package.json2.04 kB
{ "name": "thealeph-mcp", "version": "1.0.0", "description": "MCP server for The Aleph network intelligence API - PTR records, ASN data, traceroute mapping, and monitoring", "main": "src/server.js", "bin": { "thealeph-mcp": "./bin/thealeph-mcp" }, "scripts": { "start": "node src/server.js", "test": "node tests/run-all.js --unit-only", "test:all": "node tests/run-all.js", "test:unit": "node tests/run-all.js --unit-only", "test:integration": "node tests/integration/api.test.js", "test:e2e": "node tests/e2e/mcp.test.js", "test:api": "node src/test.js --test", "test:mcp": "node src/test.js --test-all", "lint": "echo 'Linting not configured yet'", "setup": "node src/setup.js", "build": "npm pack", "prepublishOnly": "npm run test:unit && npm run test:api" }, "keywords": [ "mcp", "model-context-protocol", "claude", "llm", "thealeph", "network-intelligence", "ptr-records", "asn", "traceroute", "network-mapping", "infrastructure-mapping", "reverse-dns" ], "author": { "name": "Esteban Carisimo", "email": "@estcarisimo", "url": "https://thealeph.ai" }, "license": "MIT", "homepage": "https://thealeph.ai/docs", "repository": { "type": "git", "url": "https://github.com/NU-AquaLab/thealeph-mcp.git" }, "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/NU-AquaLab/thealeph-mcp/issues" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.4.0", "axios": "^1.6.0", "commander": "^11.0.0", "chalk": "^4.1.2", "ora": "^5.4.1", "inquirer": "^8.2.6" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "files": [ "src/**/*", "bin/**/*", "examples/**/*", "README.md", "LICENSE", "CLAUDE.md" ], "preferGlobal": true, "os": [ "darwin", "linux", "win32" ], "cpu": [ "x64", "arm64" ] }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/NU-AquaLab/thealeph-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server