Climatiq MCP
Calculates carbon emissions for activities like electricity, travel, freight, and cloud computing via the Climatiq API.
Delv Safety Grade: C
Score 58/100 · assessed 2026-04-28
This community MCP server wraps the Climatiq API for carbon emissions calculations. The maintainer appears to be a solo developer with limited GitHub presence and no established track record in the climate data space. The server itself has narrow, read-only permissions limited to API calls, which is positive from a security standpoint. It requires an API key for Climatiq, meaning users must trust both the server code and the external service. The package is distributed via PyPI with standard installation, though the repository shows minimal activity and documentation. No security incidents are known, but the combination of single maintainer, thin documentation, and recent creation (typical of new community projects) warrants caution. The scoped permissions and legitimate use case (carbon tracking via established Climatiq API) prevent a lower grade, but users should verify the code before deployment.
Lethal Trifecta (prompt-injection exposure)
ONE OF THREESame.
Green flags
- Narrow scope limited to read-only API calls to Climatiq service
- Legitimate use case for carbon emissions tracking
- Standard PyPI distribution with uv/pip installation
- No known security incidents or malicious behaviour
Red flags
- Solo maintainer with limited public GitHub activity or track record
- Minimal repository documentation and no changelog visible
- Recent project with no established community or review history
- Requires API key storage, creating credential exposure risk
Permissions requested
Install
uv pip install climatiq-mcp-server
CLIMATIQ_API_KEYReview
Install this if you're doing carbon accounting, ESG reporting, or sustainability analysis and already have a Climatiq API key. Skip it if you're not actively tracking emissions or don't want to manage API quotas. It's a narrow tool that does one thing well for a specific audience.
Good at
- Covers a wide range of emission sources: electricity by grid, travel by mode, freight, and cloud compute instances.
- Saves you from writing a custom Climatiq API integration or leaving Claude to use a web dashboard.
- Useful for embedding carbon estimates directly into ESG reports, travel policies, or infrastructure audits.
- Climatiq's emission factor database is well-maintained and includes regional specificity.
Watch out
- Free tier API quota is only 100 requests per month, which runs out quickly for production use.
- No result caching, so repeated queries for the same activity waste quota.
- Repo documentation is sparse; you'll need Climatiq's API docs to understand parameter requirements.
- Error messages from the API can be vague if you pass incorrect data, and the MCP doesn't clarify them.
Use cases
- carbon footprint analysis
- ESG reporting
- travel emissions
- cloud sustainability
Getting started
Works with
Similar MCPs
- MobbinReference 621,500+ real app screens from inside Claude, Cursor, and other AI tools. Mobbin's design library exposed as MCP so agents can work from real UI patterns instead of guessing.
- Discogs MCPSearches the Discogs music catalogue for releases, artists, labels, and marketplace listings.
- Unsplash MCPSearches Unsplash for high-quality stock photos with filters for orientation, colour, and size.
- OP.GG MCPProvides gaming data for League of Legends, TFT, and Valorant including champion analytics, esports schedules, and meta comps.