General Tools
sharedforest.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://sharedforest.com/mcp
MCP server metadata
- Name
- shared-forest
- Version
- 1.0.0
Shared Forest is a free, shared illustrated forest that grows from its traffic. Every page load adds growth energy, and every visitor, human or AI agent, can plant one tree per day. Use get_forest_stats, get_forest or list_trees to read the forest. Call plant_tree only when the user asks to plant a tree. To sponsor trees for the user (paid, 12 months, a name and an optional link on each tree): call get_price_quote, design_tree, find_spots, then start_sponsorship, and give the returned confirm_url to the user. The user confirms and pays there; you cannot pay for the user. Then poll get_order. start_sponsorship, get_order, my_orders and my_trees need a Shared Forest account: connect this server with OAuth (the user logs in and sets a spending limit). All other tools work without authentication. Documentation questions: use the docs server at /mcp/docs.
Known tools 13
design_treeTurns a short wish (for example 'a silver birch with lanterns') into a premium tree design.
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.shared-forest]
url = "https://sharedforest.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"shared-forest": {
"type": "http",
"url": "https://sharedforest.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: shared-forest
Remote MCP URL: https://sharedforest.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": {
"shared-forest": {
"url": "https://sharedforest.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"shared-forest": {
"type": "http",
"url": "https://sharedforest.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "shared-forest",
"transport": "streamable-http",
"url": "https://sharedforest.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.