integrations.sh
← all integrations

Le Parisien

MCP server openai

Le Parisien App brings reliable, up-to-date, and structured news from Le Parisien directly into ChatGPT.

Users can explore the latest headlines, search for articles by topic or location, follow live coverage of major events, and get quick summaries to understand the news faster.

Designed to make news discovery simple and conversational, it helps users stay informed with trusted journalism from one of France’s leading national and local media outlets.

Homepage
https://www.leparisien.fr/
Remote URL
https://app-mcp-mobile.leparisien.fr/_mcp
Auth
NONE

Tools (6)

Extracted live via the executor SDK.

  • articles_now_ui

    Use this tool for requests about latest news, current events, trending topics, or what is happening right now, when no specific section, country, topic, entity, or keyword is mentioned. When the user explicitly asks for general current news, trends, or hot topics, this tool MUST be used instead of section-based or search-based tools. This tool MUST NOT be used when the user request targets a specific section, country, topic, or entity.

  • articles_search_ui

    Tool that performs a global search using a query and returns a list of matching results. The query must contain plain search text only (no filters or parameters such as DQ=5). This tool should only be used when no section context is available or when no section can be reasonably inferred from the user request. This tool MUST NOT be used when a section can be inferred from the user request.

  • articles_section_ui

    Use this tool to retrieve the most recent articles from a specific section. When a section can be inferred from the user request, this tool MUST be used instead of the global search tool. The section must be one of the sections given by the section_list; no other values are accepted. However, if the user explicitly indicates that they are certain the section exists (for example by affirming it or insisting on it), you MUST use the provided section directly without checking its existence against the section list. If no valid section is provided AND no section can be inferred from the user request, use the global search tool instead: articles_search_ui.

  • live_list_ui

    Retrieves and displays the list of live sessions that are currently in progress.

  • live_ui

    Use this tool to display information about a specific live session passed as input.

  • section_list

    Tool for retrieving the list of available sections.