# autario-mcp

MCP server for Autario | search, query, join, and analyze 2,700+ public datasets (World Bank, FRED, Eurostat, OECD, WHO, ECB, US Census, IMF). Cross-dataset joins via shared ontology, statistical analysis (correlation, regression, drivers, lag), and chart

- **Type:** MCP server
- **Trust:** 60/100 (B), scored on the package rubric
- **Verification:** community-indexed — nobody has claimed this listing
- **Version:** 2.11.2
- **Author:** Unknown
- **License:** MIT
- **npm:** autario-mcp
- **Source:** https://github.com/autario/autario
- **Compatible clients:** claude-code, cursor, copilot, gemini (basis: transport)

## Trust

60/100 (B), scored on the package rubric
- Publisher verified: no
- Install scripts: nothing suspicious found
- Prompt-injection scan: not run
- Obfuscation scan: not run
- Evidence age: 4 days

## Security scan

- **Status:** clean
- **Scanned:** 2026-08-29T18:25:58.209Z
- **Version scanned:** 2.11.2
- **CVEs:** none found by OSV at scan time

## Tools

40 declared. Statically extracted from the shipped source — a floor on the surface, not a census.
- `get_traction_overview`
- `get_engine_report`
- `list_apps`
- `get_app_context`
- `get_my_workspace`
- `get_app_artifact`
- `audience_360`
- `seo_360`
- `social_360`
- `ai_visibility_360`
- `bubble_or_not`
- `discover_by_topic`
- `search_datasets`
- `get_dataset_info` — Get full metadata for a specific dataset including title, description, publisher, category, keywords, row count, creation date, AND ontology fields (topic, subt
- `get_dataset_schema`
- `query_dataset`
- `create_dataset` — Create a new empty dataset on Autario. Returns a dataset_id you can populate with write_rows. Only create new datasets if the data does not already exist on Aut
- `write_rows` — Append rows of data to an existing dataset. The schema is automatically inferred from the first batch. All values are stored as text. Maximum 10,000 rows per ca
- `clear_rows` — Delete all rows from a dataset while keeping the schema and columns intact. Useful for refreshing data before re-importing. Requires AUTARIO_API_KEY.
- `delete_dataset` — Permanently delete a dataset and all its data. This action cannot be undone. Only the dataset owner can delete it. Requires AUTARIO_API_KEY.
- `list_connectors`
- `refresh_connector` — Pull the latest data from a connector's source REST API now and refresh its hosted Postgres table on Autario. Returns the new row count and the dataset_id you c
- `report_data_issue`
- `get_company_snapshot`
- `list_indicators` — Browse the Autario indicator registry — semantic layer over all 2600+ datasets. Each indicator has a topic (economy, health, energy, …), unit (USD, %, years, …)
- `get_entity_profile` — Get the indicators available for one entity (country, aggregate, etc.). Returns indicator IDs with metadata + time coverage, sorted by observation count, PAGINA
- `get_entity_data`
- `compare_entities` — Compare ONE indicator across MULTIPLE entities (e.g. GDP of DEU vs USA vs CHN). BY DEFAULT returns a per-entity summary (first/latest/min/max/avg/count) — enoug
- `verify_value`
- `correlate` — Compute Pearson + Spearman correlation between two indicators for one entity. Returns r, p-value, n, and human-readable interpretation. Use for "does X move wit
- `regression` — Linear regression of y ~ x for one entity. Returns slope, intercept, R² and interpretation. Use for "how does X predict Y?" questions.
- `pct_change` — Period-over-period percentage change for an indicator. Use for growth rates (YoY, QoQ, MoM).
- `rolling_stats` — Rolling window statistics (mean/std/min/max/sum) for an indicator. Smooths noise, reveals trends.
- `find_drivers` — KILLER ANALYSIS: given a target KPI + multiple candidate indicators, rank which candidates best predict the target by correlation strength. Perfect for "what mo
- `decompose_drivers`
- `lag_analysis` — Cross-correlation at multiple lags. Answers "does A lead or lag B?". Peak |r| at positive lag means A precedes B by that many periods. Common use: "is consumer 
- `seasonality_decomposition` — Additive decomposition Y = trend + seasonal + residual. Use this to strip the seasonal cycle from a series and reveal the underlying trend | great for monthly o
- `describe` — Summary statistics for a single indicator+entity: n, mean, median, std, min/max, quartiles, skew, histogram. Use FIRST before running any test so you know what 
- `calculate` — Create 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). Returns the per-tim
- `what_matters` — HEADLINE OP: given an outcome metric + entity, rank which other metrics best explain the outcome. Auto-selects candidates from the ontology if `candidates` is o

## Install

**Verdict: review** — Installable, but 1 thing to check first: No publisher has proved control of this listing; it is indexed, not vouched for.
**Cautions** (coverage gaps and advisories — never blocking)
- No publisher has proved control of this listing; it is indexed, not vouched for.
**Config** (claude-code):
```json
"{\n  \"mcpServers\": {\n    \"autario\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"autario-mcp\"\n      ],\n      \"env\": {\n        \"AUTARIO_API_KEY\": \"<YOUR_AUTARIO_API_KEY>\",\n        \"AUTARIO_API_SECRET\": \"<YOUR_AUTARIO_API_SECRET>\"\n      }\n    }\n  }\n}"
```
**Credentials it will ask for** (names only — Forge never holds a value):
- `AUTARIO_API_KEY` — Autario API Key (optional)
- `AUTARIO_API_SECRET` — Autario API Secret (optional)
Placeholders only. Forge never holds, brokers, or transmits a credential value — replace each <YOUR_NAME> in your own config file. Do not send a value back to Forge; no Forge endpoint accepts one.
- This entry needs 2 credentials (0 required). The generated config carries placeholders, so it will fail in the editor rather than at runtime if they are left unset.

## Blast radius

Extensive blast radius — deletes data; holds an api key.
- Floor 55, ceiling 55 (tier: extensive)
- This is impact, not likelihood. A high radius is not a defect: a filesystem server is supposed to write files. It is never part of the trust score.

## Machine-readable views of this entry

- Signed JSON: https://forgeregistry.com/api/v1/packages/autario-mcp
- Install plan: https://forgeregistry.com/api/v1/packages/autario-mcp/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/autario-mcp
- HTML page: https://forgeregistry.com/registry/autario-mcp
- MCP: POST https://forgeregistry.com/api/mcp → `forge_get_package` / `forge_install_plan`

## About this document

Generated by Forge (https://forgeregistry.com) — a compact rendering of the same record served, signed, at the JSON URL above. Trust and scan facts are the registry's own measurements; anything Forge did not measure is named as unmeasured rather than omitted.
