ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use AddSearch with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Turn raw search data into actionable content strategy.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete AddSearch capability set.

These are the exact actions your AI can choose when you ask it to work with AddSearch.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through AddSearch.

  1. 01

    Stats queries

    Retrieve search query analytics. This capability requires a Secret Key and gives you a full breakdown of what users are searching for.

  2. 02

    Stats clicks

    Retrieve click-through analytics. Using a Secret Key, you can see which search results users actually clicked on.

  3. 03

    Autosuggest

    Get autocomplete suggestions. This capability helps you test the live suggestions that appear when a user starts typing in your search bar.

  4. 04

    Search keyword

    Search indexed content by keyword. Use this to perform basic searches across your entire site's indexed content.

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through AddSearch.

  1. 05

    Search sorted

    Search indexed content with custom sort. You can refine your search results by telling the MCP to sort the output by a specific variable.

  2. 06

    List documents

    List all indexed documents. This requires a Secret Key and lets you see a complete list of every page currently in your search index.

  3. 07

    Search pagination

    Retrieve a specific page of search results. Use this when you need to check results beyond the first page of a search query.

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through AddSearch.

  1. 08

    Search filtered

    Search indexed content by custom field. This advanced search lets you narrow results using specific criteria, like filtering by a brand or category.

  2. 09

    Delete document

    Permanently delete a document. This requires a Secret Key and removes outdated or incorrect content from the index.

  3. 10

    Index document

    Add or update an indexed document. Using a Secret Key, you can manually push new content or fix existing documents in the index.

Observed, not estimated

854ms average. Fast in production.

AddSearch is checked daily against the live service.

Daily averagePeak 1050ms
Aug 20Today
Fastest day
676ms
Slowest day
1050ms
14-day trend
Slowing+11%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of AddSearch, so you can see the experience inside your AI.

It does not authenticate your account with AddSearch. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

AddSearch Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_Lk90LaSuwxzHV4MxJBjoXa4PbfYg842s227Obcqs/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — AddSearch capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "addsearch-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_Lk90LaSuwxzHV4MxJBjoXa4PbfYg842s227Obcqs/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions AddSearch owners ask.

  • 01

    Can my AI agent manually index new pages?

    Yes. If you provide the AddSearch Secret Key, your agent can use the index_document capability. You can supply a URL and a JSON payload containing the title and body, and the agent will push it directly into your live search index without waiting for the web scraper.

  • 02

    What kind of search analytics can I retrieve?

    Using the Secret Key, your agent can call two analytics endpoints: stats_queries (to see what users searched for, including top searches and zero-result queries) and stats_clicks (to see the click-through rates and popular URLs users navigated to from the search bar).

  • 03

    Do I need the Secret Key if I just want to test search queries?

    No, if your goal is solely to run searches, paginate results, or check auto-suggestions, the public 'Site Key' is completely sufficient. The Secret Key is only required to list all documents, modify the index, and fetch analytics.