How to Use the Doofinder MCP in Claude Code
Run headless Doofinder query audits and pipeline checks directly from your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Doofinder MCP to Claude Code
Create your Vinkius account to connect Doofinder to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Audit search indexes from your terminal
Let's look at `get_indices` first. It retrieves your active search array configurations directly inside your command-line interface. When you are writing deployment scripts or debugging index syncs, Claude Code uses this MCP Server to verify that your active search engines are pointing to the correct catalog versions. Because you are working in the terminal, you can easily pipe this output to other command-line utilities. Claude Code formats the index array data cleanly, making it simple to write bash scripts that automate your pre-deployment search audits.
Validate autocomplete rules in CI/CD pipelines
`suggest` fetches your active billing rules and predictive autocomplete strings directly through the terminal. Claude Code uses this MCP tool to run headless integration tests, ensuring that your search suggestions return valid JSON payloads before you push changes to production. This terminal-first approach means you can run these validation checks inside your GitHub Actions or custom cron jobs. Claude Code checks the autocomplete payloads against your schema and flags any broken suggestions immediately.
Headless search performance monitoring with this MCP Server
`get_stats` extracts raw search analytics and hold-parsing data without requiring an external browser. Claude Code uses this tool to let you run quick terminal queries on search volume, trending terms, and system errors. You can ask Claude Code to monitor this data over a specific time window. It uses `search_pagination` to page through large volumes of search logs, giving you a quick terminal summary of your storefront's health.
Set up Doofinder MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seedoofinder-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Doofinder transactions." It will automatically discover and invoke the available Doofinder tools.
claude mcp add --transport http doofinder-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Doofinder MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Doofinder MCP today
We host it, we monitor it, we maintain it. You just paste one token.