

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 paramsSearch for news articles by topic, category, country, and language. Returns articles from multiple news sources with title, description, URL, image, source, and publication date.
search10cr7 paramsSearch for news articles by topic, category, country, and language. Returns articles from multiple news sources with title, description, URL, image, source, and publication date.
topicstringSearch query for news articles. Supports operators: + (AND), | (OR), - (NOT), quotes for exact phrases, * for prefix matching.
news_typestringResult scope: 'all_news' for broad results or 'top_stories' for major headlines only. Default: all_news.
Values:
top_storiesall_news
Default:
all_newscategoriesarrayInclude only articles in these categories.
Array of: string
exclude_categoriesarrayExclude articles in these categories.
Array of: string
max_age_in_daysintegerLimit results to articles published within the past N days.
Range: 1 - ...
countrystringTwo-letter country code to filter news by region. Default: us.
Default:
uslanguagestringLanguage code for article language. Default: en.
Default:
enFrequently Asked Questions
How do I connect this tool to an external agent?
You can install the local MCP server by opening a terminal and running:
Install commands
npm install -g @agentpmt/mcp-router
agentpmt-setupThis will connect you to local agents like Claude Code, Windsurf, Grok Build, Cursor, etc.
Alternatively you can connect to the hosted version with this config block, no installation required:
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\"}"
}
}
}
}View MCP Connection Instructions for more details.
How does an external agent use this tool?
After the external agent is connected to an Agent Group that can use this tool, paste this prompt into the agent:
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.
The agent should fetch the tool schema first, collect the required parameters for your request, and then call the tool through AgentPMT.






