Back to Search

neonia_dev_package_alternatives

0.2.0

Finds unverified related-package candidates with transparent registry evidence.

$0.002 / call (Standard Tier)
Updated: Sep 21, 2026

Overview

Evidence-oriented registry discovery that labels compatibility and security as unverified.

Example Input

JSON payload sent to this tool:

{
  "ecosystem": "cargo",
  "package_name": "reqwest",
  "query": "async HTTP client",
  "limit": 5
}

Example Output

Formatted JSON response returned by this tool:

{
  "ecosystem": "cargo",
  "original_package": "reqwest",
  "verification_status": "unverified_registry_candidates",
  "alternatives": []
}

Setup Configuration

Add the following configuration to your MCP general settings or mcp_config.json:

{
  "mcpServers": {
    "neonia": {
      "serverUrl": "https://mcp.neonia.io/mcp?tools=neonia_dev_package_alternatives",
      "headers": {
        "Authorization": "Bearer API_KEY"
      }
    }
  }
}