Capability
2 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →** - A Model Context Protocol (MCP) server providing access to Google Programmable Search Engine (PSE) and Custom Search Engine (CSE).
Unique: Abstracts Google Custom Search API's 1-indexed 'start' offset model into familiar page/size parameters, calculating start = (page - 1) * size + 1 internally; provides default pagination (page 1, 10 results) without requiring explicit parameters.
vs others: More intuitive than raw offset-based pagination because page numbers are human-readable; more efficient than fetching all results at once because clients can control batch size and stop after finding relevant results.
via “pagination-and-result-set-navigation”
MCP server: adzuna-mcp
Unique: Exposes Adzuna's offset-based pagination through MCP tool parameters, enabling clients to navigate result sets without implementing custom pagination logic or managing state across multiple API calls.
vs others: Simpler to implement than cursor-based pagination for small-to-medium result sets, though less efficient for deep pagination compared to cursor-based alternatives like those used by modern job boards.
Building an AI tool with “Pagination Support With Page Number And Result Size Parameters”?
Submit your artifact →curl unfragile.ai/agents.md | sh© 2026 Unfragile. The platform for software for agents.