AI & Machine Learning
neuronest.cc
Manages AI agent workforce and provides information about providers, models, and topologies for multi-agent swarms.
ENDPOINT 1
https://neuronest.cc/mcp
MCP server metadata
- Name
- NeuroNest
- Version
- 2.0.0-beta.1
Known tools 8
get_agent_statsRetrieve public statistics about the NeuroNest agent workforce — total count and breakdown by department.
Inferred read-onlylist_providersList all AI providers supported by NeuroNest, including whether they run locally or in the cloud and what auth they require.
Inferred read-onlylist_topologiesList the 5 execution topologies available in NeuroNest for orchestrating multi-agent swarms.
Inferred read-onlylist_departmentsList the 13 agent departments in NeuroNest along with their agent count.
Inferred read-onlyget_capabilitiesReturn a complete machine-readable capabilities summary: tools, providers, topologies, departments, agent count, and skills.
Inferred read-onlysend_support_messageSend a message to the NeuroNest AI support assistant and receive a reply.
Potential side effectsCONNECT 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.
neuronest.cc is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.