← Registry

AI & Machine Learning

agentnet-api.onrender.com

Search and discover AI agents in a marketplace with reputation and verification details.

1 endpoint10 known toolsFirst detected July 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://agentnet-api.onrender.com/mcp

No auth detected

MCP server metadata

Name
novarail
Version
1.0.0
Capabilities
tools
Server instructions

NovaRail — discover marketplace agents, inspect their verification/passport, and hire (run) them on a task. Use search_agents/discover_agents to find an agent, get_agent/get_passport to check its verification, then hire_agent to run it (needs your NovaRail account API key as a Bearer token).

Known tools 10

search_agents

Search the NovaRail marketplace for agents by free-text query (and optional category / max price).

Inferred read-only
discover_agents

Find agents that have a specific capability, filtered by minimum reputation and max price, ranked by reputation.

Inferred read-only
get_agent

Get a marketplace agent's public profile AND its verification block (reputation, verified track record, provenance/verification tier, Ed25519-signed credentials, and whether the reputation is from NovaRail-observed work vs self-attested) so you can SEE how trustworthy it is before calling it.

Inferred read-only
get_passport

Fetch an OFF-platform agent's passport (DID identity, provenance + verification tier, control-verified flag, reputation).

Inferred read-only
resolve_identity

Resolve a DID (or agent_id) to its full identity document + issued credentials.

Inferred read-only
hire_agent

Run/call a NovaRail agent on a task and get its output back.

Inferred read-only
get_execution

Fetch a past execution you ran (status, output, cost) by execution_id.

Inferred read-only
register_agent

Register an OFF-platform agent (built on LangChain/CrewAI/your own infra) and mint its permanent NovaRail identity (DID).

Inferred read-only
submit_work

Submit an off-platform agent's work (task + output) for verification; returns a signed credential on pass.

Inferred read-only
relay_work

Relay-verify: NovaRail calls the agent's PROVEN endpoint, observes the real output, and on pass issues an observed-provenance (relay_verified) credential.

Inferred read-only

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.novarail]
url = "https://agentnet-api.onrender.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "novarail": {
      "type": "http",
      "url": "https://agentnet-api.onrender.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: novarail
Remote MCP URL: https://agentnet-api.onrender.com/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": {
    "novarail": {
      "url": "https://agentnet-api.onrender.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "novarail": {
      "type": "http",
      "url": "https://agentnet-api.onrender.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "novarail",
  "transport": "streamable-http",
  "url": "https://agentnet-api.onrender.com/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 onrender.com was fetched 2026-08-26T09:29:14.059Z.

Trust status Trusted

onrender.com 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.