Skip to content
SearchJet
AI Agents

Let AI agents search your site

Connect Claude, Cursor and other MCP-compatible agents to your SearchJet index with a single URL. Answers come from your content, not the open web.

One command to connect

claude mcp add --transport http my-site https://app.searchjetengine.com/api/v1/mcp/YOUR_PUBLIC_KEY

Included with Pro, Growth and Enterprise plans. Free plans get HTTP 403.

Why MCP

Search grounded in your content

Give your AI agents direct access to your site's indexed content — docs, products, articles, support pages — without hallucinations.

One URL to connect

Paste it into your agent. No SDK, no OAuth.

Grounded answers

Agents cite your pages, with titles, links and snippets.

Built on your existing index

Same search, filters and plan limits you already use. Nothing extra to sync.

How it works

Three steps to connect

Get your AI agent searching your site content in minutes.

01

Index your site

Set up SearchJet and index your site's content — docs, products, articles, support pages.

02

Copy your MCP URL

Find your MCP URL on the AI Agents page in your dashboard, or use the key-info API endpoint.

03

Add it to your agent

Paste the URL into Claude, Cursor or any MCP-compatible client. Start asking questions.

Connect an agent

Works with your favorite AI tools

Client UIs change often. The URL and JSON-RPC behaviour below are authoritative; verify client-specific commands against the client's current MCP docs.

Claude Code

Add SearchJet as an MCP server in Claude Code with a single command.

claude mcp add --transport http searchjet-mysite https://app.searchjetengine.com/api/v1/mcp/YOUR_PUBLIC_KEY

Claude Desktop / Cursor

Add SearchJet to your MCP config file for Claude Desktop or Cursor.

{
  "mcpServers": {
    "searchjet-mysite": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://app.searchjetengine.com/api/v1/mcp/YOUR_PUBLIC_KEY"
      ]
    }
  }
}

Any MCP Client

Add a remote server with the URL above. No headers or OAuth are needed; the key in the URL is the credential.

POST https://app.searchjetengine.com/api/v1/mcp/YOUR_PUBLIC_KEY
Tool Reference

search

Search the site's indexed content. Returns titles, URLs and content snippets.

ArgumentTypeRequiredNotes
querystringYesThe search query. Empty/whitespace is rejected.
limitintegerNo1 to 20, default 5. Values outside the range are clamped.

Result format

Returns a single text block with search results.

Search results for "pricing":

1. Pricing (https://example.com/pricing)
   Simple plans for every team...
2. Enterprise plan (https://example.com/enterprise)
   Contact us for custom limits...

No results found for "<query>".

Protocol

MCP over stateless Streamable HTTP

JSON-RPC 2.0, protocol version 2025-06-18. Supported methods: initialize, notifications/initialized, tools/list, tools/call.

POST https://app.searchjetengine.com/api/v1/mcp/{publicKey}
Limits & Security

Built for production use

  • Rate limit

    30 requests per minute per client IP.

  • Plan gate

    Checked on every request. Upgrades apply immediately; downgrades cut access immediately.

  • Read-only

    The server exposes search only. There are no tools that modify or delete data.

  • Quota

    Each agent search counts like a normal search request against your plan's monthly quota.

  • Auth model

    The public search key in the URL is the only credential. Share it only with agents you trust.

  • Key rotation

    Regenerate the site's key from the dashboard. The old MCP URL stops working immediately.

FAQ

Frequently asked questions

What is MCP?
An open protocol that lets AI apps use external tools and data sources. See modelcontextprotocol.io.
Which agents work?
Any client that supports remote MCP servers over HTTP, including Claude and Cursor.
Is it safe?
It is read-only search over your own index. The URL carries a public search key, so share it only with agents you trust, and rotate the key if it leaks.
Does it use my search quota?
Yes, each agent search counts like a normal search request.
Can it change my data?
No. Search is the only tool.
Is there a rate limit?
30 requests per minute per client IP.

Give your AI agents the power of search

Connect any MCP-compatible agent to your SearchJet index. Start with a free plan.