Skip to main content
Glama

mcp-spacefrontiers

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SPACE_FRONTIERS_API_KEYNoAn optional API key for authenticating requests to the Space Frontiers API
SPACE_FRONTIERS_API_ENDPOINTNoThe base URL for the Space Frontiers APIhttps://api.spacefrontiers.org

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
research_tool

Query-based search across Wiki, scholarly and general sources.

When to use:

  • Use for queries like "find papers about X" or "wiki info about Y".
  • Requires a textual query.
  • For "recent publications" without a query, use get_recent_scholar_publications instead.
get_recent_scholar_publications

Get the most recent publications from a scholarly source.

When to use:

  • Use for requests like "recent arxiv papers" or "latest medrxiv".
  • Does NOT accept a free-text query. For query-based search, use research_tool.
telegram_search

Query-based search over Telegram posts.

When to use:

  • Use when a free-text query is provided (e.g., "search Telegram for X").
  • Optional filters: telegram_channel_usernames, start_date, end_date.
  • For "recent posts in Telegram" without a query, use get_recent_posts_from_telegram.
  • For "recent posts from @channel", use get_recent_posts_from_telegram with telegram_channel_usernames=["@channel"].
get_recent_posts_from_telegram

Retrieve recent Telegram posts ordered by recency (no free-text query).

When to use:

  • Use for requests like "recent posts in Telegram".
  • Optionally filter by telegram_channel_usernames and/or a date range.
  • For query-based Telegram search, use telegram_search.
reddit_search

Query-based search over Reddit posts.

When to use:

  • Use when a free-text query is provided (e.g., "search Reddit for X").
  • Optional filters: subreddits (accepts names with or without leading r/), start_date, end_date.
  • For "recent posts from Reddit" without a query, use get_recent_posts_from_reddit.
get_recent_posts_from_reddit

Retrieve the latest posts from specific Reddit subreddits ordered by recency.

When to use:

  • Use for requests like "latest on r/sub1, r/sub2".
  • Does not accept a free-text query. For query-based search on Reddit, use reddit_search.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SpaceFrontiers/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server