Citable retrieval across papers, books, patents, Wikipedia, and live social sources.
io.github.SpaceFrontiers/mcp is a full-text retrieval server that aggregates content from papers, books, patents, Wikipedia, Reddit, Telegram, and YouTube, returning full texts with canonical source URIs for citations. It provides a structured retrieval layer for AI agents and supports streamable HTTP transport with OAuth 2.1 PKCE or Bearer API key authentication.
๐ ๏ธ Key Features
Full-text retrieval across diverse sources
Canonical source URIs included for citations
Streamable HTTP transport
OAuth 2.1 with PKCE or Bearer API key authentication
A retrieval layer for AI agents over peer-reviewed papers, books, patents, standards, Wikipedia, Reddit, Telegram, Discord, and YouTube. Returns bounded full text and canonical source URIs for citation.
All four tools are read-only, idempotent, and prefixed spacefrontiers_ to avoid collisions in multi-server agent setups.
Tool
When to use
spacefrontiers_search_documents
Peer-reviewed papers, books, patents, Wikipedia. Use for citations and prior art.
spacefrontiers_search_social
Reddit, Telegram channels, YouTube transcripts. Use for news and community discussion.
spacefrontiers_fetch_document
Bounded full text + up to 50 references for one canonical URI. Defaults to 40K characters; supports up to 100K.
spacefrontiers_search_in_document
Up to five matching passages within one document. Use for documents over ~20K tokens.
Search defaults to 10 compact, hybrid-ranked results and is capped at 30. Every hit includes a canonical source_uri, one snippet (up to 900 characters), an abstract preview (up to 800 characters), score, authors, date, type, and estimated full-text size. Citation backlinks are opt-in on spacefrontiers_fetch_document because they add another billed search.
Install
The hosted server has its own /mcp install page with one-click links for Cursor, VS Code, and Smithery.
Claude Code (recommended)
sh
claude mcp add --transport http --scope user spacefrontiers https://mcp.spacefrontiers.org
On first use a browser opens for OAuth login โ no API key paste required.