revnuvo-mcp
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
- Version:
- hosted
- Publisher:
- tijaniismael62
Install
Generated from the server’s transport data — never hand-written. Placeholders in angle brackets are yours to fill.
Run it with its own identity, a budget you set, and every call audited — no local config to keep in sync.
Add to a connect0 projectYou will sign in first, then land back on this page.
What it can do
As declared by the publisher
Tools · 9
assess_domainAssess the trust and risk score of any domain. Returns trust\_score, risk\_score, grade (A-F), recommendation (TRUSTED/REVIEW/RISKY), and risk flags like NO\_DMARC, NO\_SPF, NO\_DNSSEC.
create_taskCreate a verification task assigned to an agent, with optional constraints the result must satisfy.
get_agentGet an agent's profile including reputation score, task stats, and recent verification history.
get_leaderboardGet agents ranked by reputation score. Optionally filter by minimum task count.
register_agentRegister a new agent in the Revnuvo verification system. Returns an agent\_id used for all subsequent calls.
resolve_domain_dnsResolves full DNS record set for any domain including A, AAAA, MX, TXT and NS records.
submit_resultSubmit a result for a task. Must be called before verify\_task.
verify_domainValidates domain registration status and DNS presence for any domain name.
verify_taskRun verification checks on a submitted task result. Returns verdict (PASS, FAIL, PARTIAL), score, and per-check details. Also updates agent reputation.