Connects to The Guardian's archives dating back to 1999, providing access to over 1.9 million articles. Enables searching the archive, retrieving full article text, exploring tags, finding related content, analyzing publication trends over time, and getting journalist profiles. Supports queries by date, length, author, and section.
Guardian MCP Server
An MCP server that connects an LLM to the archives (since 1999) of The Guardian, including the full text of all articles — more than 1.9 million of them. Useful for real-time headlines, journalism analysis, and historical research.
Installation
A Guardian Open Platform API key is required. You can get one here: https://open-platform.theguardian.com/access/
The Guardian offers generous API access for non-commercial use of the archives, including up to 1 call/second and 500 calls/day. (See the full Terms & Conditions. Commercial use requires a different license.)
To install:
Sample MCP client configuration:
Tool reference
guardian_search
: search the archive for articles
Use thedetail_level
parameter to determine the size of the API response and optimize performance: minimal
(headlines only), standard
(headlines, summaries, and metadata), or full
(all content, including full article text).
guardian_get_article
: retrieve individual articles
guardian_search_tags
: search through The Guardian's 50,000-plus hand-assigned tags
guardian_find_related
: find articles similar to an article (via shared tags)
guardian_get_article_tags
: returns tags assigned to any article
guardian_lookback
: historical search by date
guardian_content_timeline
: analyze Guardian content on a particular topic over a defined period
guardian_top_stories_by_date
: estimates editorial importance; The Guardian's API doesn't natively return data to differentiate between Page 1 stories and inside briefs, and this tries to hack a ranking together
guardian_topic_trends
: compare multiple topics over time with correlation analysis and competitive rankings
guardian_author_profile
: generate profiles of Guardian journalists and what they cover
guardian_longread
: search The Long Read series, the paper's home for longform features
guardian_browse_section
: browse recent articles from specific sections
guardian_get_sections
: fetch all available Guardian sections
guardian_search_by_length
: filter articles by word count
guardian_search_by_author
: search articles by byline
guardian_recommend_longreads
: get personalized Long Read recommendations based on interest
License
MIT license.
Tools
Provides access to the complete archives of The Guardian newspaper since 1999, including the full text of 1.9 million articles.
Related Resources
Related MCP Servers
- GoMIT License
- TypeScript
- AsecurityAlicenseAqualityWayback Machine MCP ServerLast updated -23TypeScriptMIT License
- AsecurityFlicenseAqualityA server providing access to news articles from various categories including tech, data science, cybersecurity, and more, allowing retrieval and summarization of latest content.Last updated -12Python