Command Palette

Search for a command to run...

UnylyUnyly
Browse all

INE Portugal

FreeNot checked

Statistical indicators from Statistics Portugal (INE) via the official JSON API.

GitHubEmbed

About

Statistical indicators from Statistics Portugal (INE) via the official JSON API.

README

Statistics Portugal (INE) JSON indicator MCP.

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

Tool Description
indicator_meta Metadata for an INE (Statistics Portugal) indicator: title, periodicity, unit, time range, and the full list of dimensions with their valid dimension-value codes. Call this BEFORE get_indicator so you know which Dim1/Dim2/... codes are valid. Requires the indicator code (varcd) — INE has no keyword/search endpoint, so look the code up on https://www.ine.pt first.
get_indicator Fetch data values for an INE (Statistics Portugal) indicator. Pass the indicator code (varcd) and optionally a dims object mapping dimension slots ("Dim1","Dim2",...) to dimension-value codes to select a slice (codes come from indicator_meta). Omit a Dim slot to return all of its values. Requires varcd — INE has no keyword/search endpoint, so look the code up on https://www.ine.pt first.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "ine-pt": {
      "url": "https://gateway.pipeworx.io/ine-pt/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Ine Pt data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

from github.com/pipeworx-io/mcp-ine-pt

Installing INE Portugal

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/pipeworx-io/mcp-ine-pt

FAQ

Is INE Portugal MCP free?

Yes, INE Portugal MCP is free — one-click install via Unyly at no cost.

Does INE Portugal need an API key?

No, INE Portugal runs without API keys or environment variables.

Is INE Portugal hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install INE Portugal in Claude Desktop, Claude Code or Cursor?

Open INE Portugal on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare INE Portugal with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs