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

    Recent DOCEO vote activity stats appended to the precomputed response.

    interface RecentVoteActivity {
        adoptedCount: number;
        adoptionRate: number;
        dataFreshness: "NEAR_REALTIME";
        dataSource: "EP_DOCEO_XML";
        datesWithData: string[];
        datesWithoutData: string[];
        groupVotingLeaders: { group: string; totalVotes: number }[];
        recentVoteCount: number;
        rejectedCount: number;
    }
    Index

    Properties

    adoptedCount: number
    adoptionRate: number

    Adoption rate as a percentage (0-100, one decimal place).

    dataFreshness: "NEAR_REALTIME"
    dataSource: "EP_DOCEO_XML"
    datesWithData: string[]
    datesWithoutData: string[]
    groupVotingLeaders: { group: string; totalVotes: number }[]

    Top-3 political groups by total vote participation across recent plenary sittings.

    recentVoteCount: number
    rejectedCount: number