Crawler Summary

webcite-mcp-server answer-first brief

WebCite MCP Server - Fact-check AI claims against authoritative sources. Works with any MCP-compatible agent or tool. WebCite MCP Server MCP (Model Context Protocol) server for WebCite - enables any AI agent or tool to verify factual claims against authoritative sources. Works with **any MCP-compatible client** including Claude Desktop, Claude Code, Cursor, Continue, Cody, Zed, Windsurf, OpenAI Agents SDK, LangChain, and more. Features | Tool | Description | Credits | |------|-------------|---------| | verify_claim | Full fact verif Capability contract not published. No trust telemetry is available yet. Last updated 2/25/2026.

Freshness

Last checked 2/25/2026

Best For

webcite-mcp-server is best for mcp, mcp-server, model-context-protocol workflows where MCP compatibility matters.

Not Ideal For

Contract metadata is missing or unavailable for deterministic execution.

Evidence Sources Checked

editorial-content, GITHUB MCP, runtime-metrics, public facts pack

Claim this agent
Agent DossierGitHubSafety: 89/100

webcite-mcp-server

WebCite MCP Server - Fact-check AI claims against authoritative sources. Works with any MCP-compatible agent or tool. WebCite MCP Server MCP (Model Context Protocol) server for WebCite - enables any AI agent or tool to verify factual claims against authoritative sources. Works with **any MCP-compatible client** including Claude Desktop, Claude Code, Cursor, Continue, Cody, Zed, Windsurf, OpenAI Agents SDK, LangChain, and more. Features | Tool | Description | Credits | |------|-------------|---------| | verify_claim | Full fact verif

MCPself-declared

Public facts

3

Change events

0

Artifacts

0

Freshness

Feb 25, 2026

Verifiededitorial-contentNo verified compatibility signals

Capability contract not published. No trust telemetry is available yet. Last updated 2/25/2026.

Trust evidence available

Trust score

Unknown

Compatibility

MCP

Freshness

Feb 25, 2026

Vendor

Webcite

Artifacts

0

Benchmarks

0

Last release

1.2.3

Executive Summary

Key links, install path, and a quick operational read before the deeper crawl record.

Verifiededitorial-content

Summary

Capability contract not published. No trust telemetry is available yet. Last updated 2/25/2026.

Setup snapshot

git clone https://github.com/strategyconnect/webcite-mcp-server.git
  1. 1

    Setup complexity is MEDIUM. Standard integration tests and API key provisioning are required before connecting this to production workloads.

  2. 2

    Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.

Evidence Ledger

Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.

Verifiededitorial-content
Vendor (1)

Vendor

Webcite

profilemedium
Observed Feb 25, 2026Source linkProvenance
Compatibility (1)

Protocol compatibility

MCP

contractmedium
Observed Feb 25, 2026Source linkProvenance
Security (1)

Handshake status

UNKNOWN

trustmedium
Observed unknownSource linkProvenance

Release & Crawl Timeline

Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.

Self-declaredagent-index

Artifacts Archive

Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.

Self-declaredGITHUB MCP

Extracted files

0

Examples

6

Snippets

0

Languages

typescript

Executable Examples

json

{
  "mcpServers": {
    "webcite": {
      "command": "npx",
      "args": ["-y", "webcite-mcp-server"],
      "env": {
        "WEBCITE_API_KEY": "wc_your_api_key_here"
      }
    }
  }
}

bash

# Add to Claude Code
claude mcp add webcite -- npx -y webcite-mcp-server

# Set API key
export WEBCITE_API_KEY=wc_your_api_key_here

json

{
  "mcpServers": {
    "webcite": {
      "command": "npx",
      "args": ["-y", "webcite-mcp-server"],
      "env": {
        "WEBCITE_API_KEY": "wc_your_api_key_here"
      }
    }
  }
}

json

{
  "mcpServers": {
    "webcite": {
      "command": "npx",
      "args": ["-y", "webcite-mcp-server"],
      "env": {
        "WEBCITE_API_KEY": "wc_your_api_key_here"
      }
    }
  }
}

json

{
  "experimental": {
    "modelContextProtocolServers": [
      {
        "transport": {
          "type": "stdio",
          "command": "npx",
          "args": ["-y", "webcite-mcp-server"]
        },
        "env": {
          "WEBCITE_API_KEY": "wc_your_api_key_here"
        }
      }
    ]
  }
}

json

{
  "cody.experimental.mcp.servers": {
    "webcite": {
      "command": "npx",
      "args": ["-y", "webcite-mcp-server"],
      "env": {
        "WEBCITE_API_KEY": "wc_your_api_key_here"
      }
    }
  }
}

Docs & README

Full documentation captured from public sources, including the complete README when available.

Self-declaredGITHUB MCP

Docs source

GITHUB MCP

Editorial quality

ready

WebCite MCP Server - Fact-check AI claims against authoritative sources. Works with any MCP-compatible agent or tool. WebCite MCP Server MCP (Model Context Protocol) server for WebCite - enables any AI agent or tool to verify factual claims against authoritative sources. Works with **any MCP-compatible client** including Claude Desktop, Claude Code, Cursor, Continue, Cody, Zed, Windsurf, OpenAI Agents SDK, LangChain, and more. Features | Tool | Description | Credits | |------|-------------|---------| | verify_claim | Full fact verif

Full README

WebCite MCP Server

MCP (Model Context Protocol) server for WebCite - enables any AI agent or tool to verify factual claims against authoritative sources.

Works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, Continue, Cody, Zed, Windsurf, OpenAI Agents SDK, LangChain, and more.

Features

| Tool | Description | Credits | |------|-------------|---------| | verify_claim | Full fact verification with stance analysis and verdict | 2-4 | | verify_claim_stream | Streaming verification for complex/long-running claims | 2-4 | | search_sources | Quick citation search without analysis | 2 | | list_citations | List your past verifications | Free | | get_citation | Get details of a specific verification | Free | | upload_file | Upload a document for use as verification context | - |

Installation

Claude Desktop

Add to claude_desktop_config.json:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "webcite": {
      "command": "npx",
      "args": ["-y", "webcite-mcp-server"],
      "env": {
        "WEBCITE_API_KEY": "wc_your_api_key_here"
      }
    }
  }
}

Claude Code (CLI)

# Add to Claude Code
claude mcp add webcite -- npx -y webcite-mcp-server

# Set API key
export WEBCITE_API_KEY=wc_your_api_key_here

Or add to ~/.claude/claude_settings.json:

{
  "mcpServers": {
    "webcite": {
      "command": "npx",
      "args": ["-y", "webcite-mcp-server"],
      "env": {
        "WEBCITE_API_KEY": "wc_your_api_key_here"
      }
    }
  }
}

Cursor

Add to .cursor/mcp.json in your project or ~/.cursor/mcp.json globally:

{
  "mcpServers": {
    "webcite": {
      "command": "npx",
      "args": ["-y", "webcite-mcp-server"],
      "env": {
        "WEBCITE_API_KEY": "wc_your_api_key_here"
      }
    }
  }
}

Continue

Add to ~/.continue/config.json:

{
  "experimental": {
    "modelContextProtocolServers": [
      {
        "transport": {
          "type": "stdio",
          "command": "npx",
          "args": ["-y", "webcite-mcp-server"]
        },
        "env": {
          "WEBCITE_API_KEY": "wc_your_api_key_here"
        }
      }
    ]
  }
}

Cody (VS Code)

Add to VS Code settings (settings.json):

{
  "cody.experimental.mcp.servers": {
    "webcite": {
      "command": "npx",
      "args": ["-y", "webcite-mcp-server"],
      "env": {
        "WEBCITE_API_KEY": "wc_your_api_key_here"
      }
    }
  }
}

Zed

Add to ~/.config/zed/settings.json:

{
  "context_servers": {
    "webcite": {
      "command": {
        "path": "npx",
        "args": ["-y", "webcite-mcp-server"]
      },
      "env": {
        "WEBCITE_API_KEY": "wc_your_api_key_here"
      }
    }
  }
}

Generic / Direct Usage

# Install globally
npm install -g webcite-mcp-server

# Run with API key
WEBCITE_API_KEY=wc_xxx webcite-mcp-server

# Or with npx (no install)
WEBCITE_API_KEY=wc_xxx npx webcite-mcp-server

Getting Your API Key

  1. Sign up at webcite.co
  2. Log in and go to API Keys in the sidebar
  3. Create a new API key
  4. Add it to your MCP configuration

Usage Examples

Verify a Claim

User: Verify this claim: "The Great Wall of China is visible from space"

# Fact Check: "The Great Wall of China is visible from space"

## Verdict: CONTRADICTED
Confidence: 92%
Summary: Multiple authoritative sources confirm this is a common misconception.

Source Breakdown:
- Supporting: 0
- Contradicting: 4
- Neutral: 1

## Sources

1. NASA - Great Wall of China
   URL: https://www.nasa.gov/...
   Stance: contradicts (95% confidence)
   Credibility: 98/100
   Analysis: NASA explicitly states the wall is not visible from low Earth orbit...

Verify with Thread Context

Use thread_id to group related verifications in a session:

User: Verify "Einstein won the Nobel Prize for relativity" with thread_id "research-session-1"

# The thread_id links this verification to others in the same session,
# so you can later retrieve all related fact-checks together.

Stream a Complex Verification

Use verify_claim_stream for complex or multi-part claims that may take longer to process:

User: Stream-verify "The iPhone was released in 2007, was the first smartphone,
      and was designed by Steve Wozniak"

# The streaming tool collects intermediate results (sub-claim decomposition,
# per-claim verification) and returns the assembled result.

Search for Sources

User: Search for sources about "quantum computing breakthroughs 2024"

# Search Results: "quantum computing breakthroughs 2024"

Found 8 sources:

1. Nature - Quantum Error Correction Milestone
   URL: https://nature.com/...
   Credibility: 95/100
   Snippet: "Researchers achieved a significant breakthrough in..."

Upload a Document

User: Upload my research paper for verification context

# File Uploaded Successfully

File ID: f_abc123
Filename: research-paper.pdf
Type: application/pdf
Size: 245832 bytes

Review Past Verifications

User: Show my recent fact-checks

# Your Verification History

Page 1 of 3 (28 total)

1. The Earth is 4.5 billion years old
   ID: abc123...
   Date: Jan 30, 2025

2. Coffee causes cancer
   ID: def456...
   Date: Jan 29, 2025

Tool Details

verify_claim

Full fact verification with optional stance analysis and verdict generation.

Parameters:

  • claim (required): The factual claim to verify
  • thread_id (optional): Thread ID to group related verifications in a session
  • include_stance (optional, default: true): Include stance analysis per source (+1 credit)
  • include_verdict (optional, default: true): Generate overall verdict (+1 credit)
  • decompose_claim (optional, default: false): Break complex claims into sub-claims

Credit Cost:

  • Base search: 2 credits
  • With stance: +1 credit
  • With verdict: +1 credit
  • Full verification: 4 credits

verify_claim_stream

Streaming verification for complex or long-running claims. Uses the SSE streaming endpoint to avoid HTTP timeouts and capture intermediate results (sub-claim decomposition, per-claim progress). Returns the same formatted output as verify_claim.

Prefer this over verify_claim when:

  • The claim is complex and may take a long time to verify
  • You want intermediate progress data (sub-claim decomposition, per-claim results)
  • You want to avoid HTTP timeouts on long-running verifications

Parameters:

  • claim (required): The factual claim to verify
  • thread_id (optional): Thread ID to group related verifications in a session
  • include_stance (optional, default: true): Include stance analysis per source
  • include_verdict (optional, default: true): Generate overall verdict
  • decompose_claim (optional, default: false): Break complex claims into sub-claims

Credit Cost: Same as verify_claim (2-4 credits)

search_sources

Quick citation search without analysis - returns raw sources.

Parameters:

  • query (required): Search query or claim
  • limit (optional, default: 10): Max sources to return (1-20)

Credit Cost: 2 credits

list_citations

List your past verification results.

Parameters:

  • page (optional, default: 1): Page number
  • limit (optional, default: 10): Results per page (max 50)
  • thread_id (optional): Filter by conversation thread

Credit Cost: Free

get_citation

Get full details of a specific verification.

Parameters:

  • citation_id (required): The citation ID to retrieve

Credit Cost: Free

upload_file

Upload a file to WebCite for use as verification context. Supports documents (PDF, DOCX, TXT) and other common file types.

Parameters:

  • file_path (required): Absolute path to the file to upload

Environment Variables

| Variable | Description | Default | |----------|-------------|---------| | WEBCITE_API_KEY | Your WebCite API key (required) | - | | WEBCITE_API_URL | API base URL | https://api.webcite.co |

Response Format

All verification results include:

  • Verdict: Overall assessment (supported/contradicted/mixed/unverifiable)
  • Confidence: 0-100% confidence score
  • Sources: List of authoritative citations
  • Stance Analysis: Per-source support/contradict assessment
  • Key Findings: Important facts extracted from sources
  • Corrections: When the claim contains inaccuracies

Pricing

| Plan | Monthly Credits | Price | |------|-----------------|-------| | Free | 50 | $0 | | Builder | 500 | $20/month | | Enterprise | 10,000+ | Contact Sales |

Support

License

MIT

Contract & API

Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.

MissingGITHUB MCP

Contract coverage

Status

missing

Auth

None

Streaming

No

Data region

Unspecified

Protocol support

MCP: self-declared

Requires: none

Forbidden: none

Guardrails

Operational confidence: low

No positive guardrails captured.
Invocation examples
curl -s "https://xpersona.co/api/v1/agents/mcp-strategyconnect-webcite-mcp-server/snapshot"
curl -s "https://xpersona.co/api/v1/agents/mcp-strategyconnect-webcite-mcp-server/contract"
curl -s "https://xpersona.co/api/v1/agents/mcp-strategyconnect-webcite-mcp-server/trust"

Reliability & Benchmarks

Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.

Missingruntime-metrics

Trust signals

Handshake

UNKNOWN

Confidence

unknown

Attempts 30d

unknown

Fallback rate

unknown

Runtime metrics

Observed P50

unknown

Observed P95

unknown

Rate limit

unknown

Estimated cost

unknown

Do not use if

Contract metadata is missing or unavailable for deterministic execution.
No benchmark suites or observed failure patterns are available.

Media & Demo

Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.

Missingno-media
No screenshots, media assets, or demo links are available.

Related Agents

Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.

Self-declaredprotocol-neighbors
GITLAB_AI_CATALOGgitlab-mcp

Rank

83

A Model Context Protocol (MCP) server for GitLab

Traction

No public download signal

Freshness

Updated 2d ago

MCP
GITLAB_PUBLIC_PROJECTSgitlab-mcp

Rank

80

A Model Context Protocol (MCP) server for GitLab

Traction

No public download signal

Freshness

Updated 2d ago

MCP
GITLAB_AI_CATALOGrmcp-openapi

Rank

74

Expose OpenAPI definition endpoints as MCP tools using the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)

Traction

No public download signal

Freshness

Updated 2d ago

MCP
GITLAB_AI_CATALOGrmcp-actix-web

Rank

72

An actix_web backend for the official Rust SDK for the Model Context Protocol (https://github.com/modelcontextprotocol/rust-sdk)

Traction

No public download signal

Freshness

Updated 2d ago

MCP
Machine Appendix

Contract JSON

{
  "contractStatus": "missing",
  "authModes": [],
  "requires": [],
  "forbidden": [],
  "supportsMcp": false,
  "supportsA2a": false,
  "supportsStreaming": false,
  "inputSchemaRef": null,
  "outputSchemaRef": null,
  "dataRegion": null,
  "contractUpdatedAt": null,
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Invocation Guide

{
  "preferredApi": {
    "snapshotUrl": "https://xpersona.co/api/v1/agents/mcp-strategyconnect-webcite-mcp-server/snapshot",
    "contractUrl": "https://xpersona.co/api/v1/agents/mcp-strategyconnect-webcite-mcp-server/contract",
    "trustUrl": "https://xpersona.co/api/v1/agents/mcp-strategyconnect-webcite-mcp-server/trust"
  },
  "curlExamples": [
    "curl -s \"https://xpersona.co/api/v1/agents/mcp-strategyconnect-webcite-mcp-server/snapshot\"",
    "curl -s \"https://xpersona.co/api/v1/agents/mcp-strategyconnect-webcite-mcp-server/contract\"",
    "curl -s \"https://xpersona.co/api/v1/agents/mcp-strategyconnect-webcite-mcp-server/trust\""
  ],
  "jsonRequestTemplate": {
    "query": "summarize this repo",
    "constraints": {
      "maxLatencyMs": 2000,
      "protocolPreference": [
        "MCP"
      ]
    }
  },
  "jsonResponseTemplate": {
    "ok": true,
    "result": {
      "summary": "...",
      "confidence": 0.9
    },
    "meta": {
      "source": "GITHUB_MCP",
      "generatedAt": "2026-04-17T06:01:26.749Z"
    }
  },
  "retryPolicy": {
    "maxAttempts": 3,
    "backoffMs": [
      500,
      1500,
      3500
    ],
    "retryableConditions": [
      "HTTP_429",
      "HTTP_503",
      "NETWORK_TIMEOUT"
    ]
  }
}

Trust JSON

{
  "status": "unavailable",
  "handshakeStatus": "UNKNOWN",
  "verificationFreshnessHours": null,
  "reputationScore": null,
  "p95LatencyMs": null,
  "successRate30d": null,
  "fallbackRate": null,
  "attempts30d": null,
  "trustUpdatedAt": null,
  "trustConfidence": "unknown",
  "sourceUpdatedAt": null,
  "freshnessSeconds": null
}

Capability Matrix

{
  "rows": [
    {
      "key": "MCP",
      "type": "protocol",
      "support": "unknown",
      "confidenceSource": "profile",
      "notes": "Listed on profile"
    },
    {
      "key": "mcp",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "mcp-server",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "model-context-protocol",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "claude",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "anthropic",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "fact-check",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "fact-checking",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "citation",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "webcite",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "verification",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "ai-safety",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "hallucination-detection",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "source-verification",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "cursor",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "claude-desktop",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    },
    {
      "key": "cli",
      "type": "capability",
      "support": "supported",
      "confidenceSource": "profile",
      "notes": "Declared in agent profile metadata"
    }
  ],
  "flattenedTokens": "protocol:MCP|unknown|profile capability:mcp|supported|profile capability:mcp-server|supported|profile capability:model-context-protocol|supported|profile capability:claude|supported|profile capability:anthropic|supported|profile capability:fact-check|supported|profile capability:fact-checking|supported|profile capability:citation|supported|profile capability:webcite|supported|profile capability:verification|supported|profile capability:ai-safety|supported|profile capability:hallucination-detection|supported|profile capability:source-verification|supported|profile capability:cursor|supported|profile capability:claude-desktop|supported|profile capability:cli|supported|profile"
}

Facts JSON

[
  {
    "factKey": "vendor",
    "category": "vendor",
    "label": "Vendor",
    "value": "Webcite",
    "href": "https://webcite.co",
    "sourceUrl": "https://webcite.co",
    "sourceType": "profile",
    "confidence": "medium",
    "observedAt": "2026-02-25T03:01:30.706Z",
    "isPublic": true
  },
  {
    "factKey": "protocols",
    "category": "compatibility",
    "label": "Protocol compatibility",
    "value": "MCP",
    "href": "https://xpersona.co/api/v1/agents/mcp-strategyconnect-webcite-mcp-server/contract",
    "sourceUrl": "https://xpersona.co/api/v1/agents/mcp-strategyconnect-webcite-mcp-server/contract",
    "sourceType": "contract",
    "confidence": "medium",
    "observedAt": "2026-02-25T03:01:30.706Z",
    "isPublic": true
  },
  {
    "factKey": "handshake_status",
    "category": "security",
    "label": "Handshake status",
    "value": "UNKNOWN",
    "href": "https://xpersona.co/api/v1/agents/mcp-strategyconnect-webcite-mcp-server/trust",
    "sourceUrl": "https://xpersona.co/api/v1/agents/mcp-strategyconnect-webcite-mcp-server/trust",
    "sourceType": "trust",
    "confidence": "medium",
    "observedAt": null,
    "isPublic": true
  }
]

Change Events JSON

[]

Sponsored

Ads related to webcite-mcp-server and adjacent AI workflows.