TrustPipe
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TrustPipewhat is the current pricing for Obsidian?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TrustPipe
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.
Related MCP server: Kluster.ai Verify MCP
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.exampleSetup
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 keyStatus
🚧 Hackathon build in progress.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceCreates and searches private, local RAG libraries from documentation to ground AI assistants in authoritative sources, reducing hallucinations by providing current, accurate context from your own docs instead of relying on outdated training data.Last updated20MIT

Kluster.ai Verify MCPofficial
Alicense-quality-maintenanceEnables fact-checking of AI responses against reliable sources and validation of responses against document content to ensure accuracy and reliability.Last updated- Alicense-qualityDmaintenanceDelivers up-to-date computer vision and GenAI knowledge to AI assistants via a comprehensive knowledge base and RAVEN engine, enabling accurate and efficient responses.Last updated27123MIT
- Flicense-qualityBmaintenanceThe owner-verified local business data + service & menu-price layer for AI agents. Owner-authored business profiles where every response carries provenance — verification level, completeness score, freshness timestamps, and upstream sources. * Search & profiles — find businesses by name, category, city, or geo-radius; full profiles with contacts, hours, media, ratings. * Price layerLast updated
Related MCP Connectors
Verified, sourced, real-time intelligence layer for AI agents.
Owner-verified local business data for AI agents: profiles, hours, prices, with provenance.
Real-time fact-check, citation verification, and source-freshness for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/clairedebadts-cloud/trustpipe'
If you have feedback or need assistance with the MCP directory API, please join our Discord server