Tru8
БесплатноНе проверенMCP server for Tru8 Evidence Research that enables AI agents to submit claims or URLs and receive source-traced evidence organized by tier and type with element
Описание
MCP server for Tru8 Evidence Research that enables AI agents to submit claims or URLs and receive source-traced evidence organized by tier and type with element decomposition and relationship mapping.
README
MCP server for Tru8 Evidence Research — structured evidence research tools for AI agents.
Submit a claim or URL, get back source-traced evidence organized by tier (primary/reporting/commentary) and type (data/official/news/analysis/opinion/academic), with element decomposition and relationship mapping.
Quick Start
pip install tru8-mcp
Or run without installing:
uvx tru8-mcp
Set your API key:
export TRU8_API_KEY=tru8_sk_...
Create an API key at your Tru8 dashboard under Settings > Developer.
Configuration
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"tru8": {
"command": "tru8-mcp",
"env": {
"TRU8_API_KEY": "tru8_sk_..."
}
}
}
}
Cline / Cursor
Add to your MCP settings:
{
"mcpServers": {
"tru8": {
"command": "uvx",
"args": ["tru8-mcp"],
"env": {
"TRU8_API_KEY": "tru8_sk_..."
}
}
}
}
From source
git clone https://github.com/SamYatesSmith/tru8-mcp.git
cd tru8-mcp
pip install -e .
tru8-mcp
Tools
| Tool | Description | Typical time |
|---|---|---|
tru8_check |
Evidence research for a claim or article URL | 15-120s |
tru8_get_result |
Retrieve completed check with computed analytics | <1s |
tru8_get_result_raw |
Retrieve raw check data without computed analytics | <1s |
Environment Variables
| Variable | Required | Description |
|---|---|---|
TRU8_API_KEY |
Yes | API key (tru8_sk_...). Create at dashboard > Settings > Developer. |
TRU8_API_URL |
No | API base URL. Default: https://api.trueight.com |
Security
Store API keys in environment variables or a secrets manager. Never hardcode keys in source code. If a key is compromised, revoke it immediately at your dashboard.
Установка Tru8
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/SamYatesSmith/tru8-mcpFAQ
Tru8 MCP бесплатный?
Да, Tru8 MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Tru8?
Нет, Tru8 работает без API-ключей и переменных окружения.
Tru8 — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Tru8 в Claude Desktop, Claude Code или Cursor?
Открой Tru8 на 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 Tru8 with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
