Title
Create new category
Edit page index title
Edit category
Edit link
Configure the OneID Documentation MCP
Overview
The OneID Documentation MCP server provides a search tool that lets AI assistants answer questions using the OneID docs. No login is needed.
Prerequisites
Node.js (v18+) Check:
node --versionandnpx --version
Cursor
Open Cursor → Settings (⌘/Ctrl + ,) → MCP, or edit
~/.cursor/mcp.jsondirectly.Add the OneID docs server to your MCP config. If you already have other servers, add
oneid-docsundermcpServers:
Save the file and restart Cursor.
In a chat, ask a question about OneID (e.g. “How do I integrate bank verification?”). Cursor will use the OneID docs via the MCP server.
Claude Desktop
Open your Claude Desktop config:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Add this under
mcpServers:
Save and restart Claude Desktop.
In Claude, you can now ask OneID-related questions and it will use the docs server.
Verify It’s Working
In your AI tool, try:
“What is OneID and how does it work?”
“How do I integrate OneID Sign-in?”
“What attributes can I request from the bank verification API?”
If you get answers with references to OneID docs (including links), the MCP server is working.
Other MCP clients
If you use another MCP-compatible client, configure an HTTP/SSE MCP server with:
URL:
https://docs.oneid.uk/mcpTransport: HTTP-only (SSE or HTTP stream)
@Copyright OneID Limited 2024