# Digital Humani — MCP server on mcp.ai > Connect your Digital Humani account and use 7 tools for developer tools straight from your AI agent. Connect with your own API key. Digital Humani provides a reforestation API for browsing planting projects, submitting tree-planting requests, and tracking planted trees. By: mcp.ai · official Page: https://mcp.ai/digital_humani ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_digital_humani?ms=1787293680000 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/digital_humani/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/digital_humani/ 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/digital_humani/skill.md Postman collection (v2.1): https://mcp.ai/digital_humani/postman.json ## Tools - digital_humani_get_current_user_and_enterprise() — Return the authenticated Digital Humani user and that user's enterprise details, including the enterprise ID needed by planting and reporting tools. - digital_humani_get_enterprise_tree_count(month?: string, end_date?: string, start_date?: string, enterprise_id: string) — Count trees for an enterprise across all time, one calendar month, or an inclusive date range. Omit all date selectors for the all-time total; otherwise provide either month or both start_date and end - digital_humani_get_project(project_id: string) — Return detailed information for one reforestation project, including whether it is active and its localized project fields. - digital_humani_get_tree_request(uuid: string) — Retrieve a tree-planting request by the UUID returned when it was created. - digital_humani_get_user_tree_count(user: string, enterprise_id: string) — Count trees attributed to an exact end-user identifier within an enterprise. - digital_humani_list_projects() — List reforestation project summaries and IDs. Call Get Reforestation Project to confirm a selected project is active before planting. - digital_humani_plant_trees(user: string, project_id: string, tree_count: integer, enterprise_id: string) — CHARGEABLE PRODUCTION PURCHASE: create a real tree-planting request at $1 per tree. Use this tool only after the user explicitly authorizes the purchase and its exact tree_count; never use it for test ## Example prompts - "What can I do in Digital Humani?" - "Show me a summary of my Digital Humani account" ## Links Docs: https://mcp.ai/docs/mcps/digital_humani Website: https://mcp.ai/mcps/digital_humani