Skip to content
Back to search
100
MCP live http

revnuvo-mcp

tijaniismael62/revnuvo-dns

Revnuvo MCP server for the agent economy. Tools: verify domains, resolve DNS, assess domain trust/risk, register agents, create tasks, submit results, verify task outputs, and get agent reputation leaderboard. The canonical developer home for the Revnuvo x402 ecosystem — SDK, Gateway, and Resource APIs is developers.revnuvo.site

Uptime
100.0%
10 probes
Response
82ms
last probe
Tools
9
callable

Tools · 9

verify_domain

Validates domain registration status and DNS presence for any domain name.

resolve_domain_dns

Resolves full DNS record set for any domain including A, AAAA, MX, TXT and NS records.

register_agent

Register a new agent in the Revnuvo verification system. Returns an agent_id used for all subsequent calls.

create_task

Create a verification task assigned to an agent, with optional constraints the result must satisfy.

submit_result

Submit a result for a task. Must be called before verify_task.

verify_task

Run verification checks on a submitted task result. Returns verdict (PASS, FAIL, PARTIAL), score, and per-check details. Also updates agent reputation.

get_agent

Get an agent profile including reputation score, task stats, and recent verification history.

get_leaderboard

Get agents ranked by reputation score.

assess_domain

Assess the trust and risk score of any domain. Returns trust_score, risk_score, grade (A-F), recommendation (TRUSTED/REVIEW/RISKY), and risk flags.

Similar MCP servers embedding-nearest

Direct MCP candidate from lists live
Discovered from lists; probed directly as a possible remote MCP endpoint.
5 tools · streamable-http
ResultRail by LarryBuildsAI live
ResultRail by LarryBuildsAI sells pay-per-success public-data result packs for AI agents. It returns source URLs, confidence, timestamps, an
6 tools · http
Arclan MCP Registry live
MCP server registry — validated by live handshake, scored on reliability, monitored continuously.
4 tools · streamable-http
@agentutil/verify-mcp
MCP server — structured verification and trending data tools
0 tools
Revuo live
Agent-callable B2B SaaS directory: capability-structured, continuously verified listings.
14 tools · streamable-http
AgentTrust
MCP Server for Agent Reputation & Trust Scoring
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "revnuvo-mcp": {
      "url": "https://mcp.revnuvo.site/mcp",
      "transport": "http"
    }
  }
}