1000+ creative ways to say no. Polite, humorous, professional rejection responses.
1000+ creative ways to say no. Polite, humorous, professional rejection responses. That is what the no mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
An API service providing 1,000+ creative ways to decline requests. For those who find saying "no" requires more architectural complexity than it deserves, or who simply appreciate the precision of professionally crafted rejection.
NoaaS is a REST API service with an MCP server wrapper that provides creative rejection responses across four categories:
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
The server publishes 6 tools. What each one is for:
getRandomNo — Get a creative rejection (optional category: polite, humorous, professional, creative)getNoCount — Get the total count (1,021)Prerequisites — The Prerequisites tool exposed by this serverInstallation — This shows your full path, something like: /Users/yourname/no-as-a-serviceTroubleshooting — The Troubleshooting tool exposed by this serverJavaScript — const data = await response.json(); console.log(data.result.response);Configuration is passed through the environment: API_BASE_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
You need Node.js (v18+) and Git installed: - macOS: brew install node git - Windows: Download from nodejs.org - Linux: Use your package manager (e.g., apt install nodejs git)
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. No's toolset — getRandomNo, getNoCount, Prerequisites and 3 more — is a fair guide to whether it matches your workflow. It is maintained by Koneisto; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| getRandomNo | Get a creative rejection (optional category: polite, humorous, professional, creative) |
| getNoCount | Get the total count (1,021) |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Installation | This shows your full path, something like: /Users/yourname/no-as-a-service |
| Troubleshooting | The Troubleshooting tool exposed by this server. |
| JavaScript | const data = await response.json(); console.log(data.result.response); |
{
"mcpServers": {
"no-as-a-service": {
"command": "npx",
"args": ["-y", "wrangler"],
"env": {
"API_BASE_URL": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
You need Node.js (v18+) and Git installed: - macOS: brew install node git - Windows: Download from nodejs.org - Linux: Use your package manager (e.g., apt install nodejs git)
| Variable | Description | Required |
|---|---|---|
| API_BASE_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.