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

    Interface MEPDeclaration

    MEP Declaration (financial interests, activities, assets).

    Represents declarations of financial interests filed by MEPs as required by the Rules of Procedure. Sourced from EP API /meps-declarations endpoint.

    Intelligence Perspective: Financial declarations enable conflict-of-interest detection, lobbying pattern analysis, and transparency assessment for MEP profiling.

    Business Perspective: Declaration data supports compliance monitoring products and corporate governance risk assessment services.

    Marketing Perspective: Transparency and anti-corruption features powered by declaration data are compelling for NGO, academic, and media customer segments.

    Data Source: EP API /meps-declarations endpoint

    ISMS Policy: SC-002 (Secure Coding Standards), AU-002 (Audit Logging)

    MEPDeclaration

    Contains personal financial data - requires enhanced audit logging

    interface MEPDeclaration {
        dateFiled: string;
        id: string;
        mepId: string;
        mepName: string;
        status: string;
        title: string;
        type: string;
    }
    Index

    Properties

    dateFiled: string

    Date the declaration was filed.

    "2024-01-15"
    
    id: string

    Unique declaration document identifier.

    "dec/2024/001"
    
    mepId: string

    MEP identifier who filed the declaration.

    Personal data - MEP identifier requires audit logging per ISMS AU-002

    "person/124936"
    
    mepName: string

    MEP name.

    Personal data - name requires audit logging per ISMS AU-002

    "Jane Andersson"
    
    status: string

    Declaration status.

    "PUBLISHED"
    
    title: string

    Declaration title.

    "Declaration of financial interests"
    
    type: string

    Type of declaration.

    "FINANCIAL_INTERESTS"