FieldFlow is a tool designed to transform any REST API into a more efficient server that supports field-level filtering, allowing agents to retrieve only the data they need. By operating on top of existing REST APIs, it enables selective responses without requiring backend changes or extensive rewrites to GraphQL. The platform is aimed at improving the efficiency of Model Context Protocol (MCP) servers, particularly for scenarios where agents, such as LLM-powered clients, benefit from reduced payloads and more targeted API responses.
x specification provided in JSON or YAML format. It automatically discovers endpoints, methods, and schemas from the specification, and generates typed Pydantic models for requests and responses. These models maintain key aspects such as aliases, optional fields, and nested references, ensuring accurate validation and alignment with the upstream API. The tool handles recursive schema resolution, including nested objects and arrays, to preserve fidelity to the original API structure.
FieldFlow acts as a proxy, using httpx to forward requests and manage path and query parameters, then returning filtered responses through FastAPI routes. Each route accepts an optional list of fields, so callers can specify exactly which parts of the payload they want, minimizing over-fetching and reducing unnecessary data transfer. This selective approach can result in up to 80% fewer tokens consumed by LLMs, making it especially useful for agent-based applications that interact with large or complex APIs.
The platform also offers optional MCP tooling, enabling the same filtered endpoints to be exposed to Model Context Protocol clients such as Claude Desktop via a generated MCP layer. FieldFlow is built by Guillaume Gay, and its source code is available on GitHub. The tool is positioned as an OpenAPI-native solution for developers seeking to quickly deploy field-level API tooling without modifying their backend systems.
In the API design, testing & docs space, FieldFlow takes a focused approach. Allowing developers to quickly generate efficient, field-filtered API gateways from OpenAPI specs without backend rewrites. FieldFlow is a B2B product aimed at API developers and agent framework builders. The product ships for the web, the command line, and API.
Behind FieldFlow is Guillaume Gay, and the product first shipped in 2025. The project is developed in the open on GitHub with 111 stars and 23 commits in the last 90 days. Across PulseGate's embedding index, FieldFlow has few near neighbours, marking it as relatively distinct. Among its 6 catalogued features are openAPI integration, fastAPI gateway, and field-level filtering. It exposes integrations via an MCP server and a public API.
Latest indexed changes and source events
fieldflow.dev discovered by the PulseGate indexer
Other apps tracked under the same category.