INDIVIDUAL MCP TOOL
list_providers
List all AI providers supported by NeuroNest, including whether they run locally or in the cloud and what auth they require.
LIVE ENDPOINT
https://neuronest.cc/mcp
Connect to this endpoint to inspect the live schema for list_providers and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.neuronest]
url = "https://neuronest.cc/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"neuronest": {
"type": "http",
"url": "https://neuronest.cc/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: neuronest
Remote MCP URL: https://neuronest.cc/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"neuronest": {
"url": "https://neuronest.cc/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"neuronest": {
"type": "http",
"url": "https://neuronest.cc/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "neuronest",
"transport": "streamable-http",
"url": "https://neuronest.cc/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
register_agent— Register a new AI agent with the NeuroNest workforce.get_agent_stats— Retrieve public statistics about the NeuroNest agent workforce — total count and breakdown by department.list_models— List all AI models available across all configured providers.list_topologies— List the 5 execution topologies available in NeuroNest for orchestrating multi-agent swarms.list_departments— List the 13 agent departments in NeuroNest along with their agent count.get_capabilities— Return a complete machine-readable capabilities summary: tools, providers, topologies, departments, agent count, and skills.send_support_message— Send a message to the NeuroNest AI support assistant and receive a reply.