Skip to main content

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.

Two ways to connect

Hosted (nothing to install). Point any MCP client that supports remote servers at:

https://api.trueight.com/mcp

Authenticate with your Tru8 API key, sent either as an X-API-Key header or as Authorization: Bearer. Each request is authenticated on its own, so one endpoint serves every user without their keys ever meeting.

Local (this package). Runs on your own machine over stdio, which means your API key never leaves it. Use this if you would rather not send a credential through anyone else's infrastructure.

Both serve the identical tools from the identical code — pick whichever suits.

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.

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.4.tar.gz (13.0 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.4-py3-none-any.whl (13.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: tru8_mcp-1.0.4.tar.gz
  • Upload date:
  • Size: 13.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.12.5

File hashes

Hashes for tru8_mcp-1.0.4.tar.gz
Algorithm Hash digest
SHA256 83a91b535b9f000d401896ac94f956b914c6c80c930ff2b84decc1debfcc6848
MD5 3d985ae0901e36af28df86bc806add83
BLAKE2b-256 72f7055927200c5ba84876c92f616e70485ea3aa730eaa52e41b4d7c4e05914f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for tru8_mcp-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 94097d68e11b2b591c5fb01df60483bc136a864eff1a0b654cf1300b7c70d6f5
MD5 23bebcdc8b003eb0ad0c6829cfd06698
BLAKE2b-256 07bf20357ec60eaff125a8b2ec9f04e3b70c0d172f6106157a6401dfddb86722

See more details on using hashes here.

Release history Release notifications | RSS feed

1.0.5

2 files

This release

1.0.4 This release

2 files

1.0.3

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page