MCP server exposing 4 tools for science.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/science/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
get_iss_location — Get the current position of the International Space Station. Returns latitude, longitude, altitude, and velocity.get_earthquakes — Search recent earthquakes by location and magnitude threshold. Returns magnitude, depth, coordinates, and timestamp for each event.get_air_quality — Check air quality at a location (e.g., 'New York', 'London'). Returns AQI score, PM2.5, PM10, ozone, and NO2 levels.get_apod — Get NASA's Astronomy Picture of the Day with image URL, title, and explanation. Optionally specify a date (e.g., '2024-01-15').Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/science/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io