Vinkius

Swiftype MCP. Programmatic Search and Index Management

Swiftype connects your AI client directly to enterprise search engines, letting you manage complex indexing logic without touching a web dashboard. It lets your agent run precise queries against core data sources, list all available indexes, track top user clicks, and even programmatically create or delete entire sets of documents.

Swiftype MCP is compatible with Claude Claude
Swiftype MCP is compatible with ChatGPT ChatGPT
Swiftype MCP is compatible with Cursor Cursor
Swiftype MCP is compatible with Gemini Gemini
Swiftype MCP is compatible with Windsurf Windsurf
Swiftype MCP is compatible with VS Code VS Code
Swiftype MCP is compatible with JetBrains JetBrains
Swiftype MCP is compatible with Vercel Vercel
See Vinkius in Action

Give Claude and any AI agent real-world access

Inspect Search Infrastructure

List all available search engines and map schema blueprints to understand what data sources are connected.

Execute Targeted Searches

Fire complex, raw queries into specific content engines and pull back structured JSON results for immediate analysis.

Manage Content Records

Bulk create new documents or permanently delete stale records to keep your index clean and accurate.

Analyze User Behavior

Retrieve concrete metrics on what users are searching for most often, and which specific pages they click through after a search.

Validate Data Integrity

Extract stored metadata to audit document types and ensure your data map adheres to established rules.

Waiting for input…

AI Agent
Swiftype

What AI agents can do with Swiftype: 10 Tools for Search Management

These tools give your agent the power to query, write, read, and audit every aspect of your enterprise search index.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using Swiftype MCP

St.create Documents

Adds new structured records, such as billing information, to your active data map.

St.delete Documents

Permanently removes cached pages and associated metrics from the search index.

St.list Documents

Retrieves a list of all stored metadata, tracking IDs for every document type in...

St.list Domains

Verifies the limits set by the automated crawler across specific index scopes.

St.list Engines

Identifies all active, isolated search engines bound to your platform tenant.

St.post Search

Runs a raw query against a specific engine and returns detailed JSON results including property extraction.

St.post Suggest

Provides predictive, spelling-tolerant suggestions for users without querying the main index.

St.analytics Top Clicks

Finds and reports on the precise pages that receive the most clicks after a search.

St.analytics Top Searches

Inspects internal data to discover which keywords are being searched for across your...

St.list Doc Types

Extracts the schema blueprints, showing exactly what types of data maps are...

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

Swiftype MCP is compatible with Claude

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The Swiftype integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on each call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with Swiftype, then connect any of our 5,200+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,200+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Connections are secured and governed automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog weekly
Swiftype MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Swiftype / Elastic App Search. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS CLOUD

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on each call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Tired of Web Dashboards?

Today, checking your site's performance means navigating to the analytics portal. You click through tabs labeled 'Searches,' then another tab for 'Clicks.' If you want to know which search term led to a high-value page conversion, you have to pull data from three separate reports and manually cross-reference timestamps—it’s tedious, slow, and prone to human error.

With this MCP, your agent handles that entire process in a single conversation. You simply ask it to correlate user intent with performance metrics. It runs the necessary sequence of commands, like `st.analytics_top_searches` followed by `st.analytics_top_clicks`, and gives you one clean answer.

Swiftype: Direct Access to Your Search Data

The biggest pain point today is that data lives behind complex APIs and proprietary web interfaces. To audit the structure, you might have to guess which endpoints are correct or spend hours calling internal teams for schema documentation.

Now, your agent directly interrogates the core system using tools like `st.list_doc_types` and `st.list_engines`. You don't ask a person; you talk to the database structure itself. It’s immediate, verifiable, and accurate.

What Swiftype MCP does for your AI

Swiftype gives your conversational AI the ability to act as an internal data architect for your organization's search infrastructure. Instead of opening a dozen different web portals just to check indexing status or run analytics, you let your agent interact directly with the core Swiftype endpoints. Your client can list every active index and scope, ensuring you know exactly what data exists.

It handles everything from running raw queries against specific engines to tracking real-world user behavior by retrieving top searched terms and identifying high-conversion click paths. This capability moves search administration out of clunky web forms and straight into your prompt environment. By utilizing the Vinkius catalog within your agent, you gain secure, programmatic access to read, write, and audit structured data maps on demand.

Built · Hosted · Managed by Vinkius Swiftype MCP - Manage Enterprise Search & Indexing
Server ID 019d760f-aa0f-71da-9603-6e7eee2418d3
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Frequently asked questions about Swiftype MCP

How do I check what search engines Swiftype can access? +

You run st.list_engines. This tool extracts a list of every active index bound to your account, giving you an immediate overview of all available data sources.

Can I use st.post_search for simple keyword searches? +

Yes, st.post_search fires raw queries into a specific engine and returns detailed JSON results. This means you can ask complex questions that go beyond just matching keywords.

What is the difference between st.analytics_top_searches and st.analytics_top_clicks? +

st.analytics_top_searches tells you what people are looking for, while st.analytics_top_clicks tells you which documents they actually clicked on after searching.

How do I add new data to my index using Swiftype? +

You use the st.create_documents tool. This allows your agent to inject new, structured payload data into the system in bulk without you needing to upload a file.

Does Swiftype MCP help me audit old records? +

Yes. You can use st.list_documents to dump all stored metadata and track IDs, helping you identify which documents are stale and need cleaning up or deletion using st.delete_documents.