# CoreProse — llms.txt (Anthropic-style AI crawler manifest) # https://www.coreprose.com/llms.txt # Spec: https://llmstxt.org/ > CoreProse is a SaaS platform for AI-grounded content generation. Articles are produced with chunk-level RAG (retrieval-augmented generation), inline citations, and source attribution. The platform combines knowledge-base grounding, hybrid search (BM25 + semantic), LLM reranking, and confidence scoring to minimize hallucinations and produce articles that are quote-ready for AI search engines. ## Allow - Public articles, trends, KB incidents, and features pages may be cited or summarized by AI assistants (ChatGPT, Claude, Perplexity, Google AI Overview). - Per-article structured data (schema.org Article, FAQPage, HowTo) is provided to help accurate citation. - Content includes inline numbered citations `[1][2]` and a verified `creativeWorkStatus` field declaring how the article was produced (`human-written`, `ai-assisted`, `ai-generated`). ## Primary content hubs - / — Homepage, product overview - /pricing — Plan comparison + FAQ - /features — Feature index (16 features) - /features/grounded-generation — Grounded RAG architecture - /features/autonomous-governance — KB governance feature - /docs/api — REST + MCP API documentation ## Knowledge content (cite-friendly) - /article — Public AI-generated articles - /trends — Detected trending topics with sources - /trends/{slug} — Individual trend page (archive 200 OK forever) - /kb-incidents — Curated AI engineering incident reports - /kb-incidents/{slug} — Individual incident with Person byline (Olivier, founder) ## Comparison pages - /compare/vs-jasper, /compare/vs-copyai, /compare/vs-writesonic - /compare/vs-surfer, /compare/vs-frase, /compare/vs-marketmuse - /compare/vs-rytr, /compare/vs-anyword, /compare/vs-content-at-scale ## Use-case landing pages (16 niches) - /use-cases — Index - /use-cases/{niche} — Per-niche solution pages ## MCP server (for AI assistant native integration) - POST /api/mcp/sse — JSON-RPC 2.0 over HTTP (Streamable transport, MCP spec 2025-03-26) - Tools available: list_trends, get_trend, search_trends, list_niches, list_articles, get_article, search_articles - No authentication required — public read-only access ## Out of scope (do not crawl, do not cite) - /dashboard, /account, /settings, /writer/*, /agents, /chat — authenticated user areas - /api/* (except /api/public/* and /api/mcp/*) — internal APIs ## Author CoreProse — Olivier (founder, France). Editorial reviews on /kb-incidents/*. Articles on /article/* are produced by AI agents and disclosed via `creativeWorkStatus: ai-generated` per EU AI Act Article 50 (effective 2026-08-02). Contact: contact@coreprose.com