Agentradar MCP vs 1Claw Vault — MCP Server Comparison | AllMCPs
Side-by-Side Model Context Protocol Comparison
Agentradar MCP vs 1Claw Vault
In-depth architectural comparison of the Agentradar MCP and 1Claw Vault MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Agentradar MCP
Security · Local stdio
Quality: 59/100 (Good) | Auth: API Key required
1Claw Vault
Security · Local stdio
Quality: 60/100 (Good) | Auth: API Key required
Verdict Summary: Choose Agentradar MCP if you need specialized Security tools running via a local process. Choose 1Claw Vault if your workspace requires Security integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Agentradar MCP when:
You need dedicated capabilities in the Security domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: API Key required (Free / Open Source).
You have access to required keys: AGENTRADAR_API_URL, AGENTRADAR_OPERATOR_KEY.
You need dedicated capabilities in the Security domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: API Key required (Free / Open Source).
You have access to required keys: ONECLAW_AGENT_API_KEY, ONECLAW_AGENT_TOKEN, ONECLAW_VAULT_ID, ONECLAW_LOCAL_ONLY, ONECLAW_LOCAL_VAULT, ONECLAW_DAEMON_SOCKET, MCP_TRANSPORT, PORT.
On-chain trust oracle for the ERC-8004 + x402 agent economy. 18 tools for verifying AI agents: 6-signal composite trust scoring (0-100), 272-wallet scam database, ERC-8004 identity lookup, EAS attestations on Base mainnet. x402-payable. Free getscore / checkscam. Live at vvpro.ai · npm @agentradar/mcp.
HSM-backed vault secrets for AI agents (JIT fetch) plus prompt-injection and threat scanning.
Run a full 6-signal trust verification on an AI agent or wallet address. Returns composite trust score (0-100), individual signal scores, risk flags, and recommendations. Use this before transacting with or delegating to an unknown agent.
compare_agents
Compare two AI agents side-by-side on trust scores and security signals. Useful for choosing between competing agents that offer similar capabilities.
batch_verify
Verify multiple AI agent addresses in a single call (max 10). Returns trust scores for each address. Efficient for evaluating a list of candidate agents.
get_score
Get a cached trust score for an AI agent address. Faster than full verification — returns the last computed score without re-running signals. Free endpoint, no payment required.
get_badge_url
Generate a trust badge URL for an AI agent. Returns an embeddable SVG badge showing the agent's trust score. Useful for displaying trust status in UIs or documentation.
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
Agentradar MCP is categorized under Security and uses a local stdio subprocess. In contrast, 1Claw Vault belongs to Security using local stdio subprocess. Select Agentradar MCP when you need capabilities focused on security and 1Claw Vault when you require tools for security.
Score an AI agent and write an on-chain EAS attestation recording the trust score permanently. Costs $5 via x402 or requires an operator key. Use when you need a verifiable, immutable trust record for an agent.
get_attestations
List all on-chain trust attestations written by AgentRadar. Returns paginated attestation records including addresses, scores, and transaction hashes. Requires operator key.
get_attestation_by_tx
Look up a specific attestation by its transaction hash. Returns the full attestation record including the scored address, trust score, and on-chain details.
lookup_identity
Look up an AI agent's on-chain identity (ERC-8004 registration, ENS name, contract metadata). Returns who the agent claims to be and whether those claims are verified.
lookup_reputation
Look up an AI agent's on-chain reputation — ERC-8004 feedback history, attestation count, and community signals. Shows how established and trusted the agent is in the ecosystem.
resolve_agent_uri
Resolve an agent address to its registered URI, metadata, and service endpoints. Useful for discovering how to interact with a verified agent.
check_scam
Check if a wallet address is in the AgentRadar scam database. Returns matching scam records with severity, chain, source, and notes. Use this as a quick safety check before any transaction.
+6 more tools listed on main page
1Claw Vault Tools (36)
list_secrets
List all secrets (metadata only — never values)
get_secret
Fetch the decrypted value of a secret by path. Accepts optional `client_share` for MPC vaults.
put_secret
Create or update a secret (creates a new version). Response includes `client_share` when the vault has MPC enabled.
delete_secret
Soft-delete a secret at a path
describe_secret
Get metadata without fetching the value
rotate_and_store
Store a new value for an existing secret and return the version
rotate_generate
Server-side secret rotation with generated value (length, charset configurable)
list_versions
List all versions of a secret (version numbers, dates, disabled status)
get_env_bundle
Fetch an env_bundle secret and parse it as KEY=VALUE JSON
resolve_env
Resolve environment variables for a vault and environment (returns the final KEY=VALUE set with precedence applied). When the agent has `env_auto_resolve: true`, omit `environment` and the server uses the agent's tagged environment from the JWT.
create_vault
Create a new vault (auto-shared with the agent's human creator)
list_vaults
List all vaults the agent can access (own + shared)