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

    Function handleGetIncomingMEPs

    • Handles the get_incoming_meps MCP tool request.

      Retrieves Members of European Parliament who are newly joining parliament during the current parliamentary term. Useful for tracking political transitions, onboarding patterns, and early-engagement stakeholder analysis.

      Parameters

      Returns Promise<ToolResult>

      MCP tool result containing a paginated list of incoming MEP records for the current parliamentary term

      • If args fails schema validation (e.g., limit out of range 1–100)
      • If the European Parliament API is unreachable or returns an error response
      const result = await handleGetIncomingMEPs({ limit: 20, offset: 0 });
      // Returns up to 20 MEPs who are newly joining the current parliamentary term
      • Input is validated with Zod before any API call.
      • Personal data in responses is minimised per GDPR Article 5(1)(c).
      • All requests are rate-limited and audit-logged per ISMS Policy AU-002.

      0.8.0

      • getIncomingMEPsToolMetadata for MCP schema registration
      • handleGetCurrentMEPs for all currently active MEPs
      • handleGetOutgoingMEPs for MEPs who are departing parliament