Skip to content
Back to search
100
MCP live MCP 2025-03-26 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%
1 direct probes · 30d
Response
76ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

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.

How to use

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

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