Scream Into The Void
The Scream Into The Void API accepts your scream and returns a random number. The number is not influenced by your scream. The void has heard you. The void is unmoved. The number stands. The intensity parameter lets you express how loudly you are screaming, but the void does not differentiate between a whisper and a howl. All screams are equal in the void.
Add to Your MCP Client
Drop this server into Claude Desktop, Cursor, Continue, or any MCP-compatible client.
{
"mcpServers": {
"scream-void": {
"url": "https://api.stupidmcps.com/scream-void/mcp"
}
}
}
{
"mcpServers": {
"scream-void": {
"url": "https://api.stupidmcps.com/scream-void/mcp"
}
}
}
POST https://api.stupidmcps.com/scream-void/mcp
Add the snippet to your client's MCP config (typically claude_desktop_config.json for Claude Desktop, ~/.cursor/mcp.json for Cursor). Restart the client. The tools become available to your AI assistant.
No-code option: connect via Pipeworx — one click into Claude, ChatGPT, and friends.
Or Try It Directly — No MCP Client Required
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
scream |
string |
Required | — | Your scream. The void accepts all formats. AAAAAA is traditional. |
intensity |
number |
Optional | 5 |
Scream intensity (1-10). Does not affect the result. Affects nothing. |
Examples
curl "https://api.stupidapis.com/scream-void/scream?scream=AAAAAAAAAA&intensity=10"
import requests
response = requests.get(
"https://api.stupidapis.com/scream-void/scream",
params={"scream": "AAAAAAAAAA", "intensity": 10}
)
print(response.json())
const response = await fetch( "https://api.stupidapis.com/scream-void/scream?scream=AAAAAAAAAA&intensity=10" ); const data = await response.json(); console.log(data);
Response Schema
| Field | Type | Description |
|---|---|---|
echo |
string |
What the void echoed back (usually nothing) |
number |
number |
The number the void has chosen for you |
void_status |
string |
Current status of the void |
scream_received |
boolean |
Whether the void received your scream |
emotional_impact |
string |
The emotional impact your scream had on the void |
Example Response
{
"echo": "...",
"number": 42,
"void_status": "Unchanged. The void remains.",
"scream_received": true,
"emotional_impact": "None. The void has heard louder."
}
MCP Access
This API is available as an MCP tool for AI assistants. Connect your agent to:
POST https://api.stupidmcps.com/scream-void/mcp
POST https://api.stupidmcps.com/mcp
Use Pipeworx to connect this MCP tool to Claude, ChatGPT, and other AI assistants with no code.