# VoiceLogPro [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/kindrat86/voicelogpro-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/voicelogpro-2

## Description
Construction daily-log generation, jurisdiction compliance requirements, construction FAQs.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "voicelogpro": {
    "url": "https://voicelogpro.com/api/mcp"
  }
}
```

## Documentation & README

# voicelogpro MCP server

Construction daily-log and compliance tools for AI agents. Generate daily log templates, look up logging compliance requirements by jurisdiction, and query construction FAQs — all through MCP.

**Live endpoint:** `https://voicelogpro.com/api/mcp` (HTTP, MCP 2024-11-05)

## Tools

| Tool | What it does |
|---|---|
| `create_daily_log_template` | Generate a construction daily log template by project type |
| `get_logging_requirements` | Get daily-log compliance requirements for a jurisdiction |
| `list_construction_faq` | Query construction/logging FAQs |

## Usage

```json
{
  "mcpServers": {
    "voicelogpro": { "url": "https://voicelogpro.com/api/mcp" }
  }
}
```

MIT License. Free.

