Prerequisites
You or an administrator must first create an API key in Profile → API Keys before anyone on the team can connect. See API keys for instructions.Connect via OAuth (Claude.ai, mobile, and tablet apps)
Apps that support OAuth — including Claude.ai on the web, iOS, and Android — connect using DocInject’s built-in OAuth flow. No config file is needed.- Open your AI assistant and navigate to the MCP or integrations settings.
- Add a new MCP server with the URL
https://mcp.docinject.com. - When prompted, enter your API key.
- The app completes the connection automatically - no browser login or approval screen appears.
Connect via config file (Claude Desktop, etc.)
Desktop clients that use aconfig.json file connect by passing the API key directly as a header.
- Mac / Linux
- Windows
Config file location:
~/Library/Application Support/Claude/claude_desktop_config.jsonYOUR_API_KEY with the key created by your admin. Restart the app after saving.
Connect directly (advanced)
For clients that support custom HTTP headers natively, point them directly at the MCP endpoint:- URL:
https://mcp.docinject.com/mcp - Authorization header:
Bearer YOUR_API_KEY
Connect from automation platforms
Tools like n8n and Gumloop support MCP natively and can connect directly tohttps://mcp.docinject.com/mcp using your API key. Other platforms (Zapier, Make, Pipedream) do not have native MCP support but can call the endpoint using standard HTTP requests.
Calling tools over HTTP (Zapier, Make, and others)
Platforms without native MCP can call your tools by sending a JSON-RPC request tohttps://mcp.docinject.com/mcp:
list_documents with any of the available tools and add the required arguments. Each call is stateless — no session setup is needed.
Available tools
Once connected, your AI assistant has access to the following tools:
The AI chooses which tools to call based on your question. You do not need to invoke them manually.
Injecting sections into other applications
get_section is designed for use cases where you want to pull a specific part of an SOP into another tool — a support ticket, a Notion page, a HubSpot template, or a custom prompt — without bringing in the entire document.
You can ask your AI assistant things like:
- “Get the ‘Equipment Setup’ section from our onboarding SOP and add it to this email draft”
- “Pull the incident escalation steps from DocInject and insert them into this runbook”
From: Document Title attribution so the source is always clear. Because it reads live from DocInject, the content reflects the current published version of your document every time it is called.
Example prompts
Once connected, you can ask your AI assistant things like:- “Summarize our employee onboarding SOP”
- “Find any documents related to security”
- “What are the steps in our incident response playbook?”
- “List all published guides in DocInject”

