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

    Interface Procedure

    European Parliament Legislative Procedure.

    Represents a legislative procedure tracked through the EP system, including ordinary legislative procedures, consultations, and consent procedures. Sourced from EP API /procedures endpoint.

    Intelligence Perspective: Procedure data enables end-to-end legislative tracking, outcome prediction, and timeline analysis—core intelligence product for policy monitoring.

    Business Perspective: Procedure tracking powers legislative intelligence products, regulatory risk assessments, and compliance early-warning systems.

    Marketing Perspective: Procedure lifecycle dashboards and legislative progress trackers are high-value features for enterprise positioning and premium tier upsells.

    Data Source: EP API /procedures endpoint

    ISMS Policy: SC-002 (Secure Coding Standards)

    Procedure

    interface Procedure {
        dateInitiated: string;
        dateLastActivity: string;
        documents: string[];
        id: string;
        rapporteur: string;
        reference: string;
        responsibleCommittee: string;
        stage: string;
        status: string;
        subjectMatter: string;
        title: string;
        type: string;
    }
    Index

    Properties

    dateInitiated: string

    Date the procedure was initiated.

    "2023-04-21"
    
    dateLastActivity: string

    Date of latest activity.

    "2024-06-15"
    
    documents: string[]

    Associated documents.

    id: string

    Unique procedure identifier.

    "COD/2023/0123"
    
    rapporteur: string

    Rapporteur name (if assigned).

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

    "Jane Andersson"
    
    reference: string

    Procedure reference number.

    "2023/0123(COD)"
    
    responsibleCommittee: string

    Responsible committee.

    "IMCO"
    
    stage: string

    Current stage of the procedure.

    "Awaiting Parliament's position in 1st reading"
    
    status: string

    Current status.

    "Ongoing"
    
    subjectMatter: string

    Subject matter or policy domain.

    "Internal Market"
    
    title: string

    Procedure title.

    "Regulation on Artificial Intelligence"
    
    type: string

    Type of legislative procedure.

    "COD" (Ordinary Legislative Procedure)