# carbonfootprint

Discover and run life cycle assessment analyses across searchable categories and datasets. Set session defaults to streamline repeated work and keep projects consistent. Monitor your capabilities and…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add ecosemantic/carbonfootprint

# Browse available tools
npx -y @smithery/cli@latest tool list ecosemantic/carbonfootprint

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ecosemantic/carbonfootprint get_account_and_capabilities

# Call a tool
npx -y @smithery/cli@latest tool call ecosemantic/carbonfootprint get_account_and_capabilities '{}'
```

## Direct MCP Connection

Endpoint: `https://carbonfootprint--ecosemantic.run.tools`

## Tools (5)

- `get_account_and_capabilities` — Get your account information, available capabilities, and usage statistics.
- `discover_available_lca_tools` — Discover available tool categories and get detailed tool schemas.
- `execute_lca_tool` — Execute any EcoSemantic LCA tool by name.
- `set_lca_session_defaults` — Set default values that apply to all subsequent LCA tool calls.
- `get_lca_session_defaults` — View your current LCA session defaults.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get ecosemantic/carbonfootprint <tool-name>
```
