← Registry

AI & Machine Learning

neuronest.cc

Manages AI agent workforce and provides information about providers, models, and topologies for multi-agent swarms.

1 endpoint8 known toolsFirst detected August 4, 2026Last detected August 4, 2026

ENDPOINT 1

https://neuronest.cc/mcp

No auth detected

MCP server metadata

Name
NeuroNest
Version
2.0.0-beta.1
Capabilities
tools

Known tools 8

register_agent

Register a new AI agent with the NeuroNest workforce.

Inferred read-only
get_agent_stats

Retrieve public statistics about the NeuroNest agent workforce — total count and breakdown by department.

Inferred read-only
list_providers

List all AI providers supported by NeuroNest, including whether they run locally or in the cloud and what auth they require.

Inferred read-only
list_models

List all AI models available across all configured providers.

Inferred read-only
list_topologies

List the 5 execution topologies available in NeuroNest for orchestrating multi-agent swarms.

Inferred read-only
list_departments

List the 13 agent departments in NeuroNest along with their agent count.

Inferred read-only
get_capabilities

Return a complete machine-readable capabilities summary: tools, providers, topologies, departments, agent count, and skills.

Inferred read-only
send_support_message

Send a message to the NeuroNest AI support assistant and receive a reply.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for neuronest.cc was fetched 2026-08-23T13:23:15.367Z.

Trust status Trusted

neuronest.cc is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.