TrustPipe
БесплатноНе проверенGrounds AI answers about a business in real, verified data sourced live when needed or cached for reliability, preventing hallucinations.
Описание
Grounds AI answers about a business in real, verified data sourced live when needed or cached for reliability, preventing hallucinations.
README
An MCP server that grounds AI answers about a business in real, verified data — sourced live when needed, cached for reliability — instead of stale training data or hallucinated guesses.
Built for the MCP Hackathon. See docs/PLAN.md for the full plan.
Demo
Two runs of the same questions about Obsidian's real pricing, same model:
- Without TrustPipe connected — baseline (often wrong/uncertain)
- With TrustPipe connected — grounded, correct, cited answers
Accuracy scored against a written eval set (eval/eval_set.json), not
vibes — see eval/run_eval.py.
How it works
get_company_facts(company_name, country_code, topic):
- Checks a local cache first — instant, reliable, no network dependency.
- On cache miss, runs live research with a hard timeout, caches the result for next time.
- On network failure with no cache available, returns an honest "unavailable" status — never a guess.
Structure
trustpipe/
├── server/
│ ├── server.py ← MCP server exposing get_company_facts
│ └── facts_cache/
│ └── obsidian.json ← pre-verified data, sourced from obsidian.md/pricing
├── eval/
│ ├── eval_set.json ← question/expected-answer pairs
│ └── run_eval.py ← scores before/after accuracy
├── requirements.txt
└── .env.example
Setup
python -m venv .venv
source .venv/bin/activate # or .venv\Scripts\activate on Windows
pip install -r requirements.txt
cp .env.example .env # then fill in your Gemini API key
Status
🚧 Hackathon build in progress.
Установка TrustPipe
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/clairedebadts-cloud/trustpipeFAQ
TrustPipe MCP бесплатный?
Да, TrustPipe MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для TrustPipe?
Нет, TrustPipe работает без API-ключей и переменных окружения.
TrustPipe — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить TrustPipe в Claude Desktop, Claude Code или Cursor?
Открой TrustPipe на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare TrustPipe with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
