DepFeed
Server Details
Change intelligence for coding agents: sourced breaking changes for npm, PyPI, and Rust packages.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
5 tool updates
- Changed
get_api_diff5 fields changed- added
Output schema / properties / flags / items / properties / directionAdded value: +{ + "enum": [ + "valid_to_deprecated_spdx_id", + "osi_approved_to_non_osi", + "permissive_to_copyleft", + "copyleft_to_permissive" + ], + "type": "string" +} - added
Output schema / properties / flags / items / properties / to_declared_vs_discovered_mismatchAdded value: +{ + "type": "boolean" +} - added
Output schema / properties / flags / items / properties / to_is_deprecated_spdx_idAdded value: +{ + "type": "boolean" +} - added
Output schema / properties / flags / items / properties / to_source_revisionAdded value: +{ + "type": "string" +} - added
Output schema / properties / unpacked_size_deltaAdded value: +{ + "additionalProperties": false, + "properties": { + "delta_bytes": { + "maximum": 9007199254740991, + "minimum": -9007199254740991, + "type": "integer" + }, + "delta_percent": { + "type": "number" + }, + "from_bytes": { + "maximum": 9007199254740991, + "minimum": 0, + "type": "integer" + }, + "source_url": { + "format": "uri", + "type": "string" + }, + "to_bytes": { + "maximum": 9007199254740991, + "minimum": 0, + "type": "integer" + } + }, + "required": [ + "from_bytes", + "to_bytes", + "delta_bytes", + "delta_percent", + "source_url" + ], + "type": "object" +}
- Changed
get_eol_status7 fields changed- added
Output schema / properties / bundled_npmAdded value: +{ + "type": "string" +} - added
Output schema / properties / bundled_opensslAdded value: +{ + "type": "string" +} - added
Output schema / properties / bundled_v8Added value: +{ + "type": "string" +} - added
Output schema / properties / is_security_releaseAdded value: +{ + "type": "boolean" +} - added
Output schema / properties / lts_startAdded value: +{ + "type": "string" +} - added
Output schema / properties / maintenance_startAdded value: +{ + "type": "string" +} - added
Output schema / properties / support_phaseAdded value: +{ + "type": "string" +}
- Changed
get_maintenance_status6 fields changed- added
Input schema / properties / versionAdded value: +{ + "description": "Exact version to check deprecation status for, e.g. \"2.88.2\". Omit to skip the deprecation check.", + "type": "string" +} - added
Output schema / properties / bus_factor_source_urlAdded value: +{ + "minLength": 1, + "type": "string" +} - added
Output schema / properties / contributor_countAdded value: +{ + "maximum": 9007199254740991, + "minimum": 0, + "type": "integer" +} - added
Output schema / properties / deprecated_reasonAdded value: +{ + "type": "string" +} - added
Output schema / properties / is_deprecatedAdded value: +{ + "type": "boolean" +} - added
Output schema / properties / top_contributor_shareAdded value: +{ + "maximum": 1, + "minimum": 0, + "type": "number" +}
- Added
get_transitive_dependencies - Changed
get_vulnerabilities7 fields changed- added
Output schema / properties / advisories / items / properties / cvss_vectorAdded value: +{ + "type": "string" +} - added
Output schema / properties / advisories / items / properties / cwe_idsAdded value: +{ + "items": { + "type": "string" + }, + "type": "array" +} - added
Output schema / properties / advisories / items / properties / epss_percentileAdded value: +{ + "maximum": 1, + "minimum": 0, + "type": "number" +} - added
Output schema / properties / advisories / items / properties / epss_scoreAdded value: +{ + "maximum": 1, + "minimum": 0, + "type": "number" +} - added
Output schema / properties / advisories / items / properties / kev_due_dateAdded value: +{ + "type": "string" +} - added
Output schema / properties / advisories / items / properties / known_exploitedAdded value: +{ + "type": "boolean" +} - changed
Output schema / properties / advisories / items / requiredPrevious value: -[ - "osv_id", - "affected_range", - "summary", - "source_url" -]New value: +[ + "osv_id", + "affected_range", + "summary", + "source_url", + "known_exploited" +]
1 tool update
- Added
get_provenance
11 tool updates
- Changed
check_breaking_changes2 fields changed- changed
Input schema / properties / ecosystem / enumPrevious value: -[ - "npm", - "pypi", - "cargo", - "composer", - "rubygems" -]New value: +[ + "npm", + "pypi", + "cargo", + "composer", + "rubygems", + "nuget", + "maven", + "go" +] - changed
Output schema / properties / ecosystem / enumPrevious value: -[ - "npm", - "pypi", - "cargo", - "composer", - "rubygems" -]New value: +[ + "npm", + "pypi", + "cargo", + "composer", + "rubygems", + "nuget", + "maven", + "go" +]
- Changed
check_compatibility2 fields changed- changed
Input schema / properties / ecosystem / enumPrevious value: -[ - "npm", - "pypi", - "cargo", - "composer", - "rubygems" -]New value: +[ + "npm", + "pypi", + "cargo", + "composer", + "rubygems", + "nuget", + "maven", + "go" +] - changed
Output schema / properties / ecosystem / enumPrevious value: -[ - "npm", - "pypi", - "cargo", - "composer", - "rubygems" -]New value: +[ + "npm", + "pypi", + "cargo", + "composer", + "rubygems", + "nuget", + "maven", + "go" +]
- Changed
get_api_diff2 fields changed- changed
Input schema / properties / ecosystem / enumPrevious value: -[ - "npm", - "pypi", - "cargo", - "composer", - "rubygems" -]New value: +[ + "npm", + "pypi", + "cargo", + "composer", + "rubygems", + "nuget", + "maven", + "go" +] - changed
Output schema / properties / ecosystem / enumPrevious value: -[ - "npm", - "pypi", - "cargo", - "composer", - "rubygems" -]New value: +[ + "npm", + "pypi", + "cargo", + "composer", + "rubygems", + "nuget", + "maven", + "go" +]
- Changed
get_maintenance_status2 fields changed- changed
Input schema / properties / ecosystem / enumPrevious value: -[ - "npm", - "pypi", - "cargo", - "composer", - "rubygems" -]New value: +[ + "npm", + "pypi", + "cargo", + "composer", + "rubygems", + "nuget", + "maven", + "go" +] - changed
Output schema / properties / ecosystem / enumPrevious value: -[ - "npm", - "pypi", - "cargo", - "composer", - "rubygems" -]New value: +[ + "npm", + "pypi", + "cargo", + "composer", + "rubygems", + "nuget", + "maven", + "go" +]
- Changed
get_migration_recipes2 fields changed- changed
Input schema / properties / ecosystem / enumPrevious value: -[ - "npm", - "pypi", - "cargo", - "composer", - "rubygems" -]New value: +[ + "npm", + "pypi", + "cargo", + "composer", + "rubygems", + "nuget", + "maven", + "go" +] - changed
Output schema / properties / ecosystem / enumPrevious value: -[ - "npm", - "pypi", - "cargo", - "composer", - "rubygems" -]New value: +[ + "npm", + "pypi", + "cargo", + "composer", + "rubygems", + "nuget", + "maven", + "go" +]
- Changed
get_package_health2 fields changed- changed
Input schema / properties / ecosystem / enumPrevious value: -[ - "npm", - "pypi", - "cargo", - "composer", - "rubygems" -]New value: +[ + "npm", + "pypi", + "cargo", + "composer", + "rubygems", + "nuget", + "maven", + "go" +] - changed
Output schema / properties / ecosystem / enumPrevious value: -[ - "npm", - "pypi", - "cargo", - "composer", - "rubygems" -]New value: +[ + "npm", + "pypi", + "cargo", + "composer", + "rubygems", + "nuget", + "maven", + "go" +]
- Changed
get_package_updates2 fields changed- changed
Input schema / properties / ecosystem / enumPrevious value: -[ - "npm", - "pypi", - "cargo", - "composer", - "rubygems" -]New value: +[ + "npm", + "pypi", + "cargo", + "composer", + "rubygems", + "nuget", + "maven", + "go" +] - changed
Output schema / properties / ecosystem / enumPrevious value: -[ - "npm", - "pypi", - "cargo", - "composer", - "rubygems" -]New value: +[ + "npm", + "pypi", + "cargo", + "composer", + "rubygems", + "nuget", + "maven", + "go" +]
- Changed
get_package_updates_batch2 fields changed- changed
Input schema / properties / packages / items / properties / ecosystem / enumPrevious value: -[ - "npm", - "pypi", - "cargo", - "composer", - "rubygems" -]New value: +[ + "npm", + "pypi", + "cargo", + "composer", + "rubygems", + "nuget", + "maven", + "go" +] - changed
Output schema / properties / results / items / properties / result / properties / ecosystem / enumPrevious value: -[ - "npm", - "pypi", - "cargo", - "composer", - "rubygems" -]New value: +[ + "npm", + "pypi", + "cargo", + "composer", + "rubygems", + "nuget", + "maven", + "go" +]
- Changed
get_vulnerabilities2 fields changed- changed
Input schema / properties / ecosystem / enumPrevious value: -[ - "npm", - "pypi", - "cargo", - "composer", - "rubygems" -]New value: +[ + "npm", + "pypi", + "cargo", + "composer", + "rubygems", + "nuget", + "maven", + "go" +] - changed
Output schema / properties / ecosystem / enumPrevious value: -[ - "npm", - "pypi", - "cargo", - "composer", - "rubygems" -]New value: +[ + "npm", + "pypi", + "cargo", + "composer", + "rubygems", + "nuget", + "maven", + "go" +]
- Changed
list_covered_packages2 fields changed- changed
Input schema / properties / ecosystem / enumPrevious value: -[ - "npm", - "pypi", - "cargo", - "composer", - "rubygems" -]New value: +[ + "npm", + "pypi", + "cargo", + "composer", + "rubygems", + "nuget", + "maven", + "go" +] - changed
Output schema / properties / ecosystems / items / properties / ecosystem / enumPrevious value: -[ - "npm", - "pypi", - "cargo", - "composer", - "rubygems" -]New value: +[ + "npm", + "pypi", + "cargo", + "composer", + "rubygems", + "nuget", + "maven", + "go" +]
- Changed
plan_upgrade2 fields changed- changed
Input schema / properties / ecosystem / enumPrevious value: -[ - "npm", - "pypi", - "cargo", - "composer", - "rubygems" -]New value: +[ + "npm", + "pypi", + "cargo", + "composer", + "rubygems", + "nuget", + "maven", + "go" +] - changed
Output schema / properties / ecosystem / enumPrevious value: -[ - "npm", - "pypi", - "cargo", - "composer", - "rubygems" -]New value: +[ + "npm", + "pypi", + "cargo", + "composer", + "rubygems", + "nuget", + "maven", + "go" +]
19 tool updates
- First observed
check_breaking_changes - First observed
check_compatibility - First observed
check_model_status - First observed
delete_webhook_subscription - First observed
get_api_diff - First observed
get_eol_status - First observed
get_maintenance_status - First observed
get_migration_recipes - First observed
get_package_health - First observed
get_package_updates - First observed
get_package_updates_batch - First observed
get_security_digest - First observed
get_updates_since - First observed
get_vulnerabilities - First observed
list_covered_packages - First observed
list_webhook_subscriptions - First observed
plan_upgrade - First observed
register_webhook_subscription - First observed
submit_feedback
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
npm & PyPI freshness for AI agents: latest version, deprecations, dated breaking-change diffs.
Package intelligence for AI agents across npm, PyPI, crates.io and deps.dev. No API keys.
Package intelligence for AI agents across npm, PyPI, crates.io and deps.dev. No API keys.
61Check exact npm/PyPI upgrades for evidence-backed breaking changes; query APIs and components.
Related MCP Servers
- AlicenseAqualityCmaintenanceProvides accurate, source-grounded breaking-change briefings for npm packages by reading real GitHub release notes and CHANGELOGs, helping coding agents avoid hallucinated dependency migrations.318MIT
- FlicenseAqualityAmaintenanceBreaking-change diffs for npm packages, served over REST and MCP, so coding agents stop writing code against outdated API knowledge.2-
- AlicenseNot gradedqualityBmaintenanceEnables AI coding agents to identify exactly what broke between two dependency versions, with citations for every claim, and to verify package existence to catch typosquatting, all without requiring an API key.MIT
- FlicenseNot gradedqualityCmaintenanceProvides structured migration briefs for LLM coding agents covering breaking changes, codemod coverage, and hallucination warnings for major version bumps of packages like tailwindcss, next, and react.-
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a clear, distinct purpose with explicit cross-references to avoid confusion (e.g., check_breaking_changes vs get_api_diff vs plan_upgrade; get_maintenance_status vs get_package_health). The descriptions even clarify when to use one tool over another for overlapping concepts.
All tools follow a consistent verb_noun pattern in snake_case (get_, check_, list_, register_, delete_, plan_, submit_). Even the batch variant get_package_updates_batch fits the pattern. Naming is predictable and makes tool purpose evident from the name alone.
19 tools is slightly above the typical well-scoped range, but each tool earns its place for a dependency-intelligence server covering updates, breaking changes, API diffs, compatibility, health, security, webhooks, and planning. The count feels justified rather than bloated.
The surface comprehensively covers the dependency lifecycle: checking updates, breaking changes, compatibility, migration, health, vulnerabilities, and webhook subscriptions. Minor gaps exist (e.g., no webhook update tool, no direct 'get package metadata' tool), but these are not critical dead ends.