oper8r Docs
oper8r MCP tools help connected agent clients search your knowledge base and answer questions with citations. Tool access is granted by organization and role, so the exact tool list depends on your deployment and admin settings.
Answer tools produce cited responses from approved oper8r knowledge.
| Tool | Use |
|---|---|
oper8r_answer | Cited answers for product, policy, implementation, RFP, security, compliance, and questionnaire questions. |
Example:
{
"items": [
{
"question": "Do we support SSO, SCIM, data retention controls, and subprocessors?",
"answer_context": "Enterprise security questionnaire",
"requirements": ["reusable language", "cite approved sources"]
}
]
}
Search retrieves source material from your oper8r knowledge base without changing it.
| Tool | Use |
|---|---|
oper8r_search | Search the oper8r knowledge base available to the authenticated user. |
Use direct product, policy, implementation, or questionnaire wording whenever possible. Ask for citations when the answer needs review or reuse.
Search requests use the same batch contract:
{
"items": [
{ "query": "SSO SCIM audit logs data retention", "limit": 10 }
]
}
All tool responses return { "results": [...] } with compact source references.
Most org-granted MCP tools can also be exposed as API endpoints:
POST https://YOUR_OPER8R_HOST/api/tools/org/YOUR_ORG_SLUG/TOOL_KEY
See APIs for request examples.
We'd be happy to help you get started. The best starting point is usually a live RFP, security questionnaire, or knowledge base that already costs the team time to search, verify, and reuse.