vendorshield-mcp
v0.1.0
Published
MCP server for VendorShield — AI-powered vendor compliance and COI analysis for construction
Maintainers
Readme
VendorShield MCP Server
MCP server for VendorShield — AI-powered vendor compliance and Certificate of Insurance (COI) analysis for construction.
Tools
| Tool | Description |
|------|-------------|
| analyze_coi | Upload and analyze a COI PDF — extracts insurer, policies, coverage amounts, dates, and risk score |
| recommend_requirements | Get recommended insurance requirements for 10+ trade categories |
| check_compliance | Check vendor coverage against requirements — finds gaps, expirations, and insufficiencies |
| list_trades | List all supported trade categories |
Installation
Claude Desktop / Cursor
Add to your MCP config:
{
"mcpServers": {
"vendorshield": {
"command": "npx",
"args": ["-y", "vendorshield-mcp"],
"env": {
"VENDORSHIELD_API_URL": "https://vendorshield.app"
}
}
}
}Environment Variables
| Variable | Default | Description |
|----------|---------|-------------|
| VENDORSHIELD_API_URL | https://vendorshield.app | VendorShield API base URL |
Examples
Analyze a COI
Use the analyze_coi tool with the base64-encoded PDF content of a Certificate of Insurance.Check compliance for an electrician
1. Use recommend_requirements with trade "electrical"
2. Use check_compliance with the vendor's coverages against those requirementsSupported Trades
General Contractor, Electrical, Plumbing, HVAC, Roofing, Painting, Landscaping, Demolition, Technology Vendor, Cleaning/Janitorial
Links
- VendorShield — Full platform
- Crawde — AI tools hub
