Add Cosmic Live Data (geophysics API) to Data & Social APIs#440
Open
dotrockets wants to merge 2 commits into
Open
Add Cosmic Live Data (geophysics API) to Data & Social APIs#440dotrockets wants to merge 2 commits into
dotrockets wants to merge 2 commits into
Conversation
Real-time geophysics API (KP-index, Schumann resonance from Tomsk, solar wind, X-ray flux), x402 v2, $0.05 USDC/call on Base. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Cosmic data + AI-visibility + screenshot + scrape→markdown + web search, with catalog, MCP server and /.well-known discovery. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
Ran a no-payment external reachability pass against the submitted public surface. I did not send payment headers, signatures, or paid calls. Repro: curl -L -sS -D - --max-time 15 https://x402.dotrockets.com/.well-known/x402 -o /tmp/x402
curl -L -sS -D - --max-time 15 https://x402.dotrockets.com/.well-known/x402.json -o /tmp/x402-json
curl -L -sS -D - --max-time 15 https://x402.dotrockets.com/.well-known/agent.json -o /tmp/agent-json
curl -L -sS -D - --max-time 15 https://x402.dotrockets.com/llms.txt -o /tmp/llms
curl -L -sS -D - --max-time 15 https://x402.dotrockets.com/v1/preview -o /tmp/preview
npx --yes x402-surface-check@latest --endpoint --method GET https://x402.dotrockets.com/v1/cosmic --origin https://x402.dotrockets.comObserved from this network:
Patch note before merge: verify public reachability from outside your deployment network and make sure the free preview plus discovery aliases return quickly. Once those respond, the next check is whether |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Cosmic Live Data to the Data & Social APIs section.
A live x402 endpoint serving real-time geophysics for AI agents: planetary KP-index, Schumann resonance amplitude measured at Tomsk State University (continuous since 1997), solar wind speed, and solar X-ray flux class. One JSON call, refreshed every 5 minutes.
/v1/preview🤖 Generated with Claude Code