European Parliament MCP Server API - v1.4.23
    Preparing search index...

    Function fetchAllCurrentMEPs

    • Fetches every currently active MEP via the /meps/show-current endpoint.

      Unlike fetchAllMEPs (which pages /meps?status=all and surfaces the oldest historical members first), this returns the present-day roster with active: true, country of representation, and political-group enrichment — the data that OSINT tooling (e.g. get_meps, defaulting to active: true) actually consumes.

      Parameters

      • client: CurrentMEPPageClient

        Client used to retrieve current MEP pages.

      • batchSize: number

        Number of MEPs requested per page.

      Returns Promise<unknown[]>

      All currently active MEP records.