organizations

Pack: data-europa · Endpoint: https://gateway.pipeworx.io/data-europa/mcp

List publishing organizations.

Parameters

NameTypeRequiredDescription
limitnumberno

Example call

curl -X POST https://gateway.pipeworx.io/data-europa/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"organizations","arguments":{}}}'

Response shape

FieldTypeDescription
dataarrayArray of organizations
Full JSON Schema
{
  "type": "object",
  "description": "List of publishing organizations",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of organizations",
      "items": {
        "type": "object",
        "description": "Organization metadata"
      }
    }
  }
}

Connect

Add this to your MCP client config, or use one-click install buttons:

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

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026