ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use CNMC (Comisión Mercados y Competencia) with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Access Spanish market and competition data. search datasets and retrieve records from the CNMC open data portal.

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 · 2 capabilities

The complete CNMC (Comisión Mercados y Competencia) capability set.

These are the exact actions your AI can choose when you ask it to work with CNMC (Comisión Mercados y Competencia).

Capability set01 / 01

01-02

2 capabilities in this set.

Part of 2 available through CNMC (Comisión Mercados y Competencia).

  1. 01

    Package search

    Use this to find the resource_id needed for datastore_search. Search for datasets and resources in the CNMC catalog

  2. 02

    Datastore search

    G., a CSV file within a dataset). Requires a resource_id obtained via package_search. Retrieve actual records from a specific CNMC resource

Observed, not estimated

843ms average. Fast in production.

CNMC (Comisión Mercados y Competencia) is checked daily against the live service.

Daily averagePeak 1053ms
Aug 20Today
Fastest day
664ms
Slowest day
1053ms
14-day trend
Slowing+22%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 2 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 CNMC (Comisión Mercados y Competencia), so you can see the experience inside your AI.

It does not authenticate your account with CNMC (Comisión Mercados y Competencia). Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

CNMC (Comisión Mercados y Competencia) Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_JSx3Nrz9CP762s87eYFcDgvORa1rTBabYbrxGVQZ/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 — CNMC (Comisión Mercados y Competencia) capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "cnmc-comision-mercados-y-competencia-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_JSx3Nrz9CP762s87eYFcDgvORa1rTBabYbrxGVQZ/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

FAQ

Questions CNMC (Comisión Mercados y Competencia) owners ask.

  • 01

    How do I find the resource_id needed for data retrieval?

    Use the package_search capability with a query related to your topic. The response will include a list of resources, each with a unique id (the resource_id) that you can then use in datastore_search.

  • 02

    Can I limit the number of records returned to avoid large payloads?

    Yes! The datastore_search capability includes an optional limit parameter. You can specify exactly how many rows you want to retrieve (e.g., 10 or 100) to keep the response concise.

  • 03

    Is it possible to filter data by a specific field, like a year or a city?

    Absolutely. Use the filters parameter in datastore_search. It accepts a JSON string (e.g., {"Year": "2023"}) to return only the records that match your criteria.