European Parliament MCP Server API - v1.0.1
    Preparing search index...
    • Convert a user-supplied procedure reference to the EP API process-id format.

      The EP API uses process IDs like 2024-0006 (dashes, no type suffix), while users typically supply references like 2024/0006(COD).

      Supported input formats:

      • Process-id: "2024-0006" (returned as-is)
      • Reference: "2024/0006(COD)""2024-0006"
      • Bare reference: "2024/0006""2024-0006" (fallback)

      Parameters

      • ref: string

        Procedure reference (e.g. "2024/0006(COD)" or "2024-0006")

      Returns string

      Process ID suitable for the EP API (e.g. "2024-0006")