get_indicator_metadata
ActiveTool of Owid
Fetch chart metadata for an OWID indicator slug: title, subtitle, note, and per-column details (unit, description, data producer/citation, last_updated, next_update dates). Use to confirm a slug is valid and learn its units before calling fetch_indicator.
Parameters schema
{
"type": "object",
"examples": [
{
"slug": "co-emissions-per-capita"
}
],
"required": [
"slug"
],
"properties": {
"slug": {
"type": "string",
"description": "OWID chart slug"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Owid
https://github.com/pipeworx-io/mcp-owid
1/7 registries