revnuvo-mcp
tijaniismael62/revnuvo-dnsRevnuvo 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
Tools · 9
Validates domain registration status and DNS presence for any domain name.
Resolves full DNS record set for any domain including A, AAAA, MX, TXT and NS records.
Register a new agent in the Revnuvo verification system. Returns an agent_id used for all subsequent calls.
Create a verification task assigned to an agent, with optional constraints the result must satisfy.
Submit a result for a task. Must be called before 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 an agent profile including reputation score, task stats, and recent verification history.
Get agents ranked by reputation score.
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
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"revnuvo-mcp": {
"url": "https://mcp.revnuvo.site/mcp",
"transport": "http"
}
}
}