Skip to main content
Glama
HEP-KE

FastMCP Science Demo

by HEP-KE

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
generate_random_pointsA

Generate random point data and save it as a CSV in output_dir.

Use this tool when a workflow needs a small deterministic dataset for
downstream analysis or visualization.

Args:
    output_dir: Directory where the CSV should be written.
    count: Number of point rows to generate. Must be at least 1.
    seed: Seed for deterministic random data.
plot_sine_waveA

Plot a sine wave and save it as a PNG in output_dir.

Use this tool when a workflow needs a simple generated plot artifact for
downstream inspection or reporting.

Args:
    output_dir: Directory where the PNG should be written.
    num_points: Number of samples to plot. Must be at least 2.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/HEP-KE/fast-mcp-starter'

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