Mmcp.market

Machine Library by Space Frontiers MCP server

by SpaceFrontiers·io.github.SpaceFrontiers/mcp·v0.3.2

Machine Library by Space Frontiers: retrieval across papers, books, patents, and social sources.

A98/100grade A
What users say
No reviews yet
Be the first
Safety scan
A98/100

full report

Adoption
Growing

11 stars

Reviews

Write one

Nobody has reviewed Machine Library by Space Frontiers yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Machine Library by Space Frontiers tools

Tool list not cached yet. `describe` through the gateway fetches it live.

Public scan report

scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it

no findings
  • Code scanremote-only server, no package to scann/a
  • Live reliabilityremote reachable in 623ms (auth required)20/20
  • Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
  • Auth qualityOAuth resource metadata advertised on 40115/15
  • Maintenancelast push 7 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year9/10
Overall 98/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Machine Library by Space Frontiers repository's README, as published. We do not edit it. Read it on GitHub

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 spacefrontierstopupbalance capability purchases prepaid credits and is not a read-only retrieval tool.

Search defaults to 10 compact, hybrid-ranked results and is capped at 30. Every hit includes a canonical sourceuri, 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 spacefrontiersfetch_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)

claude mcp add --transport http --scope user spacefrontiers https://mcp.machinelibrary.ai

On 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.py

The environment variable is used as the upstream API credential in stdio mode. The command selects the public Machine Library API with SEARCHAPIENDPOINT. The internal default remains http://search-api for existing deployments. For HTTP deployments, set SEARCHAPIENDPOINT to your trusted internal search API and USERSAPIENDPOINT 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

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add --transport http mcp https://mcp.machinelibrary.ai/
Add to Cursor

Machine Library by Space Frontiers: common questions

Is Machine Library by Space Frontiers MCP server safe?
Yes, by our scan: it is graded A (98/100). Read the Machine Library by Space Frontiers safety report
How do I install Machine Library by Space Frontiers?
It runs remotely at mcp.machinelibrary.ai. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does Machine Library by Space Frontiers need an API key?
No key to paste: it signs you in with OAuth when your client connects.
Is Machine Library by Space Frontiers maintained?
The last commit was 9 days ago (2026-09-12). The latest release is v0.3.2.
Is Machine Library by Space Frontiers up?
100% of our last 8 checks got an answer. We check remote servers about four times a day.

More from SpaceFrontiers