API Tools
quantsearch.ai
This server provides an API for managing search indexing of websites, including creating organizations, listing sites, and checking index status.
ENDPOINT 1
https://mcp.quantsearch.ai/api/mcp
MCP server metadata
- Name
- quantsearch
- Version
- 1.0.0
Known tools 18
update_siteUpdate 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 effectsstart_checkoutCreate a Stripe checkout URL so the user can upgrade their plan (NEW subscription).
Potential side effectsopen_billing_portalReturn a Stripe customer portal URL so the user can manage their EXISTING subscription (change plan, update card, view invoices, cancel).
Potential side effectsget_usageReturn 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-onlyget_top_queriesReturn the most-searched queries for one site over the requested range.
Inferred read-onlyCONNECT 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.
quantsearch.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.