Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GROUNDED_API_KEYNoAPI key for higher rate limits (1,000 req/day). Sign up at https://grounded-api.dev.

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
lookup_factB

Look up any fact tracked by Grounded.

Args: source: The fact source — "npm", "pypi", or "statuspage" entity: The entity name — e.g. "react", "flask", "github" field: The fact field — e.g. "latest_version", "license", "deprecated", "dep_count", "required_runtime", "weekly_downloads", or "status"

check_package_versionA

Check the latest version of a package on npm or PyPI.

Args: package_name: The package name — e.g. "react", "express", "flask", "requests" registry: "npm" or "pypi" (defaults to "npm")

check_downloadsA

Check the weekly download count of a package on npm or PyPI.

Args: package_name: The package name — e.g. "react", "express", "flask", "requests" registry: "npm" or "pypi" (defaults to "npm")

check_service_statusA

Check the current status of a cloud service (via its status page).

Args: service_name: The service name — e.g. "github", "stripe", "openai", "cloudflare", "vercel"

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/nghizas/grounded-mcp'

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