For Agents
Get started with Climate Tracker Initiative ESG Data API in minutes using your preferred integration method.
# Add to your MCP client config (Claude Desktop, Cursor, Windsurf)
{
"jentic": {
"url": "https://api.jentic.com/mcp",
"auth": "oauth"
}
}
# Then ask your agent:
"look up company esg emissions data"
# → Jentic returns the GET /events tool with parameter schema, agent executes.What an agent can do with Climate Tracker Initiative ESG Data API API.
Retrieve Scope 1, Scope 2, and Scope 3 emissions data for a named company
Pull company-level ESG financial metrics alongside emissions for sustainability analysis
Surface the source documents and references behind each ESG data point for auditability
Feed ESG company data into supplier due-diligence and transition-risk pipelines
GET STARTED
Look up Scope 1, 2, and 3 emissions, financial metrics, and ESG source data for a named company. Single bearer-authenticated POST endpoint.
Use for: Look up Scope 1 and Scope 2 emissions for a public company, Get the latest ESG data for a specific company by name, Find the source document behind a company's reported Scope 3 figure, Retrieve emissions and financial metrics for supplier due diligence
Not supported: Does not handle activity-based emissions calculation, carbon credit trading, or regulatory filing — use for company-level ESG data lookup only.
Jentic publishes the only available OpenAPI document for Climate Tracker Initiative ESG Data API, keeping it validated and agent-ready.
Jentic publishes the only available OpenAPI specification for Climate Tracker Initiative ESG Data API, keeping it validated and agent-ready. The Climate Tracker Initiative ESG Data API returns Environmental, Social, and Governance data for a named company, including Scope 1, Scope 2, and Scope 3 emissions, financial metrics, and the underlying source documents the data was extracted from. It exposes a single POST /get-company-data operation authenticated with a bearer token, designed for analysts and AI agents that need structured ESG records to feed sustainability dashboards, transition risk scoring, or supplier due diligence workflows.
Power agent-driven sustainability questions with structured emissions records
Patterns agents use Climate Tracker Initiative ESG Data API API for, with concrete tasks.
★ Supplier ESG Due Diligence
Procurement teams need Scope 1, 2, and 3 emissions and ESG financial metrics for each supplier when scoring transition risk. The Climate Tracker Initiative ESG Data API returns this data for a named company in a single POST call along with the source references, so a due-diligence workflow can attribute every figure to its underlying disclosure rather than treating ESG numbers as opaque.
POST /get-company-data with the supplier's company name and parse the returned Scope 1, Scope 2, and Scope 3 emissions plus the cited source references
Sustainability Dashboard Backfill
Sustainability teams building internal dashboards often need company-level emissions data they cannot source from a single regulator. Climate Tracker Initiative aggregates ESG figures and source citations into one structured response, so a dashboard can populate Scope 1-3 panels and link each cell to the originating document for transparency.
Call /get-company-data for each company in the dashboard universe and store emissions plus source URLs in the reporting database
Agent-Driven ESG Lookup
An AI agent embedded in a financial research assistant uses Jentic to answer Scope 3 emissions questions about specific companies. Jentic's intent search routes the query to the Climate Tracker Initiative endpoint, the agent loads the schema, executes the bearer-authenticated POST, and summarizes the result with citations to the original ESG sources.
Use Jentic to search for company ESG emissions data, load the schema for POST /get-company-data, and execute with the company name to return Scope 1-3 figures with sources
1 endpoints — jentic publishes the only available openapi specification for climate tracker initiative esg data api, keeping it validated and agent-ready.
METHOD
PATH
DESCRIPTION
/get-company-data
Retrieve ESG data, Scope 1-3 emissions, and source references for a named company
/get-company-data
Retrieve ESG data, Scope 1-3 emissions, and source references for a named company
Three things that make agents converge on Jentic-routed access.
Credential isolation
The Climate Tracker Initiative bearer token is stored encrypted in the Jentic MAXsystem vault. Agents receive a scoped execution context — the raw API token never enters the agent's prompt or memory.
Intent-based discovery
Agents search by intent (for example look up company emissions data) and Jentic returns POST /get-company-data with its request schema, so the agent can call it without browsing Climate Tracker Initiative documentation.
Time to first call
Direct integration: a few hours to handle bearer auth and the request schema, plus more time to discover the spec since it is not officially published. Through Jentic: under 15 minutes from search to first successful call.
Alternatives and complements available in the Jentic catalogue.
Climatiq
Calculates emissions from activity data; pairs well when company-level ESG figures are unavailable
Choose Climatiq when the agent has activity data (kWh, miles, kg of material) and needs to calculate emissions, rather than looking up a company's reported figures
Climate FieldView
On-farm agronomic data; complementary for agriculture-sector ESG analysis
Use FieldView when agent needs grower-level operational data feeding into agriculture sustainability metrics, rather than corporate ESG
NLM Clinical Tables
Different domain reference data API; included only as catalog neighbor
Not a real ESG alternative; agents should not select this for emissions or company data tasks
Specific to using Climate Tracker Initiative ESG Data API API through Jentic.
Why is there no official OpenAPI spec for Climate Tracker Initiative ESG Data API?
Climate Tracker Initiative does not publish an OpenAPI specification. Jentic generates and maintains this spec so that AI agents and developers can call Climate Tracker Initiative ESG Data API via structured tooling. It is validated against the live API and kept up to date. Get started at https://app.jentic.com/sign-up.
What authentication does the Climate Tracker Initiative ESG Data API use?
The API uses HTTP bearer authentication. Send your API token as Authorization: Bearer YOUR_API_TOKEN on every request to POST /get-company-data. Through Jentic the token is stored encrypted in the MAXsystem vault and injected at execution time, so an agent never holds the raw token.
Can I retrieve Scope 3 emissions for a company through this API?
Yes. POST /get-company-data returns Scope 1, Scope 2, and Scope 3 emissions for the requested company, along with financial metrics and the source references behind each value. Scope 3 coverage depends on disclosure availability for the underlying company.
What are the rate limits for the Climate Tracker Initiative ESG Data API?
The OpenAPI spec does not publish numeric rate limits. Treat the API as best-effort and add exponential backoff on 429 or 5xx responses. For production volume, contact Climate Tracker Initiative directly to confirm your plan limits.
How do I look up a company's ESG data through Jentic?
Run pip install jentic, then search Jentic for company ESG emissions data. Jentic returns POST /get-company-data with its input schema. Load the schema, execute with the company name in the request body, and Jentic injects the bearer token from the vault. Get started at https://app.jentic.com/sign-up.
Does the API return source citations for ESG data points?
Yes. The response includes related source information so each Scope 1-3 figure and financial metric can be traced back to the originating disclosure document. This is important for audit and due-diligence use cases where unattributed ESG numbers are not acceptable.