AgentPMT
Recent News Article Aggregator

Recent News Article Aggregator

Data

Available ActionsEach successful request consumes credits as outlined below.

search10cr

Details

Access current events and knowledge through this large global news database, adding over 1 million articles weekly from thousands of sources. Filter news by locale (country codes) and a wide range of languages (e.g., English, Spanish, Chinese, Korean, etc.). Boolean Search: Perform advanced text searches within article titles and bodies using boolean operators: AND (+), OR (|), and NOT (-). Categorization: Filter by article categories (e.g., business, tech) and exclude specific ones. Time: Request articles published on or after a specified date. Article Data The tool response include rich article objects, including: Title, description, and a 60-character snippet. The full URL to the article and an image URL. The language, source domain, and publication date.

Use Cases

Access recent news for up to date content generation. Augment decision making processes in stock, crypto, forex, etc. Aggregate, filter, and summarize most relevant news

Actions(1)

search10cr7 params

Search for news articles by topic, category, country, and language. Returns articles from multiple news sources with title, description, URL, image, source, and publication date.

Search for news articles by topic, category, country, and language. Returns articles from multiple news sources with title, description, URL, image, source, and publication date.

topicstring

Search query for news articles. Supports operators: + (AND), | (OR), - (NOT), quotes for exact phrases, * for prefix matching.

news_typestring

Result scope: 'all_news' for broad results or 'top_stories' for major headlines only. Default: all_news.

Values:
top_storiesall_news
Default: all_news
categoriesarray

Include only articles in these categories.

Array of: string
exclude_categoriesarray

Exclude articles in these categories.

Array of: string
max_age_in_daysinteger

Limit results to articles published within the past N days.

Range: 1 - ...
countrystring

Two-letter country code to filter news by region. Default: us.

Default: us
languagestring

Language code for article language. Default: en.

Default: en

Frequently Asked Questions

How do I connect this tool to an external agent?

Install commands

npm install -g @agentpmt/mcp-router
agentpmt-setup

Hosted MCP config

{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}

How does an external agent use this tool?

Agent prompt

Call the AgentPMT-Tool-Search-and-Execution tool with action 'get_schema' and tool_id 692e48fce453dedc3345a1bd ("Recent News Article Aggregator"). Then call the same tool with action 'call_tool', tool_id 692e48fce453dedc3345a1bd, and the parameters needed for my request.

Workflows Using This Tool

Workflow
Saves ~20 min
Recent News Article Aggregator
Post On Discord Channel
Search recent news on a topic, summarize into a compact digest, and post to a Discord channel.

Looking for help integrating AI into your business? Set up a free consultation.