MCP Server for evipedia.ai β evidence-based reviews of health & longevity interventions
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
A small Model Context Protocol server that lets AI agents query evipedia.ai β our continuously-updated encyclopedia of evidence reviews on health & longevity interventions β and suggest new interventions for review.
search_reviews(query) β matching reviews (name/synonym/keyword/category), each with its URL and conclusion
list_reviews() β the full catalogue as {topic, slug} pairs (canonical topic + the slug you pass to get_review/get_conclusion)
list_updates(days?) β the change feed, newest first: {title, slug, status, date} per recently published (new) or revised (updated) review. With no arguments it returns the last 7 days, capped at 100 entries; pass days for a wider window (e.g. days: 30)
get_conclusion(slug|url) β just the review's plain-text conclusion
get_review(slug|url) β the full review as raw Markdown
get_metadata(slug|url) β structured medical metadata as JSON β review dates (datePublished/dateModified/lastReviewed, a freshness signal not in the Markdown), the typed about entity with alternate names, and an ordered citation list with PubMed PMIDs
The read tools accept either a bare slug (e.g. rapamycin) or a full evipedia.ai URL (e.g. https://evipedia.ai/rapamycin) β the URL's last path segment is the slug, so a search result's URL can be passed straight through.
suggest_review(intervention, goal?, references?, email?) β submit a new review for an intervention to evipedia's public suggestion form (the same one at evipedia.ai/suggest)
get_version() β the running server's package name and version
The server is published to npm as evipedia-mcp and runs over stdio via npx β no global install needed. It's also listed in the official MCP Registry as io.github.forever-healthy/evipedia-mcp, so MCP-aware clients can discover and install it automatically.
Client config: Local MCP (Requires Node.js β₯ 18)
For environments where a local install is not possible or desired, we also provide a hosted MCP server at https://mcp.evipedia.ai/ that can be used over HTTP.
Client config: Remote MCP via HTTP
.mcp.json (or run claude mcp add).claude_desktop_config.json.You can use the bundled /demo skill to smoke-test the respective connection.
It walks through the read tools (get_version, search_reviews, list_reviews, list_updates, get_review, get_conclusion, get_metadata) against live evipedia.ai data.
The server is a thin client that only uses evipedia.ai's public endpoints. It does not depend on the evipedia content repo β the public surfaces are the API by design.
https://evipedia.ai with a small in-process cache (both JSON indexes are tiny)suggest_review, which POSTs to evipedia's public suggestion form (Formspree)Base URL: https://evipedia.ai
| Endpoint | Description |
|---|---|
GET /reviews.json | Full catalogue: canonical_name, alternate_names[], permalink, permalink_md, permalink_meta, category, creation_date, dateModified, lastReviewed, er_conclusion |
GET /search.json | Search index: short_topic, alternate_names, ep_keywords, ep_category, url |
GET /updates.json | Change feed, newest first: title, permalink, status (new/updated), date |
GET /{permalink}.md | Complete review as raw Markdown (frontmatter + full body) |
GET /{permalink}.meta.json | Flattened medical metadata: slug, topic, url, datePublished/dateModified/lastReviewed, about (type/name/alternateName), ordered citation[] (name, url, pmid?) |
GET /llms.txt | Agent/human signpost β includes the stable section anchor list |
GET /sitemap.xml | Canonical review URLs |
GET /feed.xml | RSS feed of latest updates |
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/evipedia-mcp)<a href="https://allmcps.com/mcp/evipedia-mcp"><img src="https://allmcps.com/api/badge/evipedia-mcp?style=directory" alt="Evipedia MCP on AllMCPs" /></a>