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

    Interface NetworkProfileCorrelation

    Detail record for a network × committee comprehensive profile

    interface NetworkProfileCorrelation {
        centralityScore: number;
        committeeActivityScore: number;
        isBridgingMep: boolean;
        mepId: string;
        mepName: string;
        profileSignificance: "HIGH" | "MEDIUM" | "LOW";
    }
    Index

    Properties

    centralityScore: number
    committeeActivityScore: number
    isBridgingMep: boolean
    mepId: string
    mepName: string
    profileSignificance: "HIGH" | "MEDIUM" | "LOW"