Back to Search
neo_sys_registry_query
1.0.0Queries the Neonia Global Agentic Registry for verified documentation and machine-readable llms.txt files.
Free (System Tool) (System)
Updated: May 14, 2026
Example Output
Formatted JSON response returned by this tool:
{
"status": "success",
"documentation_uri": "neonia://registry/stripe/webhooks"
}Setup Configuration
Add the following configuration to your MCP general settings or mcp_config.json:
{
"mcpServers": {
"neonia": {
"serverUrl": "https://mcp.neonia.io/mcp?tools=neo_sys_registry_query",
"headers": {
"Authorization": "Bearer API_KEY"
}
}
}
}