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

Uploaded Python 3

File details

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

File metadata

  • Download URL: tru8_mcp-1.0.2.tar.gz
  • Upload date:
  • Size: 8.8 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.2.tar.gz
Algorithm Hash digest
SHA256 155c5e5d1c0d62f663d9cf8a5460d35c3cce03d635fdb296acf26e0e389e2d6b
MD5 f6c0373a684b016a4be3c438b2804e47
BLAKE2b-256 44bd508580d13320fab6beec9ef8eca6867b84b853a7497df1ee60a6392b4ada

See more details on using hashes here.

File details

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

File metadata

  • Download URL: tru8_mcp-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 9.8 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 bc81bb97852b34e9eb9f867420728c78e7d244dfbf7c3e6f644c2a624a190d35
MD5 b60e862367da330752a84be5212bcb10
BLAKE2b-256 a9b998e96a06d0aaa3b6e4f83f6976da8130c5610cce23195576112ef596e05a

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