# evipedia.ai > Evipedia is a continuously updated encyclopedia of evidence reviews on health and longevity interventions — hundreds of reviews, each with a concise Quick Reference Sheet, a full Evidence Review, and a complete audit trail. It is built to be integrated by AI agents, apps, and research tools. Every review has a short, stable permalink and schema.org `MedicalWebPage` (JSON-LD) structured data carrying its conclusion, synonyms, category, and date. The full catalogue is available as machine-readable JSON. All crawlers and agents are welcome (see /robots.txt). Reviews are refreshed on average every 4–6 weeks. ## Machine-readable data - [Evipedia MCP server](https://github.com/forever-healthy/evipedia-mcp): a Model Context Protocol server (npm `evipedia-mcp`, in the MCP Registry, run via `npx -y evipedia-mcp`) exposing search, review retrieval (raw Markdown + structured metadata), and intervention suggestion as agent tools over the endpoints below. - [OpenAPI spec](https://evipedia.ai/openapi.yaml): machine-readable (OpenAPI 3.1) description of the endpoints below — feed it to a code generator, API client, or ChatGPT Action. - [Full corpus (JSONL)](https://evipedia.ai/evipedia-corpus.jsonl): the entire catalogue in one file — one JSON object per line per review (metadata + full Markdown). One request for the whole library; ideal for datasets, RAG, and AI training. - [Reviews index (JSON)](https://evipedia.ai/reviews.json): every review with its canonical name, alternate names, category, permalink, and plain-text conclusion. - [Search index (JSON)](https://evipedia.ai/search.json): synonym- and drug-class-aware search index, one entry per review. - [Sitemap](https://evipedia.ai/sitemap.xml): canonical review URLs. - [Updates feed (RSS)](https://evipedia.ai/feed.xml): new and refreshed reviews as they publish. - Individual reviews live at `https://evipedia.ai/{permalink}` (HTML), `https://evipedia.ai/{permalink}.md` (raw Markdown — frontmatter + full review text, ideal for agents), and `https://evipedia.ai/{permalink}.meta.json` (flattened medical metadata — review dates and an ordered primary-source citation list, `pmid` included for PubMed sources). Every permalink is listed in reviews.json (fields `permalink`, `permalink_md`, and `permalink_meta`). ## Deep links into review sections Every full Evidence Review shares the same fixed section structure, so these heading anchors are identical and stable across all reviews. Deep-link to any section of a review's Evidence Review with: `https://evipedia.ai/{permalink}_er#{anchor}` — e.g. https://evipedia.ai/rapamycin_er#conclusion Stable section anchors, in the order they appear in every Evidence Review (heading → anchor; note the double hyphen where a heading contains "&"): - Motivation → `motivation` - Recommended Reading → `recommended-reading` - Grokipedia → `grokipedia` - Examine → `examine` - ConsumerLab → `consumerlab` - Systematic Reviews → `systematic-reviews` - Mechanism of Action → `mechanism-of-action` - Historical Context & Evolution → `historical-context--evolution` - Expected Benefits → `expected-benefits` - Benefit-Modifying Factors → `benefit-modifying-factors` - Potential Risks & Side Effects → `potential-risks--side-effects` - Risk-Modifying Factors → `risk-modifying-factors` - Key Interactions & Contraindications → `key-interactions--contraindications` - Risk Mitigation Strategies → `risk-mitigation-strategies` - Therapeutic Protocol → `therapeutic-protocol` - Discontinuation & Cycling → `discontinuation--cycling` - Sourcing and Quality → `sourcing-and-quality` - Practical Considerations → `practical-considerations` - Interaction with Foundational Habits → `interaction-with-foundational-habits` - Monitoring Protocol & Defining Success → `monitoring-protocol--defining-success` - Emerging Research → `emerging-research` - Conclusion → `conclusion` ## Key pages - [Home](https://evipedia.ai/): browse all reviews by category. - [About](https://evipedia.ai/about): what Evipedia is and how it works. - [Made for Integration](https://evipedia.ai/integration): how to consume Evipedia programmatically. - [Updates](https://evipedia.ai/updates): new and recently updated reviews. - [AI4L framework](https://github.com/forever-healthy/AI4L): the open-source framework and Audit-Driven Prompting approach behind Evipedia. ## License & attribution Content is licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) (© Forever Healthy Foundation). You may reuse it freely — including for AI training and generation — provided you credit "evipedia.ai" and, where practical, link the review's permalink. ## Limitations - [Limitations of Evipedia, AI4L & AI](https://evipedia.ai/disclaimer): important caveats on scope and reliability.