Sassy Factcheck Bot MCP Server

</td> <td style="padding-left: 20px; vertical-align: top;"> <strong>Valentina Factcheck 💅</strong> <code>she/her</code>

Local serverstdioPython

What is the Sassy Factcheck Bot MCP server?

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

The tools it exposes

The server publishes 4 tools. What each one is for:

  • content — "Apple cider vinegar burns belly fat instantly"
  • username — "wellness_guru_fake"
  • Prerequisites — The Prerequisites tool exposed by this server
  • Installation — 1. Clone and set up virtual environment bash git clone https://github.com/sangreal-007/sassy-factcheck-bot.git cd sassy-factcheck-bot

What it needs from you

Configuration is passed through the environment: ANTHROPIC_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Sassy Factcheck Bot's toolset — content, username, Prerequisites and 1 more — is a fair guide to whether it matches your workflow. It is maintained by sangreal-007; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Sassy Factcheck Bot's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
content"Apple cider vinegar burns belly fat instantly"
username"wellness_guru_fake"
PrerequisitesThe Prerequisites tool exposed by this server.
Installation1. **Clone and set up virtual environment** bash git clone https://github.com/sangreal-007/sassy-factcheck-bot.git cd sassy-factcheck-bot

How to install the Sassy Factcheck Bot MCP server

```json
   {
     "mcpServers": {
       "instagram_dms": {
         "command": "/Users/yourusername/.local/bin/uv",
         "args": [
           "run",
           "--directory",
           "/Users/yourusername/instagram_dm_mcp",
           "python",
           "src/mcp_server.py"
         ]
       },
       "sassy_factcheck": {
         "command": "/Users/yourusername/sassy-factcheck-bot/venv/bin/python",
         "args": ["/Users/yourusername/sassy-factcheck-bot/src/mcp_server.py"],
         "cwd": "/Users/yourusername/sassy-factcheck-bot"
       }
     }
   }

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
ANTHROPIC_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Sassy Factcheck Bot to content.
  • Use Sassy Factcheck Bot to username.
  • Use Sassy Factcheck Bot to Prerequisites.

Frequently asked questions

It connects Sassy Factcheck Bot to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (content, username, Prerequisites, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Sassy Factcheck Bot directly.