Listing Thumbnail

    Global News Search API & MCP Server for AI Agents

     Info
    Press Monitor Global News Search API delivers multilingual, real-time news headlines, briefs, full text, images, and metadata. Includes MCP server for seamless integration with AI agents, apps, and compliance workflows.

    Overview

    Press Monitor Global News Search API is a multilingual, real-time media intelligence platform built for enterprises, research firms, and compliance teams.

    Search, filter, and extract structured news content from thousands of global digital sources - newspapers, news websites, blogs, and select social channels - spanning 200+ countries and 18+ languages (English, French, Arabic, Hindi, Spanish, Chinese, and more).

    The API delivers:

    • News headlines, briefs, and full text articles
    • Images, entities, and industry-standard subject codes
    • Wikidata-aligned metadata for advanced analytics
    • Support for simple and complex queries in any language
    • Filters by country_code, lang_code, sources, keywords, and time windows

    Key features include:

    • Real-time intelligence: Continuous monitoring of global news and narratives.
    • Advanced analytics: Sentiment analysis, entity extraction, and compliance-ready metadata.
    • Seamless integration: MCP server included for direct use with your AI agents, dashboards, CRM, BI tools, and automation workflows.

    Whether you're monitoring geopolitical risk, brand reputation, regulatory changes, or market trends, Press Monitor empowers teams to act on timely insights. Configurable alerts, executive summaries, and scheduled email/API digests accelerate decision-making and enhance situational awareness.

    Press Monitor - The Most Trusted Media Intelligence Platform for a Global, Multilingual World.

    Highlights

    • Multilingual, global coverage: 200+ countries, 18+ languages, real-time access to digital news, blogs, and social sources.
    • AI-ready integration: MCP server included for seamless use with autonomous AI agents, dashboards, CRM, and BI workflows.
    • Rich metadata & filters: Headlines, briefs, full text, images, entities, Wikidata IDs, and filters for region, language, keywords, and time windows.

    Details

    Delivery method

    Integration protocol

    Type

    Deployed on AWS

    Unlock automation with AI agent solutions

    Fast-track AI initiatives with agents, tools, and solutions from AWS Partners.
    AI Agents

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Global News Search API & MCP Server for AI Agents

     Info
    Pricing is based on the duration and terms of your contract with the vendor, and additional usage. You pay upfront or in installments according to your contract terms with the vendor. This entitles you to a specified quantity of use for the contract duration. Usage-based pricing is in effect for overages or additional usage not covered in the contract. These charges are applied on top of the contract price. If you choose not to renew or replace your contract before the contract end date, access to your entitlements will expire.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    1-month contract (4)

     Info
    Dimension
    Description
    Cost/month
    Overage cost
    Micro Tier
    Designed for individual users, small teams, and early experiments. Ideal for testing, prototyping, and light monitoring needs. Limited daily searches and alerts. Access to core endpoints (headlines, briefs). Suitable for freelancers, researchers, and small projects.
    $20.00
    Starter Tier
    Built for growing startups and small organizations that need consistent, structured news intelligence. Expanded daily query and alert limits. Full-text articles with metadata and translations. Scheduled digests and basic MCP integration. Perfect for startups building media-driven apps or compliance workflows.
    $80.00
    Business Tier
    Optimized for SMBs, agencies, and mid-sized enterprises that require continuous, cross-market monitoring. High-volume queries and alerts across multiple regions/languages. Full API and MCP server integration with AI/LLM workflows. Access to enriched data: entities, Wikidata IDs, sentiment. Priority email support and advanced scheduling. Best for marketing, compliance, and research teams managing multiple clients/projects.
    $200.00
    Enterprise Tier
    Comprehensive package for large enterprises, institutions, and global organizations with advanced compliance or intelligence needs. Unlimited or custom query/alert volumes. Multi-tenant dashboards, role-based access, and advanced security. SLA-backed support, dedicated success manager, custom integrations. Real-time streaming feeds, regulatory monitoring, and AI-driven executive summaries. Designed for compliance teams, global corporations, financial institutions, and government agencies.
    $600.00

    Vendor refund policy

    Refunds are available within 3 days of purchase for subscription fees only. Usage-based charges are non-refundable. Refunds are prorated based on unused time. To request a refund, email us your AWS account ID, subscription ID, and reason. We process valid requests within 7 business days.

    How can we make this page better?

    We'd like to hear your feedback and ideas on how to improve this page.
    We'd like to hear your feedback and ideas on how to improve this page.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    API-Based Agents & Tools

    API-Based Agents and Tools integrate through standard web protocols. Your applications can make API calls to access agent capabilities and receive responses.

    Additional details

    Usage instructions

    Press Monitor Global News MCP Server

    Onboarding Instructions

    The Press Monitor Global News Search MCP Server allows AI agents and automation workflows to call tools for real-time, multilingual news access, including headlines, briefs, full-text articles, enriched metadata, translations, and AI-powered executive summaries. Designed for developers, data scientists, compliance teams, and media intelligence platforms, this server supports structured search, pagination, filtering by language/country, and AI-ready JSON responses for seamless integration into dashboards, analytics, and automation pipelines.


    Base URL

    <https://mcp.pressmonitor.com/news/v1>

    OpenAPI Schema: Download Schema 
    Documentation: API Documentation 


    Remote MCP Configuration (mcp.json)

    Add this block to your MCP client config to connect securely over HTTPS:

    { "mcpServers": { "pressmonitor-global-news": { "command": "npx", "args": [ "-y", "mcp-remote", "https://mcp.pressmonitor.com/news/v1", "--header", "Authorization: Bearer ${PM_NEWS_API_TOKEN}" ], "env": { "PM_NEWS_API_TOKEN": "" } } } }

    Authentication

    All requests require Bearer token authorization:

    Authorization: Bearer YOUR_TOKEN

    Discover Tools

    Use this command to list available tools:

    curl -s -X POST "https://mcp.pressmonitor.com/news/v1" -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

    Typical tools: news_headlines, news_briefs, news_fulltext, news_fulltext_metadata, executive_summary (+ _translated variants)


    Common Parameters

    • query_text: search keywords or phrases
    • lang_code: ISO language code (en, fr, etc.)
    • country_code: ISO country code (US, CA, etc.)
    • sort: latest (default) or relevance
    • count: number of results (default 20)

    Invoke Tool Example – Headlines

    curl -s -X POST "https://mcp.pressmonitor.com/news/v1" -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_TOKEN" -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"news_headlines","arguments":{"query_text":"India","lang_code":"en"}}}'

    Notes

    • MCP tools mirror the REST API functionality.
    • Use _translated variants for machine-translated outputs.
    • For production workloads, keep count between 20–50 for optimal performance.

    Support

    Vendor support

    Free support is available all working days. Please email support@pressmonitor.com . We usually reply within 1-2 working days.

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 AWS reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.