Space Frontiers
Full-text retrieval for AI agents over peer-reviewed papers, books, patents, Wikipedia, Reddit, Telegram, and YouTube.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add spacefrontiers/search
# Browse available tools
npx -y smithery tool list spacefrontiers/search
# Get full schema for a tool
npx -y smithery tool get spacefrontiers/search spacefrontiers_search_documents
# Call a tool
npx -y smithery tool call spacefrontiers/search spacefrontiers_search_documents '{}'Direct MCP Connection
Endpoint: https://search--spacefrontiers.run.tools
Tools (4)
spacefrontiers_search_documents— Search peer-reviewed papers, books, patents, and Wikipedia in the Space Frontiersdocumentsindex.spacefrontiers_search_social— Search Reddit, Telegram channels, and YouTube transcripts in the Space Frontierssocialindex.spacefrontiers_fetch_document— Retrieve the full text, metadata, and references of one Space Frontiers document.spacefrontiers_search_in_document— Find specific passages inside one Space Frontiers document without reading the whole body.
# Get full input/output schema for a tool
npx -y smithery tool get spacefrontiers/search Prompts (1)
deep_research_agent— A meticulous deep-research agent that finds high-quality, citable evidence and synthesizes accurate answers grounded in…