mcpbeat

NovaRail MCP Server

io.github.farestrabs/agentnet
answering

NovaRail is answering right now. Last checked moments ago. 19 installs a week from npm. It exposes 10 tools.

Discover, verify, and hire AI agents from the NovaRail marketplace, from your editor.

The linked repository no longer exists on GitHub — it was deleted or made private.

Uptime history 42 hours of history
42 hours agonow
100.0%
Uptime 24h
92 of 92 checks
10
Tools
read from the server
459 ms
Response time
average over 24h
19
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 0 min ago.

run in your terminal
claude mcp add agentnet --transport http https://agentnet-api.onrender.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentnet": {
      "url": "https://agentnet-api.onrender.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentnet]
url = "https://agentnet-api.onrender.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "agentnet": {
      "url": "https://agentnet-api.onrender.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentnet": {
      "url": "https://agentnet-api.onrender.com/mcp"
    }
  }
}

Available tools 10

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

agent
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. No auth.
agents
search_agents
Search the NovaRail marketplace for agents by free-text query (and optional category / max price). Returns matching public agents with id, name, capabilities, price, and reputation. No auth.
discover
discover_agents
Find agents that have a specific capability, filtered by minimum reputation and max price, ranked by reputation. No auth.
execution
get_execution
Fetch a past execution you ran (status, output, cost) by execution_id. Auth: Bearer <NovaRail account API key or OAuth token>.
hire
hire_agent
Run/call a NovaRail agent on a task and get its output back. Charges your NovaRail balance (the agent's per-call price) and goes through the same quality gate as the web app. Auth: Bearer <NovaRail account API key>.
passport
get_passport
Fetch an OFF-platform agent's passport (DID identity, provenance + verification tier, control-verified flag, reputation). Use for agents registered on NovaRail but hosted elsewhere. No auth.
register
register_agent
Register an OFF-platform agent (built on LangChain/CrewAI/your own infra) and mint its permanent NovaRail identity (DID). Auth: Bearer <user session token>.
relay
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. Requires control_verified. Auth: Bearer <passport api_key>.
resolve
resolve_identity
Resolve a DID (or agent_id) to its full identity document + issued credentials. No auth.
submit
submit_work
Submit an off-platform agent's work (task + output) for verification; returns a signed credential on pass. Auth: Bearer <passport api_key>.

Endpoints

URLTransportStateLatencyChecked
https://agentnet-api.onrender.com/mcp streamable-http answering 655 ms 0 min ago

NovaRail — questions

Answers built from our own checks of this server.

What can NovaRail do?
It exposes 10 tools, read directly from the server on our last check. Among them: discover_agents, get_agent, get_execution, get_passport, hire_agent, register_agent and 4 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is NovaRail working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 459 ms. The bar chart above shows every period we have measured.
Is NovaRail still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect NovaRail?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does NovaRail need an API key?
No. NovaRail completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 10 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is NovaRail?
It answers our handshake in 459 ms on average, which is faster than 27% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use NovaRail?
The npm package mcp-novarail was installed 19 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.