Skip to main content

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/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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tru8_mcp-1.0.1.tar.gz (8.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tru8_mcp-1.0.1-py3-none-any.whl (9.6 kB view details)

Uploaded Python 3

File details

Details for the file tru8_mcp-1.0.1.tar.gz.

File metadata

  • Download URL: tru8_mcp-1.0.1.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

Hashes for tru8_mcp-1.0.1.tar.gz
Algorithm Hash digest
SHA256 5ca28f2435fe01e98881ede6263fc0aa8583939dcaa1377f7bac4471e23eeaa9
MD5 70de9a4f28b7445708e48f09eee8345b
BLAKE2b-256 e61500e547894141ede1a1c5416b24755dbffdcb675dcf43241f2ad062123a6d

See more details on using hashes here.

File details

Details for the file tru8_mcp-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: tru8_mcp-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 9.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.5

File hashes

Hashes for tru8_mcp-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a9ef88a19f195c38d9560df6c3751a8886533f21f6cd560ebef266b9e560d60e
MD5 d30e521665b1ffb421c3de6457b2dfdc
BLAKE2b-256 c7b50d3aec8c85babb1bf28305733a426ea19578e747bc5c1e8d176655d72325

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page