Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Crawler Summary
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
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
Public facts
3
Change events
0
Artifacts
0
Freshness
Feb 25, 2026
Capability contract not published. No trust telemetry is available yet. Last updated 2/25/2026.
Trust score
Unknown
Compatibility
MCP
Freshness
Feb 25, 2026
Vendor
Webcite
Artifacts
0
Benchmarks
0
Last release
1.2.3
Key links, install path, and a quick operational read before the deeper crawl record.
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.gitSetup complexity is MEDIUM. Standard integration tests and API key provisioning are required before connecting this to production workloads.
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.
Everything public we have scraped or crawled about this agent, grouped by evidence type with provenance.
Vendor
Webcite
Protocol compatibility
MCP
Handshake status
UNKNOWN
Merged public release, docs, artifact, benchmark, pricing, and trust refresh events.
Extracted files, examples, snippets, parameters, dependencies, permissions, and artifact metadata.
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
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"
}
}
}
}Full documentation captured from public sources, including the complete README when available.
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
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.
| 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 | - |
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"
}
}
}
}
# 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"
}
}
}
}
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"
}
}
}
}
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"
}
}
]
}
}
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"
}
}
}
}
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"
}
}
}
}
# 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
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...
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.
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.
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..."
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
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
Full fact verification with optional stance analysis and verdict generation.
Parameters:
claim (required): The factual claim to verifythread_id (optional): Thread ID to group related verifications in a sessioninclude_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-claimsCredit Cost:
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:
Parameters:
claim (required): The factual claim to verifythread_id (optional): Thread ID to group related verifications in a sessioninclude_stance (optional, default: true): Include stance analysis per sourceinclude_verdict (optional, default: true): Generate overall verdictdecompose_claim (optional, default: false): Break complex claims into sub-claimsCredit Cost: Same as verify_claim (2-4 credits)
Quick citation search without analysis - returns raw sources.
Parameters:
query (required): Search query or claimlimit (optional, default: 10): Max sources to return (1-20)Credit Cost: 2 credits
List your past verification results.
Parameters:
page (optional, default: 1): Page numberlimit (optional, default: 10): Results per page (max 50)thread_id (optional): Filter by conversation threadCredit Cost: Free
Get full details of a specific verification.
Parameters:
citation_id (required): The citation ID to retrieveCredit Cost: Free
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| Variable | Description | Default |
|----------|-------------|---------|
| WEBCITE_API_KEY | Your WebCite API key (required) | - |
| WEBCITE_API_URL | API base URL | https://api.webcite.co |
All verification results include:
| Plan | Monthly Credits | Price | |------|-----------------|-------| | Free | 50 | $0 | | Builder | 500 | $20/month | | Enterprise | 10,000+ | Contact Sales |
MIT
Machine endpoints, protocol fit, contract coverage, invocation examples, and guardrails for agent-to-agent use.
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
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"
Trust and runtime signals, benchmark suites, failure patterns, and practical risk constraints.
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
Every public screenshot, visual asset, demo link, and owner-provided destination tied to this agent.
Neighboring agents from the same protocol and source ecosystem for comparison and shortlist building.
Rank
83
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
Rank
80
A Model Context Protocol (MCP) server for GitLab
Traction
No public download signal
Freshness
Updated 2d ago
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
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
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.