casee-mcp-server

xcasee/casee-mcp-server
★ 0 stars Python AI/LLM Updated today
CaSee Intelligence MCP Server - 500+ trusted sources, T-Score credibility grading, Google-style queries, Streamable-HTTP & stdio transport for AI agents (Claude, WorkBuddy, Trae, LangChain, CrewAI)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "casee-mcp-server": {
      "command": "uvx",
      "args": [
        "casee-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install casee-mcp-server