Data Collection
autario.com
Provides access to a public data catalog for discovering, searching, and querying datasets with metadata and schemas.
ENDPOINT 1
https://autario.com/mcp
Known tools 36
discover_by_topicDiscover the most relevant verified datasets for a given topic.
search_datasetsSearch the Autario public data catalog.
get_dataset_infoGet full metadata for a specific dataset including title, description, publisher, category, keywords, row count, creation date, AND ontology fields (topic, subtopic, unit, frequency, entity_type, indicator_id, source_time_col, source_value_col, source_entity_col, data_granularity).
get_dataset_schemaGet the column names, data types, total row count, AND a machine-legible `datasheet` for a dataset.
query_datasetQuery data from a dataset with optional filtering, sorting, and field selection.
create_datasetCreate a new empty dataset on Autario.
write_rowsAppend rows of data to an existing dataset.
clear_rowsDelete all rows from a dataset while keeping the schema and columns intact.
delete_datasetPermanently delete a dataset and all its data.
report_data_issueReport a data-quality problem you found in a dataset or chart, so the engine can fix it.
get_company_snapshotGet current stock metrics for a public company.
list_indicatorsBrowse the Autario indicator registry — semantic layer over all 2600+ datasets.
get_entity_profileGet the indicators available for one entity (country, aggregate, etc.).
get_entity_dataFetch data for ONE entity across MULTIPLE indicators — joined automatically on time via shadow columns.
compare_entitiesCompare ONE indicator across MULTIPLE entities (e.g.
verify_valueVerify that a claimed value is correct.
correlateCompute Pearson + Spearman correlation between two indicators for one entity.
regressionLinear regression of y ~ x for one entity.
pct_changePeriod-over-period percentage change for an indicator.
rolling_statsRolling window statistics (mean/std/min/max/sum) for an indicator.
find_driversKILLER ANALYSIS: given a target KPI + multiple candidate indicators, rank which candidates best predict the target by correlation strength.
lag_analysisCross-correlation at multiple lags.
seasonality_decompositionAdditive decomposition Y = trend + seasonal + residual.
describeSummary statistics for a single indicator+entity: n, mean, median, std, min/max, quartiles, skew, histogram.
calculateCreate a derived series from two indicators using an Excel-style op: ratio (A/B), ratio_pct (A/B*100), diff (A-B), sum (A+B), product (A*B).
what_mattersHEADLINE OP: given an outcome metric + entity, rank which other metrics best explain the outcome.
list_chartsList published chart visualizations on Autario.
list_chart_candidatesAUTARIO-INTERNAL (admin only).
get_chartGet a specific chart by ID or slug.
chart_instructionsGet the Builder spec schema reference.
request_chartAUTARIO-INTERNAL (admin only).
create_chart_from_specPREFERRED chart-creation path.
publish_chartPublish a chart via freeform Plotly spec.
update_chartUpdate an existing chart you own.
get_traction_overviewADMIN/CURATOR ONLY.
bubble_or_notBubble Or Not?