Overview
FrankieOne provides a Model Context Protocol (MCP) server that gives AI coding assistants direct access to our documentation, API references, and integration guides. This means you can ask your AI assistant questions about FrankieOne — like how to structure API payloads, configure webhooks, or implement KYC checks — and get answers sourced directly from our docs, without leaving your IDE.No authentication is required. The MCP server is a public endpoint available to all FrankieOne customers and developers.
Quick setup
Add the following to your MCP client configuration:Setup by tool
Claude Code
Claude Code
Add to your Restart Claude Code to activate the server.
~/.mcp.json file:Claude Desktop
Claude Desktop
Open Settings > Developer > Edit Config and add to your Restart Claude Desktop to activate.
claude_desktop_config.json:Cursor
Cursor
Go to Settings > MCP Servers > Add Server and configure:
- Name:
frankieone - Type:
url - URL:
https://docs.frankieone.com/mcp
Windsurf
Windsurf
Go to Settings > MCP Servers and add:
Any MCP-compatible client
Any MCP-compatible client
The FrankieOne MCP server is available at:Add this as a remote URL-based MCP server in your client’s configuration. No API key or authentication is needed.
Available tools
| Tool | Description |
|---|---|
| SearchFrankieone | Search across the FrankieOne knowledge base to find documentation, code examples, API references, and integration guides. |
SearchFrankieone parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | A query to search the content with |
version | string | No | Filter to a specific API version (e.g., v2.0.0) |
language | string | No | Filter to a specific language code (e.g., en, zh). Defaults to en |
apiReferenceOnly | boolean | No | Only return API reference documentation |
codeOnly | boolean | No | Only return code snippets |
Example queries
Once connected, try asking your AI assistant:- “How do I create an individual entity using the FrankieOne v2 API?”
- “What fields are required for a Brazilian KYC check?”
- “Show me the webhook payload format for check completion”
- “How does forceRefresh work when re-running a verification?”
- “What are the available recipe types for international checks?”
- “How do I configure OneSDK for document capture?”
How it works
The MCP server connects your AI assistant to FrankieOne’s documentation in real time. When you ask a question:- Your AI assistant sends the query to the FrankieOne MCP server
- The server searches across all published documentation
- Relevant content — including code examples, API references, and guides — is returned
- Your AI assistant uses this context to provide an accurate, up-to-date answer
Requirements
- An MCP-compatible AI tool (Claude Code, Claude Desktop, Cursor, Windsurf, or similar)
- Internet connectivity to reach
docs.frankieone.com - No API key, authentication, or FrankieOne account required