We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adityapawar327/news-factchecker-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[project]
name = "factchck"
version = "3.0.0"
description = "A modern MCP server for fact-checking news headlines using AI and web search"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"mcp>=1.9.4",
"google-generativeai>=0.8.0",
"httpx>=0.27.0",
"python-dotenv>=1.0.0"
]
[[project.authors]]
name = "Aditya"
email = "adityapawar327@gmail.com"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project.scripts]
factchck = "factchck.news_factcheck:main"