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 |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/luminarylane/fact-checker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server