eCommerce
greenventuretanzania.com
Provides product listings, project estimation, and quote enquiries for Green Venture's recycled plastic building materials.
ENDPOINT 1
https://greenventuretanzania.com/mcp
MCP server metadata
- Name
- green-venture-built-to-last
- Version
- 0.1.0
Tools for Green Venture Limited, an Arusha-based Tanzanian manufacturer of recycled HDPE decking, cladding, lumber and furniture. Use `list_products` for the public catalogue and prices in Tanzanian Shillings, `estimate_project` to size and price a decking or cladding area, `list_projects` for completed reference work, `company_info` for contact details, and `submit_quote_enquiry` to send the sales team a project enquiry once the customer has confirmed their contact details.
Known tools 5
list_productsList Green Venture's recycled plastic products with their public prices in Tanzanian Shillings, units (per m², per linear metre, or each) and descriptions.
Inferred read-onlyestimate_projectEstimate the linear metres of 4x1.5 inch recycled plastic plank needed for a decking or cladding area, plus the material cost in Tanzanian Shillings.
Inferred read-onlylist_projectsList Green Venture's completed reference projects (safari camps, lodges and schools) with client, location and application, plus the headline product range.
Inferred read-onlycompany_infoGet Green Venture Limited's public company profile: what it makes, factory location, contact details and recycling impact.
Inferred read-onlysubmit_quote_enquirySend Green Venture a project enquiry, exactly like the Request a Quote form on the website.
Potential side effectsCONNECT 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.green-venture-built-to-last]
url = "https://greenventuretanzania.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"green-venture-built-to-last": {
"type": "http",
"url": "https://greenventuretanzania.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: green-venture-built-to-last
Remote MCP URL: https://greenventuretanzania.com/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": {
"green-venture-built-to-last": {
"url": "https://greenventuretanzania.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"green-venture-built-to-last": {
"type": "http",
"url": "https://greenventuretanzania.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "green-venture-built-to-last",
"transport": "streamable-http",
"url": "https://greenventuretanzania.com/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.