Skip to main content
Glama
nghizas
by nghizas

grounded-mcp

MCP server for real-time package versions, download counts, and service status — powered by Grounded.

Tracks 1,000+ npm and PyPI packages and 76 cloud services. No signup required.

Install

Claude Code

claude mcp add grounded -- uvx grounded-mcp

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "grounded": {
      "command": "uvx",
      "args": ["grounded-mcp"]
    }
  }
}

Cursor

Add to your MCP settings:

{
  "grounded": {
    "command": "uvx",
    "args": ["grounded-mcp"]
  }
}

Related MCP server: API Status Check MCP Server

Tools

Tool

Description

Example

check_package_version

Latest version of an npm or PyPI package

check_package_version("react")

check_downloads

Weekly download count

check_downloads("flask", registry="pypi")

check_service_status

Cloud service operational status

check_service_status("github")

lookup_fact

General-purpose fact lookup

lookup_fact("npm", "react", "license")

Available fields

For npm/PyPI packages: latest_version, license, deprecated, dep_count, required_runtime, weekly_downloads

For services: status

Configuration

Works out of the box with no API key (50 lookups/day per IP).

For higher limits, set GROUNDED_API_KEY:

claude mcp add grounded -e GROUNDED_API_KEY=your_key -- uvx grounded-mcp

Sign up for a free API key (1,000 req/day) at https://grounded-api.dev.

Example

Ask your AI assistant:

"What's the latest version of React?"

The assistant calls check_package_version("react") and gets:

Value: 19.2.4
Source: https://registry.npmjs.org/react
Fetched at: 2026-03-06T12:00:00Z
Hash: sha256:a1b2c3...
Tier: warm (TTL: 300s)
Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Provides comprehensive contextual information about npm packages including README files, versions, dependencies, download statistics, and search functionality. Enables users to explore and analyze npm packages through natural language queries with intelligent GitHub README fetching and branch fallback.
    Last updated
    9
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Live operational status for 2,400+ major software services — AWS, GitHub, Stripe, OpenAI, Cloudflare, and more — pulled from each provider's official status page and returned as a normalised up / degraded / down result for any service you ask about.
    Last updated
    5
    1
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Provides AI assistants with tools to check npm package versions and security heuristics, including version lookups, signal-based analysis, and batch analysis of package.json files.
    Last updated
    6
    AGPL 3.0

View all related MCP servers

Related MCP Connectors

  • npm, PyPI & crates.io intel for AI agents: versions, popularity, deps, health. No API keys.

  • Check real-time uptime and incident status for 100+ APIs and cloud services.

  • Provide AI-powered real-time analysis and intelligence on NPM packages, including security, depend…

View all MCP Connectors

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