OpenFeature · Capability
OpenFeature Remote Evaluation Protocol (OFREP)
--- The **OpenFeature Remote Evaluation Protocol (OFREP)** is an API specification for feature flagging that enables vendor-agnostic communication between applications and flag management systems. OFREP defines a standard API layer between OpenFeature providers and flag management systems, allowing any flag management system to implement the protocol and be compatible with community-maintained providers. For more information, see the [OFREP documentation](https://openfeature.dev/docs/reference/other-technologies/ofrep/).
What You Can Do
POST
Evaluateflag
— Evaluate A Single Feature Flag
/ofrep/v1/evaluate/flags/{key}
POST
Evaluateflagsbulk
— Bulk Evaluate All Feature Flags
/ofrep/v1/evaluate/flags
MCP Tools
evaluateflag
Evaluate A Single Feature Flag
evaluateflagsbulk
Bulk Evaluate All Feature Flags