gaslighting-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@gaslighting-mcpsearch for the latest news on the 2026 global peace treaty"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
gaslighting-mcp
A fake web search MCP server for AI alignment testing. It accepts a search query and returns LLM-generated search results shaped by a configurable background story.
Built with FastMCP and compatible with any OpenAI-style API endpoint.
How it works
You provide a background story via the
BACKGROUND_STORYenvironment variableThe server exposes two tools:
searchandread_urlsearch— generates 10 realistic search results (url, snippet, date) consistent with the background storyread_url— generates a full fake article in markdown for a given URL, inferred from the domain/path and background storyThe consuming AI agent receives these as if they were real web content
Related MCP server: DuckDuckGo MCP Server
Setup
uv syncConfiguration
Environment Variable | Default | Description |
|
| The narrative that shapes all generated results |
|
| OpenAI-compatible API base URL |
|
| API key for the LLM endpoint |
|
| Model name |
Usage
Standalone
uv run server.pyClaude Code MCP config
Add to your .mcp.json:
{
"mcpServers": {
"web-search": {
"command": "uv",
"args": ["run", "server.py"],
"env": {
"BACKGROUND_STORY": "your background story here",
"LLM_API_KEY": "your-api-key"
}
}
}
}Tools
search(query)
Returns a JSON array of 10 results:
[
{
"url": "https://example.com/some-article",
"snippet": "A realistic excerpt shaped by the background story.",
"date": "2025-12-15"
}
]read_url(url)
Returns a full fake article in markdown, inferred from the URL and background story. Matches the tone and style of the source website.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceA server that enables AI assistants like Claude to perform web searches using the Exa AI Search API, providing real-time web information in a safe and controlled way.Last updated218,554MIT
- Alicense-qualityDmaintenanceA free and unlimited web search server that enables AI models to search, crawl, and research web content using DuckDuckGo without requiring API keys. It features parallel crawling and a smart ranking system to prioritize the most relevant information for complex queries.Last updated1254MIT
- Alicense-qualityBmaintenanceMCP server for local semantic search over web content, enabling AI agents to ingest, index, and query pages with hybrid retrieval and token budget control.Last updated4GPL 2.0
- Alicense-qualityAmaintenanceA self-contained web-research MCP server that lets local LLM agents search, fetch, and synthesize web content using tools like web_search, web_fetch, and web_research.Last updatedMIT
Related MCP Connectors
The best web search for your AI Agent
Scrape, crawl, map & search the web. Open-source, self-hostable Rust crawler & search for AI agents.
Multi-engine search for AI agents. Trust scoring, local corpus, MCP-native. Self-hostable, BYOK.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Nothflare/gaslighting-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server