Back to Search

neonia_sys_index_query

1.1.0

Search the Neonia Global llms.txt Index for verified machine-readable documentation (llms.txt) and canonical API patterns.

Free (System Tool) (System)
Updated: Jun 03, 2026

Example Output

Formatted JSON response returned by this tool:

{
  "status": "SUCCESS",
  "canonical_node": {
    "provider": "stripe.com",
    "context_path": "/webhooks/signatures",
    "trust_score": "100.0%",
    "snippet_preview": "Construct secure webhooks: stripe.webhooks.construct_event(payload, sig_header, endpoint_secret)...",
    "resource_uri": "neonia://tool:stripe_webhooks",
    "action_required": "To read the full code, pass the 'resource_uri' to 'neonia_sys_context_packer'."
  }
}

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_sys_index_query",
      "headers": {
        "Authorization": "Bearer API_KEY"
      }
    }
  }
}