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

    Interface AdoptedText

    European Parliament Adopted Text.

    Represents a text adopted by the European Parliament, including legislative resolutions, positions, and non-legislative resolutions. Sourced from EP API /adopted-texts endpoint.

    Intelligence Perspective: Adopted texts represent final legislative outputs— tracking them enables assessment of legislative productivity, policy direction, and political group influence on final outcomes.

    Business Perspective: Adopted text monitoring powers regulatory compliance products and legislative change management services.

    Marketing Perspective: Adopted text tracking is a premium feature that demonstrates comprehensive legislative coverage—ideal for enterprise sales collateral and compliance-focused marketing campaigns.

    Data Source: EP API /adopted-texts endpoint

    ISMS Policy: SC-002 (Secure Coding Standards)

    AdoptedText

    interface AdoptedText {
        dateAdopted: string;
        id: string;
        procedureReference: string;
        reference: string;
        subjectMatter: string;
        title: string;
        type: string;
    }
    Index

    Properties

    dateAdopted: string

    Date of adoption.

    "2024-03-13"
    
    id: string

    Unique document identifier.

    "TA-9-2024-0001"
    
    procedureReference: string

    Related legislative procedure reference.

    "2023/0123(COD)"
    
    reference: string

    Document reference number.

    "P9_TA(2024)0001"
    
    subjectMatter: string

    Subject matter or policy area.

    "Internal market"
    
    title: string

    Title of the adopted text.

    "European Artificial Intelligence Act"
    
    type: string

    Type of adopted text.

    "LEGISLATIVE_RESOLUTION"