Server URL
When to use it
Pair this server with the Data Collaboration MCP server so your agent can both act on your data and explain how the platform works. Common patterns:- The agent hits an unfamiliar NQL function and queries the docs to find correct syntax before retrying.
- A user asks “how do access rules work?” — the agent answers with citations instead of guessing.
- The agent is drafting a workflow and looks up task-specific reference material on the fly.
Tools
search_narrative_knowledge_base
Full-text search across the Narrative documentation and guides.
Returns matching documentation entries with titles, snippets, and source URLs.
query_docs
Ask a natural-language question and get an answer grounded in the docs.
Returns a synthesized answer with citations back to the docs pages that informed it.
Setup
Add the server to your MCP client the same way you would the Data Collaboration server — see Connecting to the Narrative MCP Server for client-specific instructions. Use the URL above and skip the OAuth step (no authentication is required). For example, in Claude Code:Related
- Data Collaboration MCP Server — the OAuth-authenticated server that lets agents act on your data
- Agent Feedback MCP Server — the server agents use to file structured product feedback
- Connecting to the Narrative MCP Server — client setup walkthrough

