Labsco
SpaceFrontiers logo

Space Frontiers

โ˜… 10

from SpaceFrontiers

Interfaces with the Space Frontiers API, enabling language models to interact with its data sources.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

โŒ labsco summary โ€” our analysis, not the vendor's

What it is โ€” a retrieval MCP server that gives AI agents searchable access to peer-reviewed papers, books, patents, Wikipedia, Reddit, Telegram, and YouTube, returning full text and citable source URIs.

What you get โ€”

  • spacefrontiers_search_documents for papers/books/patents/Wikipedia, e.g. "find prior art on lithium-air batteries"
  • spacefrontiers_search_social for Reddit, Telegram, and YouTube transcripts
  • spacefrontiers_fetch_document for full text + references by DOI, arXiv, PMID, or ISBN
  • spacefrontiers_search_in_document for passage-level search inside long documents
  • Every hit carries source_uri, score, snippet, authors, and issued_date for clean citation

Requirements โ€” the hosted server uses OAuth login (browser flow, no key paste) for Claude Code; for HTTP clients or self-hosting you need an API key from spacefrontiers.org.

Cost snapshot โ€” the server is free and MIT-licensed. The hosted API requires a Space Frontiers account/key; the README doesn't list its pricing.

Setup effort โ€” one-liner: claude mcp add --transport http spacefrontiers https://mcp.spacefrontiers.org, or self-host via uv sync.

Our take โ€” A well-built research retrieval layer with strong citation metadata; the caveat is that the good path is the hosted service, so you're depending on Space Frontiers' backend and account.

Source: the project README โ€” summarized 2026-07-08.