← Registry

API Tools

quantsearch.ai

This server provides an API for managing search indexing of websites, including creating organizations, listing sites, and checking index status.

1 endpoint18 known toolsFirst detected May 12, 2026Last detected July 23, 2026

ENDPOINT 1

https://mcp.quantsearch.ai/api/mcp

No auth detected

MCP server metadata

Name
quantsearch
Version
1.0.0
Capabilities
tools

Known tools 18

signup

Create a new QuantSearch organization and return an API key.

Potential side effects
whoami

Return the organization the current API token belongs to.

Inferred read-only
list_sites

List all sites the authenticated organization has indexed for search.

Inferred read-only
create_site

Create a new site for indexing.

Potential side effects
get_site_status

Check the live status and indexed page count of a site.

Inferred read-only
search

Run a semantic search query against an indexed site.

Inferred read-only
get_embed_snippet

Return the HTML snippet to embed search on a customer site.

Inferred read-only
delete_site

Permanently delete a site and its indexed content.

Potential side effects
recrawl_site

Re-trigger the crawler for an existing site.

Inferred read-only
update_site

Update site configuration: rename, change crawler config, control widget access (allowed domains, search/chat enabled), or set search relevance boosts (url_boosts, tag_boosts).

Potential side effects
start_checkout

Create a Stripe checkout URL so the user can upgrade their plan (NEW subscription).

Potential side effects
open_billing_portal

Return a Stripe customer portal URL so the user can manage their EXISTING subscription (change plan, update card, view invoices, cancel).

Potential side effects
get_analytics

Return search/chat usage analytics for the organization.

Inferred read-only
get_usage

Return monthly usage figures used for billing/quota tracking — AI token consumption (split between ingest and chat), vector DB stats, and search/chat query counts.

Inferred read-only
get_top_queries

Return the most-searched queries for one site over the requested range.

Inferred read-only
upsert_pages

Push pages directly into a site index, bypassing the crawler.

Inferred read-only
delete_pages

Remove pages from a site index.

Potential side effects
list_pages

List pages currently indexed for a site.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.quantsearch]
url = "https://mcp.quantsearch.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "quantsearch": {
      "type": "http",
      "url": "https://mcp.quantsearch.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: quantsearch
Remote MCP URL: https://mcp.quantsearch.ai/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "quantsearch": {
      "url": "https://mcp.quantsearch.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "quantsearch": {
      "type": "http",
      "url": "https://mcp.quantsearch.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "quantsearch",
  "transport": "streamable-http",
  "url": "https://mcp.quantsearch.ai/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for quantsearch.ai was fetched 2026-08-25T03:22:49.129Z and is being refreshed.

Trust status Neutral

quantsearch.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.