TrustPipe
Click on "Deploy 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: AgentRank 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 deployed
Maintenance
Related MCP Connectors
Live AI-visibility measurements across 7 answer engines, queryable by the business owner's own AI.
Verified, sourced, real-time intelligence layer for AI agents.
- daxoomOAuthcom.daxoom
Owner-verified local business data for AI agents: profiles, hours, prices, with provenance.
Fact-checks generated content against your sources of truth showing what to trust, change, & verify.
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceThe 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 layer-
- AlicenseAqualityCmaintenanceProvides AI agents with access to real, verifiable businesses with provenance and source URLs, enabling natural-language business search and profile retrieval.2MIT

groundlensofficial
AlicenseAqualityAmaintenanceGroundlens is a proofreader for what your model writes. It marks the words your sources don't back — and shows you what each one should have said.17Apache 2.0- FlicenseAqualityBmaintenanceEnables AI assistants to answer high-trust sales questions with cited, vetted facts or explicit refusals, grounded in a local knowledge base.1-