MCP Server
Active
io.github.jdhart81/quantity-takeoff MCP Server
io.github.jdhart81/quantity-takeoff
What is the io.github.jdhart81/quantity-takeoff MCP server?
Auditable construction takeoffs with locked waste and conservative purchase rounding.
How to install io.github.jdhart81/quantity-takeoff
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"quantity-takeoff": {
"url": "https://mcp.viridisconservation.com/quantity-takeoff/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"quantity-takeoff": {
"serverUrl": "https://mcp.viridisconservation.com/quantity-takeoff/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"quantity-takeoff": {
"type": "http",
"url": "https://mcp.viridisconservation.com/quantity-takeoff/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"quantity-takeoff": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.viridisconservation.com/quantity-takeoff/mcp"
]
}
}
}Claude Code
claude mcp add --transport http quantity-takeoff https://mcp.viridisconservation.com/quantity-takeoff/mcpRelated MCP servers
Paid hosted MCP for agent-to-agent compute routing. 25% of net revenue funds conservation.
1
View repository →TypeScript
MIT
Compute-is-carbon energy/carbon ledger for agent work with Landauer-limit validation.
0
View repository →Python
The MCP-native bridge to ERC-8004 (on-chain agent identity/reputation/validation): resolve registrat
0
View repository →Python
Trustless escrow & settlement for A2A transactions: exactly-once state machine, frozen fees, tamper-
0
View repository →Python