Tru8 Evidence Research MCP server — structured evidence research tools for AI agents
Project description
tru8-mcp
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/tru8-evidence/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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tru8_mcp-1.0.0.tar.gz.
File metadata
- Download URL: tru8_mcp-1.0.0.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67e03c9bbccb52b6c527d9dca6e1ee95acb69971156b7baad2c9b6288e267e2c
|
|
| MD5 |
844663e3c74712efb190b597672760cc
|
|
| BLAKE2b-256 |
d312ded531655f9f560511884d88a95701c4b250cd74c7464eb2894307792456
|
File details
Details for the file tru8_mcp-1.0.0-py3-none-any.whl.
File metadata
- Download URL: tru8_mcp-1.0.0-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03f41c2ad8ba81348aa10ba6ad869bb42ff09ba0638b1b6cf046aaaad7c6871d
|
|
| MD5 |
6a431891aced16a4814cd0a0e1447f84
|
|
| BLAKE2b-256 |
2c02e70bc0232456afbaa0c4921769f2ce08bdc83574e5761f19286fca677137
|