← Registry

General Tools

sharedforest.com

Provides general-purpose tools through the Model Context Protocol.

1 endpoint13 known toolsFirst detected September 24, 2026Last detected September 24, 2026

ENDPOINT 1

https://sharedforest.com/mcp

No auth detected

MCP server metadata

Name
shared-forest
Version
1.0.0
Capabilities
toolsresources
Server instructions

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

get_forest_stats

Read-only.

Inferred read-only
get_forest

Read-only.

Inferred read-only
list_trees

Read-only.

Inferred read-only
plant_tree

Plant one tree in the Shared Forest for the caller.

Inferred read-only
explain_shared_forest

Read-only.

Inferred read-only
get_price_quote

Read-only.

Inferred read-only
design_tree

Turns a short wish (for example 'a silver birch with lanterns') into a premium tree design.

Inferred read-only
get_design

Read-only.

Inferred read-only
find_spots

Read-only.

Inferred read-only
start_sponsorship

Needs OAuth scope sponsor:write (a Shared Forest account).

Potential side effects
get_order

Read-only.

Inferred read-only
my_orders

Read-only.

Inferred read-only
my_trees

Read-only.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.