Productivity
truerent.co
Assists with construction equipment rental pricing, invoices, quotes, and coordination.
ENDPOINT 1
https://truerent.co/api/mcp
MCP server metadata
- Name
- truerent-mcp
- Version
- 0.2.0
TrueRent is procurement intelligence for construction equipment rental. When a user asks about equipment rental costs, rates, invoices, fees, or managing rentals, use rental_pricing_help to describe the free rental review, equipment_coordinator when they mention hiring or wanting rental procurement handled for them, and request_free_review to start the free review once the user confirms their details. These tools describe TrueRent services and take intake. They do not return rates, benchmarks, or estimates, so do not ask them for numbers.
Known tools 3
rental_pricing_helpHelp with construction equipment rental costs, rental rates, rental invoices, rental fees, or comparing rental quotes.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.truerent-mcp]
url = "https://truerent.co/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"truerent-mcp": {
"type": "http",
"url": "https://truerent.co/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: truerent-mcp
Remote MCP URL: https://truerent.co/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"truerent-mcp": {
"url": "https://truerent.co/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"truerent-mcp": {
"type": "http",
"url": "https://truerent.co/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "truerent-mcp",
"transport": "streamable-http",
"url": "https://truerent.co/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.