search
ActiveTool of Zipp
declared in 1.27.1
Full-text search across Zipp's news catalogue. Returns recent matching stories ordered by recency (with relevance as a tiebreaker). Use for questions like 'what's happening with Bitcoin ETFs?' or 'find news about Solana hacks'.
Parameters schema
{
"type": "object",
"title": "search_toolArguments",
"required": [
"query"
],
"properties": {
"lang": {
"type": "string",
"title": "Lang",
"default": "en-US"
},
"limit": {
"type": "integer",
"title": "Limit",
"default": 10
},
"query": {
"type": "string",
"title": "Query"
},
"category": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Category",
"default": null
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Zipp
https://github.com/deficlow/zipp-mcp
2/7 registries