Skip to main content
Glama

Dumpling AI MCP Server

Official
by Dumpling-AI

search-news

Find news articles from multiple sources using a search query, filters for country, location, language, and date range, and pagination for efficient browsing.

Instructions

Search for news articles across multiple sources.

Input Schema

NameRequiredDescriptionDefault
countryNoCountry code (e.g., 'us')
dateRangeNoTime range filter
languageNoLanguage code (e.g., 'en')
locationNoLocation name
pageNoPage number
queryYesSearch query

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "country": { "description": "Country code (e.g., 'us')", "type": "string" }, "dateRange": { "description": "Time range filter", "enum": [ "anyTime", "pastHour", "pastDay", "pastWeek", "pastMonth", "pastYear" ], "type": "string" }, "language": { "description": "Language code (e.g., 'en')", "type": "string" }, "location": { "description": "Location name", "type": "string" }, "page": { "description": "Page number", "type": "number" }, "query": { "description": "Search query", "type": "string" } }, "required": [ "query" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Dumpling-AI/mcp-server-dumplingai'

If you have feedback or need assistance with the MCP directory API, please join our Discord server