mcp-spacefrontiers
OfficialThis MCP server provides semantic search and document retrieval across scholarly literature (PubMed, arXiv, bioRxiv, medRxiv), Wikipedia, and social media platforms (Telegram, Reddit) through the Space Frontiers API.
Core Capabilities:
Query-Based Search - Perform semantic searches across all sources with optional date range filtering, specific channel/subreddit filters, and configurable result limits (1-100, default 50)
Recent Content Discovery - Retrieve the latest publications or posts from specific sources based on recency rather than search queries
Document Resolution - Convert identifiers (DOIs, ISBNs, PubMed IDs, URLs) into standardized URIs
Metadata Retrieval - Efficiently fetch document information (title, authors, abstract, references) without accessing full content
Filtered Content Access - Get specific snippets from documents using URIs and search queries, returning only relevant content
Structured Results - Returns metadata, relevance scores, text snippets with field attribution, pagination indicators (
has_next), and total counts
Recommended Workflow: Search → resolve IDs → get metadata → get filtered content
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-spacefrontierssearch for recent papers on Mars colonization"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Machine Library MCP Server
Machine Library is the search and AI product by Space Frontiers Company.
Existing accounts, API keys, and spacefrontiers_* tool names remain compatible.
The original https://mcp.spacefrontiers.org endpoint is still supported.
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.machinelibrary.ai/ (Streamable HTTP transport, OAuth 2.1 with PKCE or Bearer API key).
Try a worked example: Find research, inspect supporting passages, and retain citations. Includes exact tool calls and observations from a live run, plus a small evaluation checklist for research teams.
Tools
The four core retrieval tools below are read-only, idempotent, and prefixed spacefrontiers_ to avoid collisions in multi-server agent setups. The hosted service may expose additional tools; inspect its current tools/list. In particular, the optional spacefrontiers_top_up_balance capability purchases prepaid credits and is not a read-only retrieval tool.
Tool | When to use |
| Papers, books, patents, standards, Wikipedia, YouTube transcripts. Use for citations and prior art. |
| Reddit, Telegram channels, Discord. Use for news and community discussion. |
| Bounded full text + up to 50 references for one canonical URI. Defaults to 40K characters; supports up to 100K. |
| 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.
Related MCP server: ResearchTwin
Install
The hosted server has its own /mcp install page with one-click links for Cursor, VS Code, and Smithery.
Claude Code (recommended)
claude mcp add --transport http --scope user spacefrontiers https://mcp.machinelibrary.aiOn first use a browser opens for OAuth login — no API key paste required.
Cursor / VS Code / Cline / Windsurf (HTTP)
{
"mcpServers": {
"spacefrontiers": {
"type": "http",
"url": "https://mcp.machinelibrary.ai",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}Get an API key at https://machinelibrary.ai/keys.
Self-hosted (stdio)
git clone https://github.com/SpaceFrontiers/mcp.git
cd mcp
uv sync
SEARCH_API_ENDPOINT=https://api.machinelibrary.ai \
SPACE_FRONTIERS_API_KEY=sf_live_xxx uv run fastmcp run mcp_server.pyThe environment variable is used as the upstream API credential in stdio mode.
The command selects the public Machine Library API with SEARCH_API_ENDPOINT.
The internal default remains http://search-api for existing deployments.
For HTTP deployments, set SEARCH_API_ENDPOINT to your trusted internal
search API and USERS_API_ENDPOINT to your internal users API; the auth
middleware forwards verified identity headers to that internal service.
OAuth retains the compatible authorization-server issuer at
https://api.spacefrontiers.org; browser sign-in for the new product uses
https://machinelibrary.ai with the same accounts.
Pricing
Search: $0.01 base + $0.001 per returned result (the 10-result MCP default costs $0.02).
Full document fetch: $0.05.
In-document passage search: $0.015.
referenced_by_limit > 0on a fetch adds a separately billed search.
Add credits at https://machinelibrary.ai/payments.
Repository layout
mcp_server.py— Starlette + FastMCP entrypoint, OAuth well-known endpoints.tools.py— four tools with Pydantic output schemas.prompts.py—deep_research_agentprompt.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.
Spec compliance
Transport: Streamable HTTP, stateless.
Auth: OAuth 2.1 with RFC 7591 Dynamic Client Registration; long-lived API keys also accepted.
Annotations: every tool declares
readOnlyHint,idempotentHint,openWorldHint,destructiveHint:false.Output schemas: every tool's
outputSchemais auto-generated from a Pydantic return model.Resources: one URI template registered for documents.
Spec versions accepted:
2025-03-26,2025-06-18,2025-11-25.
Development
uv sync
uv run pytest
uv run ruff check .mcp-name: io.github.SpaceFrontiers/mcp
License
MIT
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
6 tool updates
v1.0.0- Removed
get_recent_posts_from_reddit - Removed
get_recent_posts_from_telegram - Removed
get_recent_scholar_publications - Removed
reddit_search - Removed
research_tool - Removed
telegram_search
6 tool updates
- First observed
get_recent_posts_from_reddit - First observed
get_recent_posts_from_telegram - First observed
get_recent_scholar_publications - First observed
reddit_search - First observed
research_tool - First observed
telegram_search
Maintenance
Related MCP Connectors
Academic research search across PubMed and arXiv
Search Google Scholar for academic papers, citations, and author profiles.
Academic paper search, scientific literature, citation analysis, arXiv & semantic related-work.
ArXiv preprints + Google Scholar papers, with citation counts in one query.
Related MCP Servers
- AlicenseBqualityFmaintenanceSearch and retrieve academic papers from arXiv and DBLP databases, with AI-powered prompts to generate comprehensive research summaries, discover related topics, and identify leading authors in any field.219 PyPI2MIT
- AlicenseAqualityCmaintenanceFor AI agents and humans: Discover researchers, publications, datasets, and code repositories across a federated network of researcher digital twins. Compute S-Index impact metrics combining citation data from Semantic Scholar and Google Scholar with code and dataset quality scores from GitHub and Figshare.81MIT
- AlicenseNot gradedqualityDmaintenanceEnables searching, downloading, and exporting academic papers from 20+ scholarly sources including arXiv, PubMed, and Semantic Scholar. Supports multi-source concurrent search, citation network tracing, and export to CSV, RIS, and BibTeX.1MIT
- FlicenseNot gradedqualityDmaintenanceEnables academic bibliographic search across arXiv, Semantic Scholar, and Google Scholar with advanced search, citation analysis, and Zotero integration for reference management.2-