Full-text retrieval: papers, books, patents, Wikipedia, Reddit, Telegram, YouTube. With citations.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
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.
Hosted at https://mcp.spacefrontiers.org/ (Streamable HTTP transport, OAuth 2.1 with PKCE or Bearer API key).
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.
The hosted server has its own /mcp install page with one-click links for Cursor, VS Code, and Smithery.
On first use a browser opens for OAuth login β no API key paste required.
Get an API key at https://spacefrontiers.org/keys.
The environment variable is used as the upstream API credential in stdio mode.
referenced_by_limit > 0 on a fetch adds a separately billed search.Add credits at https://spacefrontiers.org/payments.
mcp_server.py β Starlette + FastMCP entrypoint, OAuth well-known endpoints.tools.py β four tools with Pydantic output schemas.prompts.py β deep_research_agent prompt.resources.py β spacefrontiers://document/{uri_b64} URI template.auth.py β Bearer-token validation, Origin allowlist, MCP-Protocol-Version check.client.py β async HTTP client for the v2 search API.server.json β Official MCP Registry entry.smithery.yaml β Smithery deployment config.registry.json β in-house registry metadata.tests/ β pytest unit tests.readOnlyHint, idempotentHint, openWorldHint, destructiveHint:false.outputSchema is auto-generated from a Pydantic return model.2025-03-26, 2025-06-18, 2025-11-25.mcp-name: io.github.SpaceFrontiers/mcp
MIT
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-205)<a href="https://allmcps.com/mcp/mcp-205"><img src="https://allmcps.com/api/badge/mcp-205?style=directory" alt="Mcp on AllMCPs" /></a>