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

    Interface PoliticalLandscapeData

    interface PoliticalLandscapeData {
        fragmentationIndex: number;
        grandCoalitionPossible: boolean;
        groups: PoliticalGroupSnapshot[];
        largestGroup: string;
        largestGroupSeatShare: number;
        politicalBalance: string;
        totalGroups: number;
    }
    Index

    Properties

    fragmentationIndex: number

    Effective Number of Parliamentary Parties (Laakso-Taagepera index)

    grandCoalitionPossible: boolean

    Whether any two groups can form a majority

    Political groups in the parliament for this year.

    This array includes all recognised political groups and may also contain an NI (non-attached members) entry when applicable. The NI entry represents MEPs not attached to any political group and is not counted in totalGroups.

    largestGroup: string

    Largest group name

    largestGroupSeatShare: number

    Largest group seat share (0–100)

    politicalBalance: string

    Political balance: centre-right vs centre-left vs other

    totalGroups: number

    Total number of recognised political groups (excluding non-attached members, i.e. the NI entry in groups when present).