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
signupCreate a new QuantSearch organization and return an API key.
whoamiReturn the organization the current API token belongs to.
list_sitesList all sites the authenticated organization has indexed for search.
create_siteCreate a new site for indexing.
get_site_statusCheck the live status and indexed page count of a site.
searchRun a semantic search query against an indexed site.
get_embed_snippetReturn the HTML snippet to embed search on a customer site.
delete_sitePermanently delete a site and its indexed content.
recrawl_siteRe-trigger the crawler for an existing site.
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).
start_checkoutCreate a Stripe checkout URL so the user can upgrade their plan (NEW subscription).
open_billing_portalReturn a Stripe customer portal URL so the user can manage their EXISTING subscription (change plan, update card, view invoices, cancel).
get_analyticsReturn search/chat usage analytics for the organization.
get_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.
get_top_queriesReturn the most-searched queries for one site over the requested range.
upsert_pagesPush pages directly into a site index, bypassing the crawler.
delete_pagesRemove pages from a site index.
list_pagesList pages currently indexed for a site.