mcpbeat

TomeVault MCP Server

io.github.olijboyd/tomevault
answering

TomeVault is answering right now. Last checked 11 min ago. It exposes 8 tools.

Search, fetch (with provenance), scan, and convert AI instruction files for agents.

Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
91 of 91 checks
8
Tools
read from the server
128 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 min ago.

run in your terminal
claude mcp add tomevault --transport http https://mcp.tomevault.io/
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tomevault": {
      "url": "https://mcp.tomevault.io/"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tomevault]
url = "https://mcp.tomevault.io/"
.cursor/mcp.json
{
  "mcpServers": {
    "tomevault": {
      "url": "https://mcp.tomevault.io/"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tomevault": {
      "url": "https://mcp.tomevault.io/"
    }
  }
}

Available tools 8

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

vault
get_vault_item
Fetch one of your TomeVault items by id, with its content. Requires a vault access token with the items:read scope. Encrypted items are not retrievable and return not found, indistinguishable from a missing id.
list_vault_items
List the items in your TomeVault that this token can read. Requires a vault access token with the items:read scope. Encrypted (private) items are never listed.
convert
convert_content
Convert pasted instruction-file text into another tool's format (claude_md, agents_md, cursor_mdc, gemini_md, copilot_instructions, windsurf_rules, skill_md). The same instructions, ready for any tool.
provenance
get_provenance
Return the signed attestation record alone for a tome: quality grade, security scan grade and flags, decay risk, source registry, the content hash it is bound to, and the signing key id for offline verification.
scan
scan_content
Scan submitted instruction-file text for safety, clarity, loadability, and cross-model consistency, and return a verdict with findings. Use before loading a third-party file. Consistency findings are PREDICTIONS (divergence risks across models/tools), never verified facts. The submitted text is scanned and discarded, never stored.
tome
get_tome
Fetch one tome's content in a specific agent format (default claude_md). Every response carries the provenance verdict: quality grade, security scan grade, decay risk, and the content hash it is bound to.
tomes
search_tomes
Search TomeVault for agent context files (tomes, configs, skills) by a task description. Filter by format, kind, and quality grade. Returns ranked matches with owner/repo, grade, and available formats, not file contents.
verify
verify_attestation
Verify a TomeVault attestation document (the contents of a repo's .tome/attestation.json). Confirms the detached signature is genuinely TomeVault's against the published key, and, if the signed file's text is supplied, that the file has not drifted since it was signed. Returns the signed verdict; consistency in it is a PREDICTION (cross-model divergence risk), never a verified fact. Nothing submitted is stored.

Endpoints

URLTransportStateLatencyChecked
https://mcp.tomevault.io/ streamable-http answering 131 ms 11 min ago

TomeVault — questions

Answers built from our own checks of this server.

What can TomeVault do?
It exposes 8 tools, read directly from the server on our last check. Among them: convert_content, get_provenance, get_tome, get_vault_item, list_vault_items, scan_content and 2 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is TomeVault working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 128 ms. The bar chart above shows every period we have measured.
How do I connect TomeVault?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does TomeVault need an API key?
No. TomeVault completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 8 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is TomeVault?
It answers our handshake in 128 ms on average, which is faster than 78% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.