Fact-Checker MCP Server
by luminarylane
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Bind address | 0.0.0.0 |
| PORT | No | REST API port | 8004 |
| MCP_PORT | No | MCP transport port | 8005 |
| REDIS_URL | No | Redis connection URL (optional) | |
| ANTHROPIC_MODEL | No | Model to use for verification | claude-haiku-4-5-20251001 |
| ANTHROPIC_API_KEY | Yes | Required. Anthropic API key | |
| CACHE_TTL_DURABLE | No | Cache TTL for durable facts (30 days) | 2592000 |
| CACHE_TTL_VOLATILE | No | Cache TTL for volatile facts (1 hour) | 3600 |
| CACHE_TTL_PERMANENT | No | Cache TTL for permanent facts (seconds, -1 = no expiry) | -1 |
| CACHE_TTL_TRANSIENT | No | Cache TTL for transient facts (1 day) | 86400 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues