ISS Coordinates Number
The ISS Coordinates Number API retrieves the current position of the International Space Station, which is traveling at 7.66 km/s somewhere above Earth, and performs undisclosed mathematical operations on its coordinates to produce a random number. The crew was not informed. The methodology involves latitude, longitude, and altitude in ways that would not survive peer review.
Add to Your MCP Client
Drop this server into Claude Desktop, Cursor, Continue, or any MCP-compatible client.
{
"mcpServers": {
"iss-number": {
"url": "https://api.stupidmcps.com/iss-number/mcp"
}
}
}
{
"mcpServers": {
"iss-number": {
"url": "https://api.stupidmcps.com/iss-number/mcp"
}
}
}
POST https://api.stupidmcps.com/iss-number/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 |
|---|
Examples
curl "https://api.stupidapis.com/iss-number/generate"
import requests
response = requests.get("https://api.stupidapis.com/iss-number/generate")
print(response.json())
const response = await fetch("https://api.stupidapis.com/iss-number/generate");
const data = await response.json();
console.log(data);
Response Schema
| Field | Type | Description |
|---|---|---|
number |
number |
Your space-derived random number |
latitude |
number |
ISS latitude at time of generation |
longitude |
number |
ISS longitude at time of generation |
altitude |
string |
ISS altitude |
speed |
string |
ISS speed |
crew_informed |
boolean |
Whether the crew was told about this. Always false. |
Example Response
{
"number": 64,
"latitude": 41.2,
"longitude": -87.3,
"altitude": "408 km",
"speed": "7.66 km/s",
"crew_informed": false
}
MCP Access
This API is available as an MCP tool for AI assistants. Connect your agent to:
POST https://api.stupidmcps.com/iss-number/mcp
POST https://api.stupidmcps.com/mcp
Use Pipeworx to connect this MCP tool to Claude, ChatGPT, and other AI assistants with no code.