Riksdagsmonitor Intelligence Platform — API Documentation - v1.0.7
    Preparing search index...

    MCP (Model Context Protocol) client providing typed access to 32 riksdag-regering intelligence tools via JSON-RPC 2.0.

    Inherits transport, retry, session and statistics from MCPTransportClient; each domain method delegates to the corresponding ./methods/*.ts free function.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    baseURL: string
    timeout: number
    maxRetries: number
    customHeaders: Readonly<Record<string, string>>
    authToken: string
    requestCount: number
    errorCount: number
    sessionId: string

    Methods

    • Parameters

      • from: string
      • tom: string
      • org: string = null
      • akt: string = null

      Returns Promise<unknown[]>

    • Parameters

      • limit: number = 10
      • rm: string = null
      • organ: string = null

      Returns Promise<unknown[]>

    • Parameters

      • dok_id: string
      • include_full_text: boolean = true
      • options: { requestedDate?: string; retrieval?: "cache" | "live" | "retry_queue" } = {}

      Returns Promise<MCPDocumentResult<Record<string, unknown>>>