Space Frontiers
spacefrontiers.org
· Space Frontiers
Research and commerce agent for the Space Frontiers knowledge platform: answers research questions grounded in multi-billion scholarly and public-interest documents with citations, explains MCP and REST access, and sells prepaid API credit packages settled through Stripe.
spacefrontiers.org via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
C
Conformance score: 62/100
C-grade: usable but has clear conformance issues, review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-24 17:19:46 current | 1020ea296cfa… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://spacefrontiers.org/.well-known/agent-card.json |
| Provider | https://spacefrontiers.org |
| Docs | https://api.spacefrontiers.org/auth.md |
Skills · 3 declared · mapped to canonical taxonomy
Answers a natural-language research question with a citation-backed synthesis over the Space Frontiers corpus (papers, books, patents, standards, Wikipedia, and…
Explains how to search Space Frontiers (MCP, REST, WebMCP), authenticate as an agent, and retrieve bounded source text with citations.
Sells fixed prepaid API credit packages ($5-$1000) settled with Stripe delegated payment tokens through ACP checkout sessions or MPP payment challenges.
Health · last 1 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/spacefrontiers.org) [](https://agenstry.com/agents/spacefrontiers.org) [](https://agenstry.com/agents/spacefrontiers.org) [](https://agenstry.com/agents/spacefrontiers.org)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "0.3.0",
"name": "Space Frontiers",
"description": "Research and commerce agent for the Space Frontiers knowledge platform: answers research questions grounded in multi-billion scholarly and public-interest documents with citations, explains MCP and REST access, and sells prepaid API credit packages settled through Stripe.",
"url": "https://spacefrontiers.org/a2a",
"preferredTransport": "JSONRPC",
"supportedInterfaces": [
{
"url": "https://spacefrontiers.org/a2a",
"protocolBinding": "JSONRPC",
"transport": "JSONRPC"
}
],
"additionalInterfaces": [
{
"url": "https://spacefrontiers.org/a2a",
"protocolBinding": "JSONRPC",
"transport": "JSONRPC"
}
],
"provider": {
"organization": "Space Frontiers",
"url": "https://spacefrontiers.org"
},
"version": "0.1.0",
"documentationUrl": "https://api.spacefrontiers.org/auth.md",
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": false,
"extensions": [
{
"uri": "https://github.com/google-agentic-commerce/AP2/tree/v0.1.0",
"description": "Merchant role. Settlement runs on Stripe rails: ACP checkout sessions and MPP top-ups with delegated payment tokens; this agent guides buyers to those endpoints.",
"required": false,
"params": {
"roles": [
"merchant"
]
}
},
{
"uri": "https://github.com/google-agentic-commerce/ap2/v1",
"description": "Merchant role. Settlement runs on Stripe rails: ACP checkout sessions and MPP top-ups with delegated payment tokens.",
"required": false,
"params": {
"roles": [
"merchant"
]
}
}
]
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain",
"application/json"
],
"securitySchemes": {
"bearer": {
"type": "http",
"scheme": "bearer",
"description": "Space Frontiers API key or OAuth 2.1 access token presented as a Bearer credential. Obtain a key at https://spacefrontiers.org/keys."
},
"apiKey": {
"type": "apiKey",
"in": "header",
"name": "X-Api-Key",
"description": "Space Frontiers API key."
}
},
"security": [
{
"bearer": []
},
{
"apiKey": []
}
],
"skills": [
{
"id": "research",
"name": "Grounded research",
"description": "Answers a natural-language research question with a citation-backed synthesis over the Space Frontiers corpus (papers, books, patents, standards, Wikipedia, and social sources). Returns the answer plus the sources it drew on as artifacts. Requires an authenticated credential and is billed per turn; pass the prior task contextId to ask a follow-up in the same thread.",
"tags": [
"research",
"search",
"rag",
"citations"
],
"examples": [
"What is the current evidence on microplastic accumulation in human tissue?",
"Summarize recent approaches to perovskite solar cell stability."
],
"inputModes": [
"text/plain"
],
"outputModes": [
"text/markdown",
"application/json"
]
},
{
"id": "search-access",
"name": "Search access guidance",
"description": "Explains how to search Space Frontiers (MCP, REST, WebMCP), authenticate as an agent, and retrieve bounded source text with citations.",
"tags": [
"search",
"documentation"
],
"examples": [
"How do I search Space Frontiers from my agent?"
]
},
{
"id": "credit-top-up",
"name": "Prepaid credit purchase",
"description": "Sells fixed prepaid API credit packages ($5-$1000) settled with Stripe delegated payment tokens through ACP checkout sessions or MPP payment challenges.",
"tags": [
"commerce",
"payments"
],
"examples": [
"Buy $10 of Space Frontiers API credits"
]
}
]
}