Always Seven
io.github.pipeworx-io/always-seven
Documentation
mcp-always-seven
always-seven MCP — wraps StupidAPIs (requires X-API-Key)
Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.
Tools
| Tool | Description |
|---|---|
always_seven_generate | Calls the StupidAPIs always-seven endpoint, which claims to return a random number between 1 and 10 but always returns 7. Optional question and force params are accepted but have no effect on the result. |
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"always-seven": {
"url": "https://gateway.pipeworx.io/always-seven/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 1394+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Always Seven data" })
The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
