MCP server for fact-checking AI claims against authoritative sources. Works with any MCP-compatible agent — Claude, Cursor, Continue, Cody, Zed, Windsurf, OpenAI Agents, LangChain, and more.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"webcite-mcp-server": {
"command": "npx",
"args": [
"-y",
"strategyconnect/webcite-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add webcite-mcp-server npx -y strategyconnect/webcite-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"webcite-mcp-server": {
"command": "npx",
"args": [
"-y",
"strategyconnect/webcite-mcp-server"
]
}
}
}
📋 Copy
Topics
ai-agents ai-safety anthropic citation claude claude-desktop cursor fact-checking hallucination-detection langchain mcp mcp-server model-context-protocol openai webcite