Back to Apps

In English, Please
Supports UIby nimrod-ai
Strip marketing fluff from startup websites and get plain-language summaries in seconds.
0 stars
Works in:claude
Exposes:Tools
What it does
In English, Please connects to the web to scrape startup homepages and about pages, using an LLM to translate corporate buzzwords into simple, kid-friendly language. It removes the fluff to give you the actual gist of what a company does.
Tools
get_company_truth: Scrapes a company website and returns a plain-language summary of their core offering.analyze_company: An alias for the core analysis tool for prompt compatibility.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"in-english-please": {
"command": "npm",
"args": ["run", "mcp"],
"cwd": "/path/to/inenglishplease"
}
}
}
Supported hosts
- Claude Desktop
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"in-english-please": {
"command": "npm",
"args": ["run", "mcp"],
"cwd": "/path/to/inenglishplease"
}
}
}





