{
  "name": "AsterMind Hosted API",
  "version": "0.1.0",
  "engine": "@astermind/astermind-community@3.0.0",
  "description": "On-device token-reduction and retrieval tools over HTTPS. Nothing leaves the box beyond what you send this endpoint, and no tool is stubbed.",
  "tools": [
    "rerank_documents",
    "filter_context",
    "compress_context",
    "classify_text",
    "detect_language",
    "semantic_search",
    "generate_embeddings",
    "compare_texts",
    "count_tokens",
    "estimate_savings"
  ],
  "usage": {
    "proof": "GET /demo  — zero-input live token-reduction proof",
    "call": "POST /v1/<tool> with a JSON body, e.g. /v1/compress_context",
    "health": "GET /health"
  },
  "source": "https://github.com/AsterMindAI/astermind-mcp"
}