Skip to main content
Glama

Server Details

**ColdState Knowledge Search MCP Server** https://github.com/daniel-coldstate/coldstate-mcp Semantic search over 64.6M knowledge entries — the structured alternative to web search APIs and web scraping for LLM agents. No crawling, no rate limits, sub-3s responses. Cloud-hosted at services.coldstate.ai

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

6 tools
coldstate_browse_documentsInspect

Browse documents in a ColdState index. Returns titles, snippets, content, state classification, and E-scores.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax documents to return
offsetNoOffset for pagination
index_idYesIndex ID, e.g. idx_...
coldstate_domainsInspect

List all available knowledge domains in ColdState's global knowledge base with entry counts.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

coldstate_explainInspect

Explain the scoring breakdown for a specific document against a query. Shows token-level TF-IDF scores, match ratio, and exact-match bonus calculation.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesThe search query to explain against
doc_idYesDocument ID, e.g. "doc_42" or "42"
index_idYesIndex ID, e.g. idx_...
coldstate_list_indexesInspect

List all your ColdState indexes with their status, mode, document count, and domain preset.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

coldstate_search_globalInspect

Search ColdState's global knowledge base (64M+ entries across 35+ domains including SCIENCE, MEDICINE, TECHNOLOGY, HISTORY, etc). Returns ranked results with E-scores, QST semantic topology scoring, and state classification. Optionally filter by domain.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMax results to return
queryYesThe search query
domainNoFilter by knowledge domain (e.g. MEDICINE, SCIENCE, TECHNOLOGY, HISTORY, LAW, CODE). Case-insensitive.
offsetNoOffset for pagination

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.