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_KEYIncluded with Pro, Growth and Enterprise plans. Free plans get HTTP 403.
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.
Three steps to connect
Get your AI agent searching your site content in minutes.
Index your site
Set up SearchJet and index your site's content — docs, products, articles, support pages.
Copy your MCP URL
Find your MCP URL on the AI Agents page in your dashboard, or use the key-info API endpoint.
Add it to your agent
Paste the URL into Claude, Cursor or any MCP-compatible client. Start asking questions.
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_KEYClaude 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_KEYsearch
Search the site's indexed content. Returns titles, URLs and content snippets.
| Argument | Type | Required | Notes |
|---|---|---|---|
| query | string | Yes | The search query. Empty/whitespace is rejected. |
| limit | integer | No | 1 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>".
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}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.
Frequently asked questions
What is MCP?
Which agents work?
Is it safe?
Does it use my search quota?
Can it change my data?
Is there a rate limit?
Give your AI agents the power of search
Connect any MCP-compatible agent to your SearchJet index. Start with a free plan.