search_articles
ActiveTool of mcp-devto
declared in 0.1.0
Search DEV.to articles by tag with pagination support. Returns title, author, tags, reactions, comments, reading time, and URL for each result.
Parameters schema
{
"type": "object",
"examples": [
{
"tag": "typescript",
"page": 1,
"limit": 10
},
{
"tag": "rust",
"page": 2
}
],
"required": [],
"properties": {
"tag": {
"type": "string",
"description": "Tag to filter by (e.g., \"typescript\", \"rust\", \"ai\")"
},
"page": {
"type": "number",
"description": "Page number for pagination (default 1)"
},
"limit": {
"type": "number",
"description": "Number of articles per page (default 10, max 30)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-devto
https://github.com/pipeworx-io/mcp-devto
2/7 registries