Public Endpoints
| Surface | Standard URL | Purpose |
|---|
| Discovery | https://mcp.neus.network/.well-known/mcp.json | Server metadata and public tool listing |
| MCP transport | https://mcp.neus.network/mcp | Streamable HTTP MCP endpoint |
| Hosted verify | https://neus.network/verify | Browser handoff for interactive verification |
Use /mcp as the public MCP transport path.
Hosted Transport
This is the default go-live path for integrators.
{
"mcpServers": {
"neus": {
"type": "streamableHttp",
"url": "https://mcp.neus.network/mcp"
}
}
}
Health and Discovery
The hosted MCP at mcp.neus.network exposes:
| Endpoint | Purpose |
|---|
/.well-known/mcp.json | Discovery metadata and tool listing |
/mcp | Standard MCP transport |
/health | Liveness probe |
/health/ready | Readiness probe |