mcp-server-axiom-js

by ThetaBird
Verified
{ "name": "mcp-server-axiom", "version": "1.1.0", "description": "An MCP server implementation for Axiom that enables AI agents to query data using Axiom Processing Language (APL)", "main": "index.js", "bin": { "mcp-server-axiom": "./bin/cli.js" }, "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "axiom", "mcp", "apl", "ai", "agent", "query" ], "author": "", "license": "MIT", "dependencies": { "@axiomhq/js": "^1.0.0", "@modelcontextprotocol/sdk": "^1.4.1", "dotenv": "^16.4.7", "limiter": "^2.1.0", "zod": "^3.22.4" }, "engines": { "node": ">=14" }, "repository": { "type": "git", "url": "https://github.com/ThetaBird/mcp-server-axiom-js" }, "publishConfig": { "access": "public" } }