Back to Home
lumberjack-so icon

joeMCP

Verified Safe

by lumberjack-so

Overview

This MCP server exposes construction management tools from the JoeAPI system to AI assistants like Claude, enabling them to automate tasks, analyze project data, and generate reports.

Installation

Run Command
node build/index.js

Environment Variables

  • JOEAPI_BASE_URL
  • JOEAPI_API_KEY
  • JOEAPI_USER_ID

Security Notes

The server uses `zod` for input validation, which helps prevent basic injection attacks. It relies on environment variables (`JOEAPI_API_KEY`) for authentication, avoiding hardcoded secrets. Network requests use standard `fetch`. The `async` tool delegates to an external, hardcoded `ASYNC_AGENT_BASE_URL` and directly passes user prompts, introducing a dependency on the security and robustness of that third-party service. Error responses from upstream APIs (`API Error ${status}: ${JSON.stringify(responseData, null, 2)}`) might expose internal server details. No 'eval' or direct arbitrary command execution found.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassHigh
Avg Tokens3000
Stars0
Forks1
Last Update2025-11-22

Tags

MCPConstruction ManagementAPIAI AgentTypeScript