Skip to main content
Glama
mitchallen

random-mcp-server

by mitchallen

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoBind address for http/sse127.0.0.1
PORTNoBind port for http/sse8000
APP_NAMENoName reported by server_inforandom-mcp-server
RANDOM_SEEDNoFixed seed for reproducible pools
RANDOM_COUNTNoRecords generated per kind at start-up25
MCP_TRANSPORTNoTransport type: stdio, http, or ssestdio

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
server_infoA

Health/status of the server (the REST server's GET / route).

list_recordsA

Return the seeded pool of records for kind.

Pass count to cap how many are returned (from the front of the pool); omit it to return the whole pool. empty always returns [].

get_recordA

Return a single record from kind by 1-based id (the /:id route).

count_recordsA

Return the number of records available for kind (the /count route).

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/mitchallen/random-mcp-server'

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