MCPVault
Openevidence MCP logo

Openevidence MCP

未认领

作者:htlin222

Unofficial OpenEvidence MCP server — query OpenEvidence from Claude Code, Codex, and any MCP client through your own logged-in browser tab (no API key). Fire-and-forget asks, a shared relay daemon for concurrent sessions, BibTeX + Crossref citations.

academic-toolsbibtexbrowser-extensionclaude-codeclinical-researchcodex-clicrossrefevidence-based-medicinegemini-climcpmedical-aimodel-context-protocolopenevidencerelayresearch-toolssystematic-review

未认领列表

这个 MCP 服务器是你的吗?

此列表根据公开信息自动生成。认领后,你可以编辑页面、设置兼容性并解锁增长工具。全程不超两分钟。

认领此服务器

工具(19 个)

oe_answers_search

Full-text search (SQLite FTS5) over every answer this MCP has fetched — offline, zero rate-limit cost; returns highlighted snippets

oe_article_get

Fetch an article by id or /ask/ URL (the fetch-later half of oeask); returns followupquestions; saves artifacts; waitforcompletion to block until ready

oe_article_set_access

Toggle a conversation's share visibility — public:true → link-shareable (ANYONEWITHLINK), public:false → private (CREATORONLY); returns the /ask/<id> URL (you must own it; relay required)

oe_ask

Ask a question — fire-and-forget by default (returns a pending articleid); waitforcompletion:true to block; originalarticleid to follow up in the same thread

oe_auth_status

Check /api/auth/me through the relay (full network round-trip)

oe_collections_add_article

Add a chat to a collection

oe_collections_bulk_apply

Mint missing #-collections + add memberships per [{articleid, hashtags}] plan

oe_collections_classify

Auto-classify unsorted chats using log-odds-ratio signatures learned from your memberships + curated keyword rules

oe_collections_create

Create a collection (agent-managed names should start with #)

oe_collections_db_init

Create the local SQLite mirror (idempotent)

oe_collections_get

Get a collection (incl. nested questions[] = membership list)

oe_collections_list

List your collections

oe_collections_summary

Counts + last sync timestamps

oe_collections_sync_db

Refresh collections + memberships into SQLite

oe_collections_sync_history

Pull /api/article/list into the local SQLite chats table

oe_collections_unsorted

Chats with no #-collection membership; structured JSON

oe_health

Millisecond-fast local check of the relay pipeline (daemon + extension) — no network call, unlike oeauthstatus

oe_history_list

Read your OpenEvidence question history

oe_public_get

Read a conversation page from an /ask/<id> link as Q&A markdown turns — public links need zero setup; private ones use the relay tab or cookies.json