Skip to main content
Glama
Swathi3255

AI Makerspace MCP Server

by Swathi3255

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TAVILY_API_KEYYesAPI key for the Tavily web search service, required for web search capabilities.
COINGECKO_API_KEYNoOptional API key for CoinGecko to provide higher rate limits for cryptocurrency data. Works without a key on the free tier.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
web_searchB

Search the web for information about the given query

roll_diceC

Roll the dice with the given notation

get_crypto_priceB

Get the current price and market data for a cryptocurrency.

Args: coin_id: The cryptocurrency ID (e.g., 'bitcoin', 'ethereum', 'dogecoin') vs_currency: The currency to compare against (default: 'usd')

Returns: Formatted string with current price and market data

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.7/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: get_crypto_price retrieves cryptocurrency market data, roll_dice performs a random dice roll, and web_search conducts web queries. There is no overlap in functionality, making tool selection straightforward for an agent.

Naming Consistency3/5

The naming is mixed: get_crypto_price and web_search follow a verb_noun pattern, but roll_dice uses a verb-only format. While all names are readable, the inconsistency in structure (two with nouns, one without) reduces predictability across the set.

Tool Count2/5

With only 3 tools, the server feels thin for its implied scope as an 'AI Makerspace' server, which suggests a broader utility or creative toolkit. The tools cover unrelated domains (crypto, dice, web search), making the set appear incomplete or poorly scoped rather than focused.

Completeness2/5

The server lacks a coherent domain, making completeness hard to assess, but there are significant gaps: for crypto, there's no historical data or portfolio tools; for dice, no customization options; for web search, no filtering or advanced parameters. The tools are isolated without supporting operations, leading to potential agent dead ends.

Maintenance

ActivityInactive
ResponsivenessNo issues