# Ecologi — MCP server on mcp.ai > Connect your Ecologi account and use 5 tools for news and lifestyle straight from your AI agent. Connect with your own API key. Ecologi is the platform for collective climate action. Purchase trees and carbon offsets programmatically through their Impact API. By: mcp.ai · official Page: https://mcp.ai/ecologi ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_ecologi?ms=1787293560000 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/ecologi/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/ecologi/ 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/ecologi/skill.md Postman collection (v2.1): https://mcp.ai/ecologi/postman.json ## Tools - ecologi_get_user_carbon_offset(username: string) — Tool to get the total tonnes of CO2e emissions a user has avoided (carbon offset). Data refreshes every 10 minutes. No authentication required. - ecologi_get_user_carbon_removal(username: string) — Tool to retrieve the total tonnes of CO₂e a user has permanently removed from the atmosphere. Data refreshes every 10 minutes. Use when checking carbon offset impact for a specific Ecologi user or bus - ecologi_get_user_habitat_restoration(username: string) — Tool to get the total area of habitat and ecosystem a user has restored. Data refreshes every 10 minutes. No authentication required. - ecologi_get_user_impact(username: string) — Tool to get a combination of all impact types a user has funded: trees, carbon avoidance, carbon removal, and habitat restoration, in a single request. Data refreshes every 10 minutes and no authentic - ecologi_get_user_trees(username: string) — Tool to get the total number of trees a user has funded on Ecologi. Use when you need to retrieve tree statistics for a specific user. Data refreshes every 10 minutes. ## Example prompts - "What can I do in Ecologi?" - "Show me a summary of my Ecologi account" ## Links Docs: https://mcp.ai/docs/mcps/ecologi Website: https://mcp.ai/mcps/ecologi