Back to Home
SpaceFrontiers icon

mcp

Verified Safe

by SpaceFrontiers

Overview

This server acts as an interface to the Space Frontiers API, allowing language models to perform semantic search, resolve document identifiers, and retrieve filtered document content or metadata from various data sources.

Installation

Run Command
uv run fastmcp run mcp_server.py

Environment Variables

  • SPACE_FRONTIERS_API_ENDPOINT
  • SPACE_FRONTIERS_API_KEY

Security Notes

The code appears well-structured, using `fastmcp` for the server and `spacefrontiers-clients` for API interaction. Input validation is handled via Pydantic annotations. Authentication relies on API keys passed via environment variables or request headers, which is standard practice. No `eval`, `exec`, or direct shell commands are observed. A minor note is that `pyproject.toml` points to a GitHub branch for a specific `mcp` dependency via `tool.uv.sources`, which, while not inherently insecure, implies a custom or non-PyPI source that would require further vetting in a high-security context. However, the core `fastmcp` dependency is from PyPI.

Similar Servers

Stats

Interest Score36
Security Score9
Cost ClassHigh
Avg Tokens4000
Stars8
Forks5
Last Update2025-12-02

Tags

researchacademicdata retrievalsearchapi interface