@justifi/mcp-server
Version:
JustiFi MCP Server - Simple NPX wrapper for easy payment management with AI assistants
58 lines (57 loc) • 1.2 kB
JSON
{
"name": "@justifi/mcp-server",
"version": "1.0.29",
"description": "JustiFi MCP Server - Simple NPX wrapper for easy payment management with AI assistants",
"main": "index.js",
"bin": {
"justifi-mcp-server": "index.js"
},
"scripts": {
"start": "node index.js",
"test": "node index.js --version",
"clean": "node index.js --clean"
},
"keywords": [
"mcp",
"model-context-protocol",
"justifi",
"payments",
"ai",
"assistant",
"claude",
"cursor",
"npx",
"virtual-environment"
],
"author": "JustiFi MCP Team <support@justifi.ai>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/justifi-tech/mcp-server.git"
},
"homepage": "https://github.com/justifi-tech/mcp-server",
"bugs": {
"url": "https://github.com/justifi-tech/mcp-server/issues"
},
"engines": {
"node": ">=16.0.0"
},
"os": [
"darwin",
"linux",
"win32"
],
"files": [
"index.js",
"main.py",
"pyproject.toml",
"python/",
"modelcontextprotocol/",
"requirements.txt",
"README.md"
],
"preferGlobal": false,
"publishConfig": {
"access": "public"
}
}