# More Trees — MCP server on mcp.ai > Connect your More Trees account and use 4 tools for news and lifestyle straight from your AI agent. Connect with your own API key. More Trees is a sustainability-focused platform planting trees on behalf of individuals or businesses aiming to offset carbon footprints and support reforestation. By: mcp.ai · official Page: https://mcp.ai/more_trees ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_more_trees?ms=1787293620000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/more_trees/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/more_trees/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/more_trees/skill.md Postman collection (v2.1): https://mcp.ai/more_trees/postman.json ## Tools - more_trees_create_user(status?: string, is_agreed: boolean, last_name: string, first_name: string, phone_number?: string, email_address: string, referral_code?: string, marketing_preference_id?: integer) — Creates a new user that can be assigned to a plantation account. Use this when you need to onboard a new user to the More Trees platform. The user must agree to terms and conditions (is_agreed=true). - more_trees_get_marketing_preferences() — Tool to retrieve available marketing preferences. Use when you need to get the list of marketing preference options that users can select. - more_trees_get_total_carbon_offset(forest_slug_or_account_code: string) — Retrieves the total carbon offset and forest statistics for a specified forest. Returns comprehensive data about a forest including: - Forest branding (name, logo, color) - Total CO2 captured - Number - more_trees_list_projects() — Retrieves all active tree planting projects with comprehensive details. Returns project information including name, ID, description, country, project type, supplier name, and available tree species fo ## Example prompts - "What can I do in More Trees?" - "Show me a summary of my More Trees account" ## Links Docs: https://mcp.ai/docs/mcps/more_trees Website: https://mcp.ai/mcps/more_trees