Home/Tools/@tpmjs/tools-source-credibility

sourceCredibilityTool

@tpmjs/tools-source-credibility

Calculate heuristic credibility score based on domain signals

Official
research
v0.3.0
MIT
⚠️

This tool is currently broken

Import Failed
Cannot load from Railway service
Module not found "https://esm.sh/node:sqlite?target=denonext".
    at https://esm.sh/undici@7.16.0?target=denonext:2:8

Last checked: 1/1/2026, 1:05:39 AM

Interactive Playground

Test @tpmjs/tools-source-credibility (sourceCredibilityTool) with AI-powered execution

0/2000 characters

Installation & Usage

Install this tool and use it with the AI SDK

1. Install the package

npm install @tpmjs/tools-source-credibility
pnpm add @tpmjs/tools-source-credibility
yarn add @tpmjs/tools-source-credibility
bun add @tpmjs/tools-source-credibility
deno add npm:@tpmjs/tools-source-credibility

2. Import the tool

import { sourceCredibilityTool } from '@tpmjs/tools-source-credibility';

3. Use with AI SDK

import { generateText } from 'ai';
import { openai } from '@ai-sdk/openai';
import { sourceCredibilityTool } from '@tpmjs/tools-source-credibility';

const result = await generateText({
  model: openai('gpt-4o'),
  tools: { sourceCredibilityTool },
  prompt: 'Your prompt here...',
});

console.log(result.text);

Parameters

Available configuration options

Author-provided
url
Required
Type: string

URL to analyze for credibility

html
Optional
Type: string

Optional pre-fetched HTML content

Schema extracted: 12/31/2025, 10:52:11 AM

Try to auto-extract schema from the package

README

ERROR: No README data found!

Statistics

Downloads/month

0

Quality Score

67%

Bundle Size

NPM Keywords

tpmjs
research
ai
credibility
fact-checking

Maintainers

thomasdavis(thomasalwyndavis@gmail.com)

Frameworks

vercel-ai
sourceCredibilityTool | TPMJS | TPMJS