Skip to main content
Glama

athenahealth MCP Server

by ophydami
package.jsonโ€ข1.3 kB
{ "name": "athenahealth-mcp-server", "version": "1.0.0", "description": "Model Context Protocol server for athenahealth clinical decision support", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "webhook-bridge": "tsx src/webhook-bridge.ts", "test": "vitest", "lint": "eslint src --ext .ts", "format": "prettier --write src/**/*.ts" }, "keywords": [ "mcp", "model-context-protocol", "athenahealth", "healthcare", "clinical-decision-support", "hipaa" ], "author": "Your Name", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0", "axios": "^1.7.0", "dotenv": "^16.4.0", "eventsource": "^2.0.2", "express": "^5.1.0", "node-cron": "^3.0.0", "winston": "^3.15.0", "ws": "^8.18.3", "zod": "^3.23.0" }, "devDependencies": { "@types/express": "^5.0.3", "@types/node": "^20.0.0", "@types/node-cron": "^3.0.0", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.0.0", "prettier": "^3.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0", "vitest": "^1.0.0" }, "engines": { "node": ">=18.0.0" } }

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/ophydami/Athenahealth-MCP'

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