search_articles
ActiveTool of spacenews
declared in 0.1.0
Search spaceflight news articles by keyword. Returns matching articles with title, summary, URL, and publication date.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "SpaceX Starship launch"
},
{
"limit": 15,
"query": "NASA Moon mission"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results to return (default 10, max 100)"
},
"query": {
"type": "string",
"description": "Search query (e.g. \"SpaceX Starship launch\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
spacenews
https://github.com/pipeworx-io/mcp-spacenews
1/7 registries