ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Transparência SNS with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Official Portuguese national health service (SNS) open data: SNS24 calls, consultations, surgeries, transplants, blood donors, clinical trials, medicines and th

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 6 capabilities

The complete Transparência SNS capability set.

These are the exact actions your AI can choose when you ask it to work with Transparência SNS.

Capability set01 / 02

01-03

3 capabilities in this set.

Part of 6 available through Transparência SNS.

  1. 01

    List datasets

    Covers SNS24 calls, consultations, surgeries, transplants, blood donors, clinical trials, medicines, the SNS budget account and more. Use page/page_size to navigate. never fetch all pages at once. List all open data datasets of the Portuguese SNS (national health service) transparency portal

  2. 02

    Search datasets

    G. "medicamentos", "transplantes", "cirurgias", "sns24"). Case-insensitive; all words must match. Search SNS datasets by keyword (id, title or field names)

  3. 03

    Get dataset

    Use a dataset_id from list_datasets or search_datasets. Get full schema and metadata of an SNS dataset (fields, labels, records count)

Capability set02 / 02

04-06

3 capabilities in this set.

Part of 6 available through Transparência SNS.

  1. 04

    Query records

    Where example: data>='2025-01'; order_by: field name, prefix - for desc (e.g. -data); refine: facet=value (e.g. uf=Hospital de São João); select: comma-separated fields. Returns total_count plus the requested page. combine limit/offset to paginate. Query records of an SNS dataset with filters (where, refine, order_by) and pagination

  2. 05

    Get latest records

    G. latest SNS24 calls, latest transplants). Get the most recent records of an SNS dataset (sorted by its date column, descending)

  3. 06

    Count records

    Useful before paginating with query_records. Count records in an SNS dataset (with optional filter), without fetching rows

One connector, every AI

Transparência SNS works with the most popular AI clients.

These are the most popular clients, each with a step-by-step guide: one link, set up once, with governance and visibility built in. And because everything runs on the MCP standard, the same connection also works in any other compatible client — nothing to rebuild.

Building your own app? The connector is yours to use.

You don't need a client to put Transparência SNS to work: the same hosted connection plugs into your own applications and agent code, with the same governance on every request. Build with it, chat with it — one connection for both.

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 6 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Transparência SNS, so you can see the experience inside your AI.

It does not authenticate your account with Transparência SNS. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Transparência SNS Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_MH3coBDiqA93acPmTqHpP6o5Ug58Udpq80J7UXMB/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Transparência SNS capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "sns-portugal-health-transparency-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_MH3coBDiqA93acPmTqHpP6o5Ug58Udpq80J7UXMB/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

Guided setup for Claude? link.label

See all the AI clients this connector works with ↑

FAQ

Questions Transparência SNS owners ask.

  • 01

    Do I need an API key or registration?

    No. The SNS transparency portal's Opendatasoft API is fully public. every capability in this MCP works without authentication.

  • 02

    Why is there no text-search server-side, and how does search_datasets work?

    The portal's q parameter is ignored by this Opendatasoft instance, so search_datasets scans the full 144-dataset catalog client-side (2 requests, cached behavior) and matches your terms against ids, titles, descriptions and column names.