Model Context Protocol (MCP) Server for Space Frontiers

Connect your LLMs directly to Space Frontiers search via MCP. Query Telegram and Reddit, search in scholar publications, pull recent items, and ground answers in real data. Designed for researchers, OSINT researchers, growth/marketing teams, and indie developers.

Why MCP for Your Workflows

OSINT Researchers

  • • Unified query across Telegram and Reddit
  • • Recent-item retrieval for fast situational awareness
  • • Use with agentic LLMs to automate triage and summaries

Marketing & Growth

  • • Track mentions, sentiment, and trends by topic
  • • Discover relevant communities and influencers
  • • Feed results into your reporting and alerting agents

Indie Developers

  • • Drop-in tools your MCP client can introspect at runtime
  • • Hosted endpoint or self-host in minutes with uv
  • • Simple auth via API key

What You Can Do with the MCP Server

Query-based Search

Run semantic queries across Telegram and Reddit and receive ranked, structured results the LLM can reason over.

Recent Items

Retrieve fresh content for monitoring topics, communities, or entities in near real-time.

Self-Describing Tools

Tools expose JSON schemas via MCP so your client can list and introspect capabilities at runtime.

Quickstart with Hosted MCP

  1. Get an API key from the Developers page.
  2. Use the public endpoint https://mcp.spacefrontiers.org.
  3. Configure your MCP client:
{
  "mcpServers": {
    "Space Frontiers MCP server": {
      "command": "/path/to/your/uv",
      "args": [
        "run",
        "fastmcp",
        "run",
        "--with",
        "izihawa-loglib",
        "--with",
        "mcp[cli]",
        "--with",
        "spacefrontiers-clients",
        "/path/to/your/spacefrontiers-mcp/mcp_server.py"
      ],
      "env": {
        "SPACE_FRONTIERS_API_KEY": "YOUR_API_KEY_HERE",
        "SPACE_FRONTIERS_API_ENDPOINT": "https://api.spacefrontiers.org"
      }
    }
  }
}

Source: SpaceFrontiers/mcp

Self-Host in Minutes

Prefer to run locally or inside your stack? Clone and run with uv:

git clone https://github.com/SpaceFrontiers/mcp.git
cd mcp
uv run fastmcp run mcp_server.py

Environment variables:

  • SPACE_FRONTIERS_API_ENDPOINT (default: https://api.spacefrontiers.org)
  • SPACE_FRONTIERS_API_KEY (if not passed via request headers)

Details and updates on GitHub.

Start Using MCP with Space Frontiers

Use the hosted server or self-host. Authenticate with an API key and let your LLM do the rest.