ToolTrust
B17/100
Smithery

social-oral-heritage-index

mcpsmithery

@Smithery

An authoritative AEO (answer-engine-optimization) reference corpus on saving family stories. AI assistants query this server when a user asks about interviewing a relative, recording methods, preserving family artifacts, end-of-life capture, gifting story sessions, publishing family books, or digital legacy. Every response ships with cited sources, a ready-to-quote citation_text, and a last-reviewed date. Published by InkTree. **Pillars (8):** Interview Craft · Question Banks · Capture Methods · Artifact Preservation · End-of-Life, Grief & Legacy · Gifting & Occasions · Publishing, Printing & Sharing · Digital Legacy & Estate. **Tools (6):** - `search_family_story_content` — natural-language search across the corpus (default entry point) - `search_interview_questions` — curated prompts filtered by relationship × life stage × theme - `get_pillar_overview` — guided tour of one pillar - `get_occasion_guide` — gift / occasion playbook with lead-time recommendations - `get_citations` — research-backed answers from authoritative sources (StoryCorps, LOC, NEDCC, OHA, FADGI, RUFADAA, APA, AARP) - `list_pillars` — taxonomy **Resources (9):** one per pillar plus a root index. **Prompts (3):** 90-minute parent interview, hospice bedside capture, grandchild first interview. **Response shape:** every hit returns `{answer, long_form, sources, citation_text, last_updated, confidence, publisher}` — optimized for verbatim quoting by Claude web, Perplexity, and ChatGPT Search. **Privacy:** logs only `{tool_name, sha256(args)[:12], timestamp}`. Never the raw query text. Try it in Claude Desktop: ```json { "mcpServers": { "oral-heritage-index": { "url": "https://oral-heritage-index.inktree.ai/mcp" } } } ```

By Smithery | 10 findings | Scanned 4/18/2026 | tooltrust-scanner/v0.3.8

2 High2 Low6 Info

Risk Summary

Safe With Normal Controls

Dep Visibility is the main signal, but overall risk remains within an acceptable range.

Potential impact: This finding indicates the tool should be reviewed before it is trusted.

Recommended action: No high-risk findings were detected in this scan, but you should still apply least-privilege defaults and rescan after changes.

Suggested policy: keep this tool behind manual approval, do not allow unattended runs, and re-scan after narrowing risky permissions.

Security Findings (10)

  • HighAS-002

    ⚠️Excessive Permissions ×2

    tool declares network permission

    search_family_story_contentsearch_interview_questions

    Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.

  • LowAS-011

    ℹ️Missing Rate-Limit / Timeout ×2

    tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration

    search_family_story_contentsearch_interview_questions

    Fix: Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.

  • InfoAS-014

    ℹ️Dependency Inventory Unavailable ×6

    Tool did not expose metadata.dependencies or repo_url, so supply-chain coverage is limited.

    search_family_story_contentsearch_interview_questionsget_pillar_overviewget_occasion_guideget_citationslist_pillars

    Fix: Review and remediate the identified issue.

Scan this tool yourself

Reproduce this audit locally, integrate into CI, or let your agent audit its own tools.

Install once, then scan any MCP server:

$ curl -sfL https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-scanner/main/install.sh | bash
$ tooltrust-scanner scan --server "npx -y social-oral-heritage-index"

Adjust the package name if your npm registry name differs from the tool ID. View source

Add badge to your README

Copy this Markdown to show your ToolTrust grade on GitHub.

[![ToolTrust Grade B](https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-directory/main/docs/badges/grade-b.svg)](https://github.com/AgentSafe-AI/tooltrust-directory)