No MCP Server

1000+ creative ways to say no. Polite, humorous, professional rejection responses.

Remote serverstreamable-httpPython

What is the No MCP server?

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.

The short version

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:

  • No Authentication — - No credit card, no signup, no value proposition
  • Fast Response Times — - Because waiting to say no is apparently unacceptable
  • Global Distribution — - Say no from anywhere in the world, instantly
  • No Tracking — - We don't care enough to track you
  • Rate Limited — - 30 requests per minute. One every 2 seconds. Still generous
  • MCP Compatible — * - *Via a local stdio wrapper because SSE transport would make too much sense

Getting it running

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 tools it exposes

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 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);

What it needs from you

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)

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

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.

Available tools

ToolWhat it does
getRandomNoGet a creative rejection (optional category: polite, humorous, professional, creative)
getNoCountGet the total count (1,021)
PrerequisitesThe Prerequisites tool exposed by this server.
InstallationThis shows your full path, something like: /Users/yourname/no-as-a-service
TroubleshootingThe Troubleshooting tool exposed by this server.
JavaScriptconst data = await response.json(); console.log(data.result.response);

How to install the No MCP server

{
  "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.

Configuration

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)

VariableDescriptionRequired
API_BASE_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use No to getRandomNo.
  • Use No to getNoCount.
  • Use No to Prerequisites.

Frequently asked questions

It connects No to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (getRandomNo, getNoCount, Prerequisites, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with No directly.