The JT Power Tools MCP server is compatible with any client that supports the Model Context Protocol (MCP). This guide provides the technical details needed to connect any MCP client to your JobTread data.
| Endpoint | URL | Purpose |
|---|---|---|
| SSE Endpoint | https://mcp.jobtread-tools.pro/sse |
Server-Sent Events for real-time communication |
| Message Endpoint | https://mcp.jobtread-tools.pro/message |
HTTP POST for sending messages |
| Health Check | https://mcp.jobtread-tools.pro/health |
Server health status |
| Tools List | https://mcp.jobtread-tools.pro/tools |
Available MCP tools |
All requests must include an Authorization header with a Bearer token. The token format is:
Where:
Keep your keys secure. Never share them publicly or commit them to version control.
For clients using the standard MCP JSON configuration format:
Claude Desktop only supports local stdio servers. Use mcp-remote as a bridge:
Add to ~/.claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
For custom integrations, you can use the HTTP endpoints directly:
The MCP server provides these read-only tools:
| Tool Name | Description | Parameters |
|---|---|---|
search_jobs |
Search and list JobTread jobs | query (optional), status (optional) |
list_customers |
Get customer information | limit (optional) |
list_vendors |
Get vendor information | limit (optional) |
list_tasks |
Get tasks and to-dos | job_id (optional), status (optional) |
get_budgets |
Get budget details for jobs | job_id (required) |
knowledge_lookup |
Search knowledge base | query (required) |
For security, the MCP server currently provides read-only access to your data. To make changes, use the JobTread web interface.
Use the health endpoint to verify your connection:
Expected response:
Bearer LICENSE:GRANTTo ensure fair usage:
If you exceed these limits, you'll receive a 429 (Too Many Requests) response.
Need help setting up your MCP client?